Page 162 of 180

Re: Coding Help

Posted: Sun Aug 18, 2024 7:07 am
by kvak
JGREEN wrote: Sat Aug 17, 2024 1:19 pm @mrtools

please add a vertical line and or arrow when histogram cross up and down

thank you in advance
try...

Re: Coding Help

Posted: Sun Aug 18, 2024 7:13 pm
by Kystl
Здравствуйте! Есть Индикаторы свечей старшего таймфрейма?

Re: Coding Help

Posted: Mon Aug 19, 2024 12:03 am
by mrtools
Kystl wrote: Sun Aug 18, 2024 7:13 pm Здравствуйте! Есть Индикаторы свечей старшего таймфрейма?
Would need more information about exactly what you are looking for, and please, if possible, post in English.

Re: Coding Help

Posted: Mon Aug 19, 2024 12:43 am
by JGREEN
kvak wrote: Sun Aug 18, 2024 7:07 amtry...
thank you so much bro ..but please can you make it calculate the weekends that means all days so the cycle will be true 14 days ..
thank you in advance

Re: Coding Help

Posted: Mon Aug 19, 2024 6:21 am
by kvak
JGREEN wrote: Mon Aug 19, 2024 12:43 am thank you so much bro ..but please can you make it calculate the weekends that means all days so the cycle will be true 14 days ..
thank you in advance
Don't know about this, but when I use google I read that mean moon phase is 2,551,442.8 sec (29 days, 12 hours, 44 minutes and 2.8 seconds).
This number is very close to #define MOON_CYCLE 2551500

Maybe try it to calculate for 14 days and rewrite this number....

Re: Coding Help

Posted: Tue Aug 20, 2024 12:03 am
by JGREEN
kvak wrote: Mon Aug 19, 2024 6:21 am Don't know about this, but when I use google I read that mean moon phase is 2,551,442.8 sec (29 days, 12 hours, 44 minutes and 2.8 seconds).
This number is very close to #define MOON_CYCLE 2551500

Maybe try it to calculate for 14 days and rewrite this number....
thanx bro ..will tr it out

Re: Coding Help

Posted: Fri Aug 23, 2024 3:18 am
by smkale123
friends.
i am Looking for an MT 4 indicator, where i can get to see 1 minutes and 15 mins candles in same chart window , along with my main chart of 5 mins. \
we use 5 mins candle on chart. we need 1 mins candles to be seen in other window on the same chart. if there is any such readily available indicator, kindly do inform..

Re: Coding Help

Posted: Sun Sep 01, 2024 11:41 am
by t2g
Hello mrtools.

I'm playing with an indicator that draws 2 lines between 0 - 100 value.

By default setting, Green line (using Low Price) reaches to 0 value impulsively
but Red line (using High Price) doesn't reaches to 100 value impulsively.
I think the red line should work the same as the green line.

I have had the same experience before with other indicators that use highs and lows, or maximum and minimum of price.
(I forgot the name of the indicator.......)
Do you know why like this happens ?
Because of the spread?
price data comes from only ask price something like this ?

Could you take a look the code please ?

Re: Coding Help

Posted: Mon Sep 02, 2024 5:59 am
by mrtools
t2g wrote: Sun Sep 01, 2024 11:41 am Hello mrtools.

I'm playing with an indicator that draws 2 lines between 0 - 100 value.

By default setting, Green line (using Low Price) reaches to 0 value impulsively
but Red line (using High Price) doesn't reaches to 100 value impulsively.
I think the red line should work the same as the green line.

I have had the same experience before with other indicators that use highs and lows, or maximum and minimum of price.
(I forgot the name of the indicator.......)
Do you know why like this happens ?
Because of the spread?
price data comes from only ask price something like this ?

Could you take a look the code please ?
Far as I can tell the code looks good, remember what you are talking about when this indicator was first posted added jurik smoothing and t3 signal lines, seemed okay.

Re: Coding Help

Posted: Mon Sep 02, 2024 7:03 am
by Lwqa
Dear great coder !

Can you add up to 20 visible lines on this indicator! And put the x and Y button option.

Thank you for your help!🙏🏾