LikeRe: ALMA Crossover Strategy

1831
erynade wrote: Tue Aug 24, 2021 12:32 am hi banzai,

already PM

i got indicator from FS. a love you all :)
the important things is, we are THE DUST IN THE WIND. Follow the Trend.
The dust will find the roof (resistant) or the floor (support)

apologize if i'm wrong

profit regards
erynade
It remains to create a separate topic, set the indicators with the tlp settings file and show the trade for 1 week.
Thank you in advance from everyone.
I see some of the indicators from the list for the first time.
:thumbup:
These users thanked the author RomanUkraine for the post (total 3):
Banzai, erynade, iPar


Re: ALMA MTF Strategy

1832
mrtools wrote: Tue Aug 24, 2021 2:28 am Fixed version of ALMA button.
hello mr tools. first of all thanks.
there is a problem. when you put 2 alma (button) on the chart and set the buttons to different x/y cordinates, mt 4 moves both buttons and you cant control which alma to switch off. it automatically becomes an overlay, moving to the coordinates on the alma you configured last
Attachments

Re: ALMA MTF Strategy

1833
constbln wrote: Tue Aug 24, 2021 3:28 am hello mr tools. first of all thanks.
there is a problem. when you put 2 alma (button) on the chart and set the buttons to different x/y cordinates, mt 4 moves both buttons and you cant control which alma to switch off. it automatically becomes an overlay, moving to the coordinates on the alma you configured last
Attached is a template that will show you how to put two or more ALMA on the chart.
Anyway, each button should have a different ID name.
So for ALMA (10), we can name the button as "ALMA10".
for ALMA (50), we can name the button as "ALMA50".

Now for displaying the button on the x axis, the length of the button is 60 pixels. Just keep on adding 60 for the next button.
These users thanked the author Banzai for the post (total 3):
constbln, Jimmy, thomdel

Re: ALMA Crossover Strategy

1835
erynade wrote: Tue Aug 24, 2021 12:32 am hi banzai,

already PM

i got indicator from FS. a love you all :)
the important things is, we are THE DUST IN THE WIND. Follow the Trend.
The dust will find the roof (resistant) or the floor (support)

apologize if i'm wrong

profit regards
erynade
Hi erynade, I couldn't find all the indicators listed. Would you be so kind to package them all into a zip file with their mq4 source code if possible and include your template for the screenshot you posted. Your template looks great. Thanks.


Re: Moving Average indicators for MT4

1837
mrtools wrote: Tue Aug 24, 2021 6:14 am This is corrected Qwma. Has choices for line color on slope,mid cross, or outer levels cross.
Hi Mrtools.
Nice Indicator, thank you for it.
I have a question, I tried to do something similar to yours. I used corrected code from average version made by Mladen.
But the result is different. Can it also be considered as a corrected version or is the code different?
In picture same parameters in both indicators.
These users thanked the author kvak for the post:
alexm

Re: Moving Average indicators for MT4

1838
kvak wrote: Tue Aug 24, 2021 7:52 am Hi Mrtools.
Nice Indicator, thank you for it.
I have a question, I tried to do something similar to yours. I used corrected code from average version made by Mladen.
But the result is different. Can it also be considered as a corrected version or is the code different?
In picture same parameters in both indicators.
Only difference I see is I used Mladen's qwma and corrected ma functions, but need to study it more.
These users thanked the author mrtools for the post (total 4):
kvak, 太虚一毫, Jimmy, alexm

Re: Moving Average indicators for MT4

1840
ujtrader wrote: Wed Aug 25, 2021 12:46 am i am struggling to find lsma indicator like trading view for mt4 with all 3 parameters. can anyone please help?

Code: Select all

study(title = "Least Squares Moving Average", shorttitle="LSMA", overlay=true, resolution="")
length = input(title="Length", type=input.integer, defval=25)
offset = input(title="Offset", type=input.integer, defval=0)
src = input(close, title="Source")
lsma = linreg(src, length, offset)
plot(lsma)
Have this version, there is also lsma included in the averages indicator.
These users thanked the author mrtools for the post:
ujtrader


Who is online

Users browsing this forum: Abdi, adriano.ecker, ChatGPT [Bot], Facebook [Crawler], Jimmy, kvak, MTSW, muhammadFarooq2k20, purin69, ROI, TheJurgFX, Xxcoincoin and 110 guests