Re: Requests & Ideas (MT5)

705
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.
These users thanked the author Cagliostro for the post (total 2):
alexm, eduarescobar
"I conjure from shadows and shape fortunes from the unseen. The treasure lies hidden in plain sight, beneath the sunlight." - Cagliostro


Re: Requests & Ideas (MT5)

708
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.

DownloadRe: Requests & Ideas (MT5)

710
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'