Page 1 of 1

Fibo trigger and candles indicators

PostPosted: Sat Mar 30, 2019 11:47 am
by Alexander.Gettinger
The indicator changes color when the conditions:
UP condition: Range*FiboLevel>=Close-MinLow,
DN condition: Range*FiboLevel>=MaxHigh-Close, where
Range=MaxHigh-MinLow,
MaxHigh and MinLow are a maximum and minimum prices at range from (i-Period) to (i).

Fibo_Candles.PNG


Fibo_Trigger.PNG


Download:
Fibo_Candles_JS.jsl
(2.87 KiB) Downloaded 456 times

Fibo_Trigger_JS.jsl
(2.66 KiB) Downloaded 445 times