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.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
How come with the bands indicator, I can adjust the deviation to lets say 1.7 versus 2.0, but when I program the same, it will not recognize a deviation of the bands of 1.7. Instead it reads it at 1.
I used the extern double BandsDeviation = 2.0; and then changed it to 1.7, but the programming is triggering as if the BandsDeviation = 1.0???
Could you post the entire code here (or attach the file)? May be you are using the "iBands" and, as far as I know, the iBands works only with integer deviation (not double).
It doesn't seem to be working with icustom. Does anybody have the knowledge to create a deviation statement using 1.7 deviations instead of 2 or 1???? This language is something else.