Page 1 of 1

IINWMARROWS indicator

PostPosted: Sat Mar 30, 2019 3:38 pm
by Alexander.Gettinger
The indicator uses the fast and slow MA.
If FastMA[i-1]>SlowMA[i-1] and FastMA[i-2]<SlowMA[i-2] and FastMA[i]>SlowMA[i] - UP arrow
If FastMA[i-1]<SlowMA[i-1] and FastMA[i-2]>SlowMA[i-2] and FastMA[i]<SlowMA[i] - DN arrow
Fast MA is calculated for close price and slow MA is calculated for open price.

IINWMARROWS.PNG


Download:
IINWMARROWS_JS.jsl
(6.35 KiB) Downloaded 432 times


For this indicator must be installed Averages indicator (viewtopic.php?f=17&t=2430).