Re: Moving Average indicators for MT4

2261
mntiwana wrote: Sun Apr 09, 2017 6:47 am Squize MA Averages zones mtf 2.01

Here is a "Squize MA Averages zones mtf 2.01" version with on chart zones,alerts,18 Averages methods,usual prices and a very nice "difrential" feature (how much difference a user like ignore)
An user friendly and latest prices options requested,thanks
Image
Hello, I am new here and I find my holly grail with this indicator. I was in search of it since a lot of time. But I'd like to put it on a sub window on mt4. How can I do? Is it possible?
I am really impress with all sit in this forum...
(really sorry with my bad english; sorry i'm french)
These users thanked the author BabLeBaobab for the post:
KAESER444


Re: Moving Average indicators for MT4

2262
BabLeBaobab wrote: Sat Jun 25, 2022 4:43 am Hello, I am new here and I find my holly grail with this indicator. I was in search of it since a lot of time. But I'd like to put it on a sub window on mt4. How can I do? Is it possible?
I am really impress with all sit in this forum...
(really sorry with my bad english; sorry i'm french)
I don't think there is a way for this indicator to be placed in a subwindow
Be patient therefore, brethren, until the coming of the Lord. Behold, the husbandman waiteth for the precious fruit of the earth: patiently bearing till he receive the early and latter rain.
Behold, we account them blessed who have endured. You have heard of the patience of Job, and you have seen the end of the Lord, that the Lord is merciful and compassionate.

Re: Moving Average indicators for MT4

2263
traderduke wrote: Fri Oct 20, 2017 6:35 am MLADEN
I have 2MA's , a histo & lines for 3ma. Using the same ma coordinates on both present a different picture. Neither of these indicators can be found on the new platform.

The histo math seems more straight forward then the line math & it appears in the strategy tester to be more of a winner, I know you can't trust either test but doesn't it mean SOMETHING as far as over all trading. I ask this before I set up a forward test.
Question; Why the difference?
Is either of them re-painting?

thank you
Ray

PS; Apparently I exceeded the number of add files, so see next reply for chart pictures.

RK-3 MA Cross with alert mtf 3.03.mq4
RK-3MA Cross histo v1.mq4
RK-3MA-histov1-Wpr-RevT-EA-v2-wtrendwdayw9-TrlS.mq4
RK-3MA-v3.03-EA-v1-wtrendwdayw9-TrlS.mq4

Thanks for the answer.
After an hundred of page search, i've fund that hitogramme which could make the job. But it's for three MA and i just need 2. I've try to play with numbers in order to neutralize one of the 3 MA. I didn't succed. If somebody can help me. My goal is to have on the main screen the long term tendance and in the histogramme the short term. Tendance is defined when MA 20 is up or down of the MA 50. And I apply the same on long term timeframe

Re: Moving Average indicators for MT4

2264
BabLeBaobab wrote: Sat Jun 25, 2022 8:50 am Thanks for the answer.
After an hundred of page search, i've fund that hitogramme which could make the job. But it's for three MA and i just need 2. I've try to play with numbers in order to neutralize one of the 3 MA. I didn't succed. If somebody can help me. My goal is to have on the main screen the long term tendance and in the histogramme the short term. Tendance is defined when MA 20 is up or down of the MA 50. And I apply the same on long term timeframe
for 2 MA histo you can use this viewtopic.php?p=1295420365#p1295420365
if you want use your RK-3MA Cross histo v1 your setting for the first ma must be 1
as example i used to compare the histo indies ma 5 and 40 simple close
Attachments
we can't change the wind, but we can set the sails differently


Re: Moving Average indicators for MT4

2266
BabLeBaobab wrote: Sat Jun 25, 2022 8:09 pm Hello, I want to thank you for your precious help.
I'm near to touch the grail :)

The 2MA indicator you've give to me is nearly what I'm searching for. But it's done with price goes above or below the MAs.

For my strategy , I only need what MA are doing.
- 20MA < 50 MA red in the histo
- 20 MA > 50 MA green in the histo

Anyway. Big thanks.
viewtopic.php?p=1295420365#p1295420365 it´s exactly what you request
20MA < 50 MA red in the histo // vice versa green,
it´s simply called a cross indicator.
These users thanked the author marwilli for the post (total 2):
kvak, BabLeBaobab
we can't change the wind, but we can set the sails differently

Re: Moving Average indicators for MT4

2267
Squeezed Moving Average with MA Filters

Little and quick upgrade of Squize MA Averages.
Userfriendly menu for mtf, averages, prices. Colored lines, candles and arrows....
MaDifrential need manually adjust for timeframes and instruments ....

PS: For Mrtools's alternate version of this code with Shaded Fill Zone, please see here: Mrtools's version of Squeeze Moving Averages indicator.

Re: Moving Average indicators for MT4

2268
Cazz223 wrote: Sun May 17, 2020 4:53 pm Dear mntiwana,
Thanks for this wonderful Angle of Averages indi.
Is possible to add Kaufman ama into the moving average options?

Thank you
thomdel wrote: Tue May 31, 2022 1:52 pm Respected Sir,

If you like this suggestion/idea & if you find this helpful to all users :
Request you to Please Add : candles, arrows, alerts, button, shadow line to :--- kaufman - price filtered 2.1


Thanks for your Time, Efforts, Generosity.
Thanks.
Kaufman - price filtered
(on/off button)
These users thanked the author Banzai for the post (total 9):
太虚一毫, Chickenspicy, thomdel, josi, Bbq Ribs, Jimmy, excellence, camisa, talaate

Re: Moving Average indicators for MT4

2269
Cazz223 wrote: Sun May 17, 2020 4:53 pm Dear mntiwana,
Thanks for this wonderful Angle of Averages indi.
Is possible to add Kaufman ama into the moving average options?

Thank you
thomdel wrote: Tue May 31, 2022 1:52 pm Respected Sir,

If you like this suggestion/idea & if you find this helpful to all users :
Request you to Please Add : candles, arrows, alerts, button, shadow line to :--- kaufman - price filtered 2.1


Thanks for your Time, Efforts, Generosity.
Thanks.
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
};
These users thanked the author Banzai for the post (total 6):
太虚一毫, Bbq Ribs, excellence, SijjiN, RodrigoRT7, Cazz223


Who is online

Users browsing this forum: Ahrefs [Bot], Applebot [Crawler], Bing [Bot], flo, gmpleyland, Majestic-12 [Bot], Spank, Woodyz, Yandex [Bot] and 118 guests