James 16 group expert advisor for price action trading
http://profitable-expertadvisors.blogspot.com/2018/06/expert-advisors-to-test-intraday-forex.html
James 16 free education on price action candles can be made into a Expert advisor by having an ea coded at mql5 site
James 16 free education on price action candles can be made into a Expert advisor by having an ea coded at mql5 site
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))
The ea can be made into 50 copies and all James 16 price action set ups can be coded for a total of $50
https://community.ig.com/t5/General-Trading-Strategy/James-16-group-price-action-education-Backtests-results/m-p/26650#M1988
https://community.ig.com/t5/General-Trading-Strategy/James-16-group-price-action-education-Backtests-results/m-p/26650#M1988
Comments
Post a Comment