Hello,
why does that not works:
EMA5Piv = ema(5,(high()+low()+close())/3);
...
..
.
return new Array (yyy,xxx,EMA5Piv) ;
The EMA5Piv won't be displayed! I want the EMA Length 5 of the pivot point.
Is there any alternative to this code that works?
Thanks for response.
Best regards
Roland
why does that not works:
EMA5Piv = ema(5,(high()+low()+close())/3);
...
..
.
return new Array (yyy,xxx,EMA5Piv) ;
The EMA5Piv won't be displayed! I want the EMA Length 5 of the pivot point.
Is there any alternative to this code that works?
Thanks for response.
Best regards
Roland
Comment