Page 1 of 3

Consecutive Candle Count

PostPosted: Wed Jun 04, 2014 5:41 pm
by Alexander.Gettinger
Original LUA oscillator: viewtopic.php?f=17&t=60243.

CCC_MQL.PNG


Download:
CCC.mq4
(2.1 KiB) Downloaded 1465 times

Re: Consecutive Candle Count

PostPosted: Sat Jun 20, 2015 6:38 am
by syncoopate
hello Alexander can create an expert mql4 to open long positions or sell if indicator is equal to 1, or 2, or 3 ....
example indicator red = 2 open buy (1/2 / ...... n) lots
example indicator green = 3 open buy (1/2 / ...... n) lots
extern input
N_lots for value indicator up
N_lots for value indicator down
magic number
time for trading hour / day

thank you help me please: D

syncoopate: D

Re: Consecutive Candle Count

PostPosted: Wed Jun 24, 2015 6:41 am
by Apprentice
Your request is added to the development list.

Re: Consecutive Candle Count

PostPosted: Thu Dec 13, 2018 8:00 pm
by Alexander.Gettinger
Please try this strategy:
CCC_Str.mq4
(7.74 KiB) Downloaded 795 times

Re: Consecutive Candle Count

PostPosted: Thu Jun 17, 2021 7:34 am
by evansrono
Hi,

Could you create a dashboard with a Candle Count based on Moving average period. ie.

Long - Total sum of Candles in Range - (START) Last Candle Closed above MA to (MID) Candle Closed below MA to (END) Current Closed candle (both START and END candles included in the count).

Short - Total sum of Candles in Range - (START) Last Candle Closed below MA to (MID) Candle Closed above MA to (END) Current Closed candle (both START and END candles included in the count).

All counts must have the MID.

Dashboard to show the results of total candles in range with MTF in different color codes

Column - MTF (with option to remove certain timeframes from dashboard),
Row - Long and Short
Dashboard size and position adjustment.

The MA to include all the usual MA input features (Period, Method, Price Type, etc)
All candle count results in MTF to change according to adjustment to MA Period, Method and Price Type.

Your Assistance on this is highly appreciated.

Regards

Re: Consecutive Candle Count

PostPosted: Fri Jun 18, 2021 4:43 am
by Apprentice
Your request is added to the development list.
Development reference 582.

Re: Consecutive Candle Count

PostPosted: Wed Jun 23, 2021 9:38 am
by Apprentice
eurusd-h1-forex-capital-markets.png

MA_Cross_Bar_Count_Dashboard.mq4
(15.84 KiB) Downloaded 311 times

Re: Consecutive Candle Count

PostPosted: Wed Jun 23, 2021 5:51 pm
by evansrono
Hi Apprentice,

Thanks for the help. The indicator seems to be counting candles from 2 MA crosses. Please see the image below for details.

Image

Vice versa for going Short.

Regards

Re: Consecutive Candle Count

PostPosted: Fri Jun 25, 2021 4:59 am
by Apprentice
Your request is added to the development list.
Development reference 596.

Re: Consecutive Candle Count

PostPosted: Tue Jul 06, 2021 3:02 am
by Apprentice
I don't understand why we need two MA?