expert advisors to catch quack charlatan trading educators

 Eas to test out charlatan signals ,opinions, fake gurus, fake signal providers  and price action education scam artists.These eas tell me the truth.If a trader can eliminate fake gurus. analysis  and fake education, they can progress to becoming profitable.


Some guru selling seminars on price action, was saying if you use following price action candles, they are a good set up to make pips.So i coded them into an EA, the  ea did back tests on several instruments, the results were losses.


I can take any signal or price action set up, code it into my EA (to test price action candles formations of any combination r signals), to verify the opinion of guru is of any value.

mt4 backtester EA for Chart patterns



MT4 Ea  tested for 3 rising lows ascending triangle.The fake gurus on intraday forex price action t patterns will get caught by EAS  or automated programmes.I G customers can use MT4 freely available for back testing chart patterns.These have no more than coin toss or worse results.They add zero value.

mt4 backtester EA for Chart patterns






https://www.mql5.com/en/job/79511

coded by https://www.mql5.com/en/users/forexample



EA will open trades at hourly bar close
hourly bar :10:00 //candle signal hourly bar = close of 10:00 bar.............see alternate signals for ea design
stop loss 200 take profit 100
input string CloseTime="20:00";//trade closed everyday at 20:00, if  time is 00:00  trade will close on friday at 19:00
extern int StopLoss=100;
extern int TakeProfit=100;
input string StartTime1="10:00"; if start time is 00:00 it will test all hourly candles
input tipp TypeOfTrade=Buy;//tests buy .........................if sell it will test sells
candle time frame : H1/M30 /H4/DAILY //  H0  WILL TEST COMBINATION OF CANDLES

alternate candle formations will be changed in ea :there are hundreds of other formations I  use,i have them ready in following formats
if(iClose(NULL,PERIOD_H1,1)<iOpen(NULL,PERIOD_H1,1))// if alternative candle formations are input ea will test them
  if(iClose(NULL,PERIOD_H4,1)>iOpen(NULL,PERIOD_4,1))

only purpose of ea is to back test  candle formations  probabilities
It is to be used only for back testing candles, if it can't back test ,it is useless to me.  mql4 source codes required.

James 16 group price action education :Backtests results



Comments

Popular posts from this blog

freelance mql5.com EAS can be hacked and eas stolen = unsafe.

Why do or most intraday robots (EAS) fail on mql5.com site ?

FREE TRADE MANAGER MT4 EXPERT WITH SOURCE CODES