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

cci Signal

Created: 8/20/2015 12:21:41 PM
test

Trend Wave Signal

Created: 8/20/2015 9:12:56 AM
#property copyright "Copyright © 2015 | FXProSystems.com" #property link "http://fxprosystems.com/" #property indicator_chart_window #property indicator_buffers 2 #property indicator_color1 Lime #property indicator_color2 Red extern bool SoundON = TRUE; extern bool EmailON = FALSE; extern int KPeriod = 5; extern int DPeriod = 3; extern int Slowing = 3; extern int MA_Method = 0; extern int PriceField = 0; extern double UpLevel = 80.0; extern double DownLevel = 20.0; double buf_120[]; double buf_124[]; int int128 = 0; int int132 = 0; // E37F0136AA3FFAF149B351F6A4C948E9 int init() { SetIndexStyle(0, DRAW_ARROW, EMPTY); SetIndexArrow(0, 233); SetIndexBuffer(0, buf_120); SetIndexStyle(1, DRAW_ARROW, EMPTY); SetIndexArrow(1, 234); SetIndexBuffer(1, buf_124); return (0); } // 52D46093050F38C27267BCE42543EF60 int deinit() { return (0); } // EA2B2676C28C0DB26D39331A336C6B92 int start() { int li_8; double istochastic_20; double istochastic_28; double istochastic_36; double istochastic_44; double ld_52; double ld_60; double ld_unused_12 = 0; int li_68 = IndicatorCounted(); if (li_68 < 0) return (-1); if (li_68 > 0) li_68--; int li_0 = Bars - li_68; for (int shift_4 = 1; shift_4 <= li_0; shift_4++) { li_8 = shift_4; ld_52 = 0; ld_60 = 0; for (li_8 = shift_4; li_8 <= shift_4 + 9; li_8++) ld_60 += MathAbs(High[li_8] - Low[li_8]); ld_52 = ld_60 / 10.0; istochastic_20 = iStochastic(NULL, 0, KPeriod, DPeriod, Slowing, MA_Method, PriceField, MODE_MAIN, shift_4); istochastic_36 = iStochastic(NULL, 0, KPeriod, DPeriod, Slowing, MA_Method, PriceField, MODE_MAIN, shift_4 + 1); istochastic_28 = iStochastic(NULL, 0, KPeriod, DPeriod, Slowing, MA_Method, PriceField, MODE_SIGNAL, shift_4); istochastic_44 = iStochastic(NULL, 0, KPeriod, DPeriod, Slowing, MA_Method, PriceField, MODE_SIGNAL, shift_4 + 1); buf_120[shift_4] = 0; buf_124[shift_4] = 0; if (istochastic_20 > istochastic_28 && istochastic_36 < istochastic_44 && istochastic_20 <= DownLevel && istochastic_28 <= DownLevel && istochastic_36 <= DownLevel && istochastic_44 <= DownLevel) { if (shift_4 == 1 && int128 == FALSE) { int128 = TRUE; int132 = FALSE; if (SoundON) { Alert("BUY signal at Ask=", Ask, "\n Bid=", Bid, "\n Time=", TimeToStr(TimeCurrent(), TIME_DATE), " ", TimeHour(TimeCurrent()), ":", TimeMinute(TimeCurrent()), "\n Symbol=", Symbol(), " Period=", Period()); } if (EmailON) { SendMail("BUY signal alert", "BUY signal at Ask=" + DoubleToStr(Ask, 4) + ", Bid=" + DoubleToStr(Bid, 4) + ", Date=" + TimeToStr(TimeCurrent(), TIME_DATE) + " " + TimeHour(TimeCurrent()) + ":" + TimeMinute(TimeCurrent()) + " Symbol=" + Symbol() + " Period=" + Period()); } } buf_120[shift_4] = Low[shift_4] - 0.75 * ld_52; } else { if (istochastic_20 < istochastic_28 && istochastic_36 > istochastic_44 && istochastic_20 >= UpLevel && istochastic_28 >= UpLevel && istochastic_36 >= UpLevel && istochastic_44 >= UpLevel) { if (shift_4 == 1 && int132 == FALSE) { int132 = TRUE; int128 = FALSE; if (SoundON) { Alert("SELL signal at Ask=", Ask, "\n Bid=", Bid, "\n Date=", TimeToStr(TimeCurrent(), TIME_DATE), " ", TimeHour(TimeCurrent()), ":", TimeMinute(TimeCurrent()), "\n Symbol=", Symbol(), " Period=", Period()); } if (EmailON) { SendMail("SELL signal alert", "SELL signal at Ask=" + DoubleToStr(Ask, 4) + ", Bid=" + DoubleToStr(Bid, 4) + ", Date=" + TimeToStr(TimeCurrent(), TIME_DATE) + " " + TimeHour(TimeCurrent()) + ":" + TimeMinute(TimeCurrent()) + " Symbol=" + Symbol() + " Period=" + Period()); } } buf_124[shift_4] = High[shift_4] + 0.75 * ld_52; } } } return (0); }

cci Signal

Created: 8/19/2015 7:26:16 PM
test
 

Snippy Signal

Created: 8/18/2015 2:01:48 PM
Double cross over system

kkphantom01 Signal

Created: 8/18/2015 7:19:38 AM
xxx yyy

kanca Signal

Created: 8/18/2015 5:07:06 AM
Stochastic
 

kanca Signal

Created: 8/18/2015 5:05:15 AM
Stochastic
 

30-100 Signal

Created: 8/16/2015 4:58:23 AM
30-300 MAs

aaa Signal

Created: 8/16/2015 4:34:04 AM
dasdfa

fw Signal

Created: 8/15/2015 2:17:16 AM
hdjsj
 
 
LandOfCash.net - Forex Expert Advisors and Custom Indicators
Terms of use License Agreement Privacy Policy
Copyright © www.LandOfCash.net 2011