Re: Moving Average indicators for MT4
2281thank you very much for this i was actually trying to find out how i can create post? i can see how to creaate a post or share files here is it allowed or i can only comment into post thank you
Strange, this indicator doesn't show up at all in my MT4.Banzai wrote: Sat Jul 02, 2022 4:37 am T-Step LSMA
(on/off button)
It uses correlation math and standard deviation.
Banzai wrote: Mon Jun 27, 2022 11:30 am Kaufman - price filtered
(on/off button)
ahtf = automatic higher time frame
Someone already made the mtf, arrows, and added some more prices + button.
It looks like he added in another timeframe to compare and align if they're in the same trend.
In the attached picture, if M15 and H4 timeframe are aligned in the same trend, it will be colored.
Otherwise, if they're not in the same trend, the color will be grayed out.
Code: Select all
enum enPrices { pr_close, // Close pr_open, // Open pr_high, // High pr_low, // Low pr_median, // Median pr_typical, // Typical pr_weighted, // Weighted pr_average, // Average (high+low+open+close)/4 pr_medianb, // Average median body (open+close)/2 pr_tbiased, // Trend biased price pr_highlow, // High/low pr_tbiased2, // Trend biased (extreme) price pr_haclose, // Heiken ashi close pr_haopen , // Heiken ashi open pr_hahigh, // Heiken ashi high pr_halow, // Heiken ashi low pr_hamedian, // Heiken ashi median pr_hatypical, // Heiken ashi typical pr_haweighted, // Heiken ashi weighted pr_haaverage, // Heiken ashi average pr_hamedianb, // Heiken ashi median body pr_hatbiased, // Heiken ashi trend biased price pr_hatbiased2, // Heiken ashi trend biased (extreme) price pr_hahighlow // Heiken ashi high/low };
Great Mtiwana, can arrow be added to this indicator, that is, when two groups of averages cross out the arrow or long line reverse out the arrow, if it can be realized, it will be very ideal feeling, thank youmntiwana wrote: Thu Apr 20, 2017 2:45 am Multiple dema nmc
Multiple dema - from 1 to 25 dema values from one indicator - usual prices,number of dema lines,width,style,colors and increment options.
Good day, Mr. Tools.
For every version of the averages and WAE placed on a chart the button ID that needs to be different, otherwise you will have those problems, also if using more than one average make sure the auto period is off, otherwise you will only get the period designated for that timeframe. Just tested both with different button ID's and not having those problems.Alphonse91 wrote: Tue Jul 05, 2022 2:28 am Good day, Mr. Tools.
I think there's a bug in how you coded the button function of the latest averages version which is version 9.51 and 9.6 (I don't know if there's version 9.52 though). If you put some or many of the same averages indy, the button can only be clicked once, then some indies are turned off, but some didn't get turned off, and then you have to change TF to make the indy reappears. Sometimes, when you delete the indy, the button isn't deleted. The averages version 9.41 worked fine, but it just doesn't have the option to put the location of the button, though versions 9.51 and above have a better calculation for the Keltner band. The same issues also appear in the latest WAE version with the button, one other issue with the WAE indy is when you change the window where to put the button, if you change the TF, the button then goes to the default setting. I hope you can fix the button for the latest averages and WAE indy.
Thank you Mr. Tools.
Thank you Mr. Tools for your quick reply.mrtools wrote: Tue Jul 05, 2022 3:17 am For every version of the averages and WAE placed on a chart the button ID that needs to be different, otherwise you will have those problems, also if using more than one average make sure the auto period is off, otherwise you will only get the period designated for that timeframe. Just tested both with different button ID's and not having those problems.
Working on it, here is candle version....continue tomorrow....太虚一毫 wrote: Sat Jul 02, 2022 2:32 pm This button format is great!
Excellent indicator! Consider adding smoothed.![]()
Can make candles , histo versions.
Infinite merit!