Page 2093 of 2100
Re: MT4 Indicator requests and ideas
Posted: Thu Jan 09, 2025 10:45 am
by Lwqa
kvak wrote: Thu Jan 09, 2025 8:51 am
Hello...I Think must be recoded.
Maybe try this
Thank you, I tried it but there is no date displayed
. The date of the day of the week which interests me a lot with the indicator above.
Thank you anyway for your response
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 11, 2025 5:51 am
by kimhyunmin
hello!
Can you add a function to insert an arrow when the line color changes?
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 11, 2025 7:18 am
by mrtools
kimhyunmin wrote: Sat Jan 11, 2025 5:51 am
hello!
Can you add a function to insert an arrow when the line color changes?
Try
here.
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 11, 2025 8:26 am
by karlismetaprog
A few years ago, I was examining a TMA indicator that included standard deviation bands. I noticed how the bands responded asymmetrically to price movements. Expanding in the direction of price movement and contracting on the trailing side.
The thought was, what happens if I change the calculation so that it inverts the behavior, and then combine the two versions together.
Here is an example using the "TMA+CG Fast TT" indicator. The modified version has line 287 changed from: if(diff>=0) to if(diff<=0).
Below is an image showing the result of loading the stock version with the modified version on top of it. Note how the bands cross as price energy changes direction. Period set to 11 and S.D. to 2.5. Repaint set to True.
I note that there are conditions where price can change too slowly and it fails to respond usefully. Generally I've been running it on 5 minute chart and suggest using periods on the shorter side. I've found a period of 21 useful on the 5min chart. Though have not fully examined or tested. I do see that there are issues with the way the code is implemented. Where it does not behave favorably.
I have not fully examined its behavior and wonder if it is at all useful. Can it be used as an adjunct or an improvement to an indicator, or designed as a stand alone? Can the concept be adapted in other forms to be useful?
Thoughts? Questions?
Re: MT4 Indicator requests and ideas
Posted: Sat Jan 11, 2025 11:58 pm
by ROI
AI made this, but still something wrong. Can coders fix that please. High pass low pass cross.
Re: MT4 Indicator requests and ideas
Posted: Mon Jan 13, 2025 2:24 am
by sal
experts/coders
i can see 2 counts on snap marked. where as in text show count 1 and i confused which is bar is count 1 ?
anyone can explain which is the support count 1 can say in this snap !!
Re: MT4 Indicator requests and ideas
Posted: Mon Jan 13, 2025 4:51 am
by Samoth
Hey,
any idea on how to add a button to this indicator to toggle it on/off?
Re: MT4 Indicator requests and ideas
Posted: Mon Jan 13, 2025 9:20 am
by alimpe2000
hi kvak
may look and fix this indcator ?
thanks
Re: MT4 Indicator requests and ideas
Posted: Mon Jan 13, 2025 9:03 pm
by 256robertm
Is there a fractal indicator that alerts on a completed fractal?....the close of the 5th candle
Re: MT4 Indicator requests and ideas
Posted: Wed Jan 15, 2025 2:31 am
by almostprofitable101
hello, i believe i posted this in the wrong section before sorry,
i have looked but not seen anywhere an interpolated (mtf) version of this indicator is it possible to do? or
does it not exist because its not possible? any help/answers thanks