Page 1 of 1

Consecutive Candle Count

PostPosted: Wed Aug 05, 2015 4:15 am
by Apprentice
Consecutive Candle Count.png

Indicator will provide
longest consecutive number of up candles
longest consecutive number of down candles
If Period is set to Zero All available data is checked.
otherwise only last N bender is taken into account.
Consecutive Candle Count.lua
(3.96 KiB) Downloaded 942 times

Of which Conditional Consecutive Candle Count will only count those with given minimum
Conditional Consecutive Candle Count.lua
(4.49 KiB) Downloaded 817 times

Re: Consecutive Candle Count

PostPosted: Mon Aug 31, 2015 11:39 am
by Alexander.Gettinger
MQL4 version of Consecutive Candle Count indicator: viewtopic.php?f=38&t=62613.

Re: Consecutive Candle Count

PostPosted: Tue Feb 09, 2016 4:38 am
by gnarlyarbitrage
what if you did something like out of X time-range find the mean of trends at least Y long
or the mean of candles per trend at least X long in Y time-frame
thanks

Re: Consecutive Candle Count

PostPosted: Tue Feb 09, 2016 6:47 am
by Apprentice
Can you explain your idea further.

Re: Consecutive Candle Count

PostPosted: Thu Feb 11, 2016 1:36 am
by gnarlyarbitrage
time frame = 100 (x)
y = 5
z = ? (how many trends were 5 candles long at least)

in a text format

or

the average number of candles per trend out of x candles

Re: Consecutive Candle Count

PostPosted: Sun Feb 14, 2016 4:13 am
by Apprentice
Conditional Consecutive Candle Count Added.

Re: Consecutive Candle Count

PostPosted: Sat Apr 02, 2016 4:51 pm
by AlphaBagel
Does anyone know if there is a consecutive candle alert out there? One where you can define if the alert is for a bear or bull run?

Example
Consecutive candles : 6
Direction : Bull

After 6 consecutive Bull closes Alert is triggered.

Thanks!

Re: Consecutive Candle Count

PostPosted: Tue Apr 05, 2016 6:47 am
by Apprentice

Re: Consecutive Candle Count

PostPosted: Fri Jul 13, 2018 4:22 am
by Apprentice
The indicator was revised and updated.