Re: Coding Help
Posted: Sun Aug 18, 2024 7:07 am
try...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...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
Would need more information about exactly what you are looking for, and please, if possible, post in English.
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 ..
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).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
#define MOON_CYCLE 2551500
thanx bro ..will tr it outkvak 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....
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.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 ?