Forex trading automated systems. Expert advisors and indicators for metatrader platform.

LandOfCash.net

Forex Market Tools For Traders.

Forex Market Trading Expert Advisors and Custom Indicators for Metatrader Platform. Trailing Stop Loss, Partial Position Profit Close, Breakeven EA.

We offer professional, experimental and free tools, expert advisors and indicators for forex market traders.
Forex Market Active Session
4:55 PM GMT
11PM
 1AM
 3AM
 5AM
 7AM
 9AM
11AM
 1PM
 3PM
 5PM
 7PM
 9PM
 
 
 
Sydney 3:55 AM
Tokyo 1:55 AM
London 4:55 PM
New York 11:55 AM
Major Currency Pairs
Previous Day Levels
Symbol
Bid
High
Low
Now
---
--
---
--
---
--
---
--
--
--
--%
--
--
--%
--
--
--%
--
--
--%
Login

Forex Signal Wizard For LOCTrader Expert Advisor And Manual Trading.

This online tool allows you to create signal indicators to use with LOCTrader EA. You can apply your rules and create complex indicators using this easy to use tool.

LandOfCash Signal Indicator Wizard
Click To Create Your own Signal For LOCTrader EA

LOCTrader Forex Expert Advisor Signals Created By Community.

You can download signal indicators for free and use for manual trading with Meatrader 4. Also you can use these indicators with LOCTrader EA as signal providers.

cashmoney Signal

Created: 7/16/2019 7:30:28 AM
peak sell option peak buy option 1 m and 5m

Stoch Signal

Created: 7/5/2019 12:06:20 PM
stoch

CCI Alert Signal

Created: 7/5/2019 11:50:20 AM
CCI Arrow trend
 

Arif Signal

Created: 7/3/2019 11:56:31 PM
Arif

Arif Signal

Created: 7/3/2019 11:54:16 PM
Arif

RSIBUYSELL Signal

Created: 7/2/2019 6:28:17 PM
BUY WHEN RSI CROSSES ABOVE,SELL WHEN IT CROSSES BELOW
 

MACD Signal

Created: 6/29/2019 9:18:49 AM
MACD Cross Indicator

Binary Bite Signal

Created: 6/28/2019 2:34:18 AM
csdfs

RSI Signal

Created: 6/27/2019 3:47:23 AM
rsi
 

Cross Signal

Created: 6/19/2019 4:04:06 PM
Cross

STROBOWSFX Signal

Created: 6/3/2019 1:24:10 PM
CRIADO POR ERICO RODELLI MANTOVANI

Brivo signal Signal

Created: 6/1/2019 2:13:45 PM
extern double LotSize = 1; extern double StopLoss = 50; extern double TakeProfit = 0; extern double TrailingStopLimit = 10; extern double TrailingStopStop = 10; extern int MagicNumber = 23310; // Global variables int LongTicket; int ShortTicket; double RealPoint; // Init function int init() { RealPoint = RealPipPoint(Symbol()); } // Start function int start() { // Long OrderSelect(LongTicket,SELECT_BY_TICKET); if(OrderCloseTime() != 0 || LongTicket == 0) { bool buy_condition_1 = iMA(NULL, 0, 12, 0, MODE_SMA, PRICE_CLOSE, 0) > Ask + 0.0005 ; if( buy_condition_1 ) { OrderSelect(ShortTicket,SELECT_BY_TICKET); if(OrderCloseTime() == 0 && ShortTicket > 0) { bool Closed = OrderClose(ShortTicket,OrderLots(),Ask,0,Red); } LongTicket = OrderSend(Symbol(),OP_BUY,LotSize,Ask,0,0,0,"Buy Order",MagicNumber,0,Green); OrderSelect(LongTicket,SELECT_BY_TICKET); double OpenPrice = OrderOpenPrice(); if(StopLoss > 0) double LongStopLoss = OpenPrice - (StopLoss * RealPoint); if(TakeProfit > 0) double LongTakeProfit = OpenPrice + (TakeProfit * RealPoint); if(LongStopLoss > 0 || LongTakeProfit > 0) { bool LongMod = OrderModify(LongTicket,OpenPrice,LongStopLoss, LongTakeProfit,0); } ShortTicket = 0; } } if (TrailingStopLimit > 0 && TrailingStopStop > 0) { double TrailingStopLimitReal = TrailingStopLimit * RealPoint; double TrailingStopStopReal = TrailingStopStop * RealPoint; OrderSelect(LongTicket, SELECT_BY_TICKET); if (OrderType() == OP_BUY && OrderCloseTime() == 0) { if(Bid - OrderOpenPrice() > TrailingStopLimitReal) { if(OrderStopLoss() < Bid - (TrailingStopLimitReal * 2)) { double LongTrailingStopLoss = OrderStopLoss() + TrailingStopStopReal; OrderModify(OrderTicket(), OrderOpenPrice(), LongTrailingStopLoss, OrderTakeProfit(), 0, MediumSeaGreen); } } } OrderSelect(ShortTicket, SELECT_BY_TICKET); if (OrderType() == OP_SELL && OrderCloseTime() == 0) { if(OrderOpenPrice()- Ask > TrailingStopLimitReal) { if(OrderStopLoss() > Ask + (TrailingStopLimitReal * 2)) { double ShortTrailingStopLoss = OrderStopLoss() - TrailingStopStopReal; OrderModify(OrderTicket(), OrderOpenPrice(), ShortTrailingStopLoss, OrderTakeProfit(), 0, MediumSeaGreen); } } } } return(0); } // Pip Point Function double RealPipPoint(string Currency) { int CalcDigits = MarketInfo(Currency,MODE_DIGITS); if(CalcDigits == 2 || CalcDigits == 3) double CalcPoint = 0.01; else if(CalcDigits == 4 || CalcDigits == 5) CalcPoint = 0.0001; return(CalcPoint); }
 
 
LandOfCash.net - Forex Expert Advisors and Custom Indicators
Terms of use License Agreement Privacy Policy
Copyright © www.LandOfCash.net 2011