Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
@Mr Pip
I think the version of the EA is 2.0 but the version of the indicator is still 1.0
The next new thread which I will post is a new DIN indicator only with TF H1 or H4.
When I moved the code for checking trading time sessions to a function I mistakenly set YesStop to TRUE. If you set useTradingHours to false the EA will not place trades.
This is now fixed. I did not change the version number because this is a very minor change.
Sorry for the inconvenience.
If you always have useTradingHours to true this fix will not affect you.
I found an error in v2.6, when no indcator are selected for entry or exit, the EA still executes a BUY position and then immediatelly closes the position. Check the pic and report.
Check this on your own to see if it continually happens.
I found an error in v2.6, when no indcator are selected for entry or exit, the EA still executes a BUY position and then immediatelly closes the position. Check the pic and report.
Check this on your own to see if it continually happens.
I do not consider this a real error. The assumption is that at least one of the indicators will be used.
There is no need to check this.
That is because the code assumes all indicators say to place the trade. Then when an indicator is seleccted to be used a check is made to see if the indicator says not to place the trade. If none of the indicators is used then the EA will always place a buy trade immediately because there is no indicator to say not to open a trade.
The EA placed the buy trade because that is what is checked first. When no indicators are used for exit then exit rule is always met so of course the trade exits immediately.
well first of all thanks to you for giving the idea of combining 3 systems. i have been trading live trading manually and getting good profit. Now please if you will define what would be the exit strategy then it will be helpfull for me.
well first of all thanks to you for giving the idea of combining 3 systems. i have been trading live trading manually and getting good profit. Now please if you will define what would be the exit strategy then it will be helpfull for me.
Thanx
I will release DIN ver 3.0 soon, and give a better exit..
Wishing your contribution and support when it's released.