This is a very simple (but useful) 3 averages with BT.
Deepseek did it after some debugging saturday night. I tried some other features, as shadows, more advanced averages, etc, but the button seemed not to work so well after that, so I came back to this simple version.
It provides ID for several instances.
I´m also posting the .ex5 just in case someone wants to study some button coding tricks in MT5.
Re: MT5 Moving Averages (MAs)
172Sorry, don't understand what is not working?pfxi wrote: Sun Feb 02, 2025 9:32 pm Thanks for the job well done, respect. Only if you can make the third one participate in the calculation. Now they are only the first and the second.
And so does a good job.
Congratulations
Re: MT5 Moving Averages (MAs)
173You can use the third as filter and activate filtered signals. I found it clean and it's working great.pfxi wrote: Sun Feb 02, 2025 9:32 pm Thanks for the job well done, respect. Only if you can make the third one participate in the calculation. Now they are only the first and the second.
And so does a good job.
Congratulations
- These users thanked the author Cagliostro for the post:
- kvak
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro
Re: MT5 Moving Averages (MAs)
174Would you share it? Thanks in advanceCagliostro wrote: Sun Feb 02, 2025 10:24 pm You can use the third as filter and activate filtered signals. I found it clean and it's working great.
Re: MT5 Moving Averages (MAs)
175If you don't make a little effort to understand the basic settings of an indicator, I am worried about what you do when trading...
- These users thanked the author Cagliostro for the post (total 7):
- Jimmy, ChuChu Rocket, vzulaks, mazibee, kvak, pfxi, davidpont
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro
Re: MT5 Moving Averages (MAs)
176One big thank you. I expected the default to be so. I apologize. Have a nice day and profit trading.
Re: MT5 Moving Averages (MAs)
177Zero Lag Least Squares Moving Average
It is an almost zero lag version of the LSMA (Least Squares Moving Average).
It gives instant linear regression of current price action and works with the same rules as its "laggy" counterpart the LSMA:
-When price crosses over it signals a bull trend.
-When price crosses under it signals bear trend.
-When price stays close or on the line sideways action is to be expected.
-The direction of the line shows the direction of the trend.
From the genius mind of a passed away dear friend. R.I.P. Veryfid.
The code is the exact porting of the ZLSMA published on tradingview:
https://it.tradingview.com/script/3LGnS ... -Lag-LSMA/
Enjoy.
+C+
It is an almost zero lag version of the LSMA (Least Squares Moving Average).
It gives instant linear regression of current price action and works with the same rules as its "laggy" counterpart the LSMA:
-When price crosses over it signals a bull trend.
-When price crosses under it signals bear trend.
-When price stays close or on the line sideways action is to be expected.
-The direction of the line shows the direction of the trend.
From the genius mind of a passed away dear friend. R.I.P. Veryfid.
The code is the exact porting of the ZLSMA published on tradingview:
https://it.tradingview.com/script/3LGnS ... -Lag-LSMA/
Enjoy.
+C+
- These users thanked the author Cagliostro for the post (total 7):
- mrtools, RodrigoRT7, kudrpenk, pfxi, mazibee, AlgoAlex811, davidpont
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro
Re: MT5 Moving Averages (MAs)
178This is a version of the ma ribbon.SzybkiPtak wrote: Fri Feb 14, 2025 10:15 pm Indicators are urgently needed. All good ones will be in demand! Don’t be a miser, the drawdown has come out(... I can thank anyone who can help me later(I knowit costs each 100$), I’ll find you on the forum. Every single one of them is a system, the processor can’t handle MT4. (All from Mladen and www.forex-station.com.) (Just one another author-RSI_EMA_COL)
Re: MT5 Moving Averages (MAs)
179hello is it possible for someone to add arrows to this indicator i have tried (watched a few videos)
it compiles but no luck with arrows
. just some simple arrows on direction/slope change. heres the original and my attempt,
- These users thanked the author almostprofitable101 for the post:
- RodrigoRT7
Re: MT5 Moving Averages (MAs)
180Recoded the ma and added arrows.almostprofitable101 wrote: Fri Feb 21, 2025 12:59 pm hello is it possible for someone to add arrows to this indicator i have tried (watched a few videos)it compiles but no luck with arrows
. just some simple arrows on direction/slope change. heres the original and my attempt,
- These users thanked the author mrtools for the post (total 6):
- RodrigoRT7, Ricstar_8, almostprofitable101, nomojofomo, alexm, Cagliostro