Attachments forums

List of attachments posted on this forum.


All files on forums: 136311

Re: Timmy's Expert advisor service

TimmyHanke, Wed Sep 20, 2017 3:33 am

char2903 wrote: Tue Sep 19, 2017 9:33 pm

Ohh my mistake then. Sorry for confusing you with the 4 entries part. Can you please ignore that part and have just 1 entry and 1 exit where

Entry is - candle 0 should close above BB stop blue line at the same time momentum is > 0, green histo > 0 & red histo = 0. If all these satisfy then wait for the next candle to open and break the high of prev candle (for which all the conditions were met) and if and only if the high is broken take a buy trade.
Stop loss - BB stops + 2 pips
Trailing stop loss - BB stops
Break even move - as an option for user to key in the pips
Exit is - when either momentum < 0 or red histo > 0 or candle close below red BB stops

Sell is reverse.
for the entry to make sense the ea now checks the previous bar if :
candle close is above bbands
momentum is above 0
green histro is above 0
if that is true and current price breaks previous high it buys

Removed red histro = 0 because if it was green it could not have been red .

the setting called : Inp_2OnProfitPips is the breakeven in pips , if you dont want to use that set that setting to a value that cant be reached , like 555 or something , then it wont work .

Dont have time to sit through the backtest , so try it out
All files in topic