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
2:51 AM GMT
11PM
 1AM
 3AM
 5AM
 7AM
 9AM
11AM
 1PM
 3PM
 5PM
 7PM
 9PM
 
 
 
Sydney 1:51 PM
Tokyo 11:51 AM
London 2:51 AM
New York 9:51 PM
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.

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); }

MACD Signal

Created: 5/10/2019 9:53:09 AM
MACD

MACD Signal

Created: 5/10/2019 9:47:00 AM
MACD
 

WMA Signal

Created: 5/9/2019 7:54:44 AM
WMA

Test0001 Signal

Created: 5/3/2019 6:31:52 AM
No description

Password Signal

Created: 5/2/2019 12:16:16 PM
Test
 

Password Signal

Created: 5/2/2019 12:15:02 PM
Test

Test001 Signal

Created: 5/1/2019 11:45:51 AM
None
 

Cowabanga Signal

Created: 4/29/2019 6:08:49 PM
Trade only in direction of 4H trend.

5ma Signal

Created: 4/24/2019 10:13:07 AM
5ma

l,ñ, Signal

Created: 4/22/2019 4:24:39 PM
.
 
 
LandOfCash.net - Forex Expert Advisors and Custom Indicators
Terms of use License Agreement Privacy Policy
Copyright © www.LandOfCash.net 2011