Hi,
I am not sure whether or not this is achievable, but this doesn't work and I am not sure why.....
var test = 100-adx(14,14).toFixed(0);
debugPrintln( ema(test) );
So 100 - the ADX value gives a figure, and I use .toFixed(0) to make it a whole number.
However, EFS doesn't like this 'flexible' figure. Is it because the figure is constantly changing ? Or am I missing something else.
Thanks for your consideration.
I am not sure whether or not this is achievable, but this doesn't work and I am not sure why.....
var test = 100-adx(14,14).toFixed(0);
debugPrintln( ema(test) );
So 100 - the ADX value gives a figure, and I use .toFixed(0) to make it a whole number.
However, EFS doesn't like this 'flexible' figure. Is it because the figure is constantly changing ? Or am I missing something else.
Thanks for your consideration.
Comment