Page 71 of 74
Re: Requests & Ideas (MT5)
Posted: Tue Mar 25, 2025 6:30 am
by mrtools
traderokey wrote: Wed Mar 19, 2025 8:28 am
Hi Mrtools, Kvak
Can you please convert this ATR band indicator to MT5.
Thank you.
ATR Bands avgs (btn).ex4
Hello, just saw your post, sorry about that, made a mt5 version, the button is a work in progress, but seems okay.
Re: Requests & Ideas (MT5)
Posted: Tue Mar 25, 2025 11:12 am
by Cagliostro
Tradarr wrote: Fri Dec 13, 2024 6:49 am
Hoping someone can look at and fix this anchored vwap , it does not show any graphics but compiles ok ? VWAP_Anchored.mq5
TRY HERE
post1295562576.html#p1295562576
Re: Requests & Ideas (MT5)
Posted: Thu Mar 27, 2025 11:27 am
by traderokey
mrtools wrote: Tue Mar 25, 2025 6:30 am
Hello, just saw your post, sorry about that, made a mt5 version, the button is a work in progress, but seems okay.
Thanks Mrtools. Much appreciated!
Re: Requests & Ideas (MT5)
Posted: Tue Apr 01, 2025 9:43 pm
by alexm
i couldn't find anchored function. may be there is simple anch. version?
Re: Requests & Ideas (MT5)
Posted: Tue Apr 01, 2025 10:01 pm
by Cagliostro
alexm wrote: Tue Apr 01, 2025 9:43 pm
i couldn't find anchored function. may be there is simple anch. version?
Hi there. Did you think before writing this post? It's a nice practice, recommended.
Hope this solve the issue.
Re: Requests & Ideas (MT5)
Posted: Tue Apr 01, 2025 10:08 pm
by alexm
Cagliostro wrote: Tue Apr 01, 2025 10:01 pm
Hi there. Did you think before writing this post? It's a nice practice, recommended.
Hope this solve the issue.
image_2025-04-01_125957337.png
that was superfast!)) thanx, gonna try!
Re: Requests & Ideas (MT5)
Posted: Fri Apr 11, 2025 11:35 pm
by Jonex1995
hello guys if any expert can just add alarm when it cross certain level would be awesome
thanks in advance
Re: Requests & Ideas (MT5)
Posted: Wed May 14, 2025 3:55 am
by RauHer
Hello again,
I'm not sure if again is anyone's formal surname or first name, but if it is, I can appreciate the gravity of such an opening to a forum post. Thanks in advance for your patience and consideration. These two indicators have trend lines in them derived from fractals but they are not doubles or buffers or something else that would let me use them on the eabuilder website. Does anyone here know how to do a fractal based trend line or have one laying around somewhere in mq5 format? I have an idea on using them to define trend. Is it the most complex idea? probably not.
Re: Requests & Ideas (MT5)
Posted: Wed May 14, 2025 4:46 am
by RauHer
I just need the indicator to calculate the upper and lower trend line from the former two upper and lower fractals respectively and be able to use the trend lines and their slopes to create trade conditions.
Re: Requests & Ideas (MT5)
Posted: Tue May 20, 2025 5:04 am
by fuseb
Dear coders,
Is it possible to convert this indicator for MT5? I know the MQ4 file is missing, but the idea shouldn't be difficult to implement, if I dare say so myself.
Creates an upper and lower level based on the ATR for your selected period. Calculation is based on the following;
Shift Variable works by allowing calculation from x-periods back.
Upper Line = (Daily Low + ATR)
Lower Line = (Daily High - ATR)
If it's not too much to ask, please add:
1. Color switching when price has exceeded one of the boundaries for the day
2. Multiplier value (default 1x ATR)
3. Exposed Time frame Parameter - Allows 'D', 'W', 'M' - Default 'D'