Page 1 of 1

Candle Ratio

PostPosted: Wed Aug 14, 2013 3:32 pm
by Apprentice
Candle Ratio.png


Up Candle
Up=close-open;
Down =0;

Down Candle
Down=open-close;
Up = 0;
Ratio = Sum(Up) / Sum (Down);

Candle Ratio.lua
(4.04 KiB) Downloaded 698 times

Re: Candle Ratio

PostPosted: Thu Aug 29, 2013 10:50 am
by Alexander.Gettinger
MQL4 version of Candle Ratio oscillator: http://www.fxcodebase.com/code/viewtopi ... 38&t=59347.

Re: Candle Ratio

PostPosted: Fri Jun 22, 2018 8:23 am
by Apprentice
The indicator was revised and updated.