Page 1854 of 2170
Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 12:36 am
by andrei-1
It is not allowed on MQL.
Disabling "market overview". + automatic cleaning the "market overview" from unused symbols. 20% of the CPU.
My* eco function. 20% of the CPU.

Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 12:58 am
by sadd
mrtools wrote: Sun Oct 04, 2020 1:10 pm
Divergence added.
PS: For the DSL (Discontinued Signal Lines) version by Kvak, please see:
DCE DSL indicator.
Can you solve the repainting?
Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 2:17 am
by mrtools
Gethsemane wrote: Thu May 11, 2023 7:36 pm
Yeah but thats not the point, sorry if it was misunderstood,
i use it with a leading macd, and only on 15m tf (1m is bit too erratic.
entry if macd is going same direction as the break, if its a failed trendlinebreak, not lasting more then a candle, i already have a stoploss in at breakeven.
i passed mff 20k with this
but i wouldnt use it on a lower tf
We have fractal trend lines, but they don't draw a box, but has alerts on the breakout.
Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 2:28 am
by ffsss
andrei-1 wrote: Wed May 10, 2023 8:19 pm
The strength of currencies is a comparison of the opposites of EUR/USD.
What is the opposite of indexes? Bonds? Yes, this is taught to small young investors (portfolio 60/40). Bonds ~ cash with a small bonus.
So it would be possible to make a strength like indicator for indices that would work on metatrader? Or maybe in other platform?
Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 2:31 am
by mrtools
sadd wrote: Fri May 12, 2023 12:58 am
Can you solve the repainting?
It is using Tma centered that was how it was originally made for cycle detection.
Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 4:15 am
by Gethsemane
mrtools wrote: Fri May 12, 2023 2:17 am
We have fractal trend lines, but they don't draw a box, but has alerts on the breakout.
Ahh that could work, awesome, gonna play around with it and test it, much appreciate

Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 5:10 am
by Chickenspicy
andrei-1 wrote: Fri May 12, 2023 12:36 am
It is not allowed on MQL.
Disabling "market overview". + automatic cleaning the "market overview" from unused symbols. 20% of the CPU.
My* eco function. 20% of the CPU.
Is there tutorial to how? Or can you guide
Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 5:20 am
by andrei-1
ffsss wrote: Fri May 12, 2023 2:28 am
briefcase xx/xx
So it would be possible to make a strength like indicator for indices that would work on metatrader? Or maybe in other platform?
It turns out that this is possible.

Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 5:29 am
by andrei-1
ParallelNative wrote: Fri May 12, 2023 12:02 am
we can change it to every 2 seconds.
We can remember a seconds. We can prohibit the indicator from working for x seconds + waiting for the next tick.
In fast markets, this will be very accurate.

Re: MT4 Indicator requests and ideas
Posted: Fri May 12, 2023 5:44 am
by andrei-1
Chickenspicy wrote: Fri May 12, 2023 5:10 am
Is there tutorial to how? Or can you guide
This function is not universal. It needs to be modified for a specific indicator. And even different strategies. Somewhere the exact peak is important, somewhere it can be neglected.
The ideal "eco" function should be made for a specific customer.
Yes, of course I can try.