Page 62 of 66

Re: Requests & Ideas (MT5)

Posted: Thu Dec 21, 2023 8:51 pm
by johnere
rowlence wrote: Thu Dec 21, 2023 2:25 am My bro, sorry to bother you, but the indicator isn't appearing on the navigator
I pasted it in Data Folder>MQL5>Indicators ,just like other indicators

I tried closing and reopening my MT5, refreshing the navigator list, but other indicators are showing, except That Zig Zag HH HL LH LL indicator

Would you please check it for me, I'm counting on you, I've no any other place to get except here
Check this one...

Re: Requests & Ideas (MT5)

Posted: Sat Jan 13, 2024 2:37 pm
by Lezra
Hi mrtools and everyone, I have a request, I want to combine moving average (from the mql5) with pvt indicator that I have in a single sub-window can anyone help me?

Re: Requests & Ideas (MT5)

Posted: Sun Jan 14, 2024 2:18 am
by mrtools
Lezra wrote: Sat Jan 13, 2024 2:37 pm Hi mrtools and everyone, I have a request, I want to combine moving average (from the mql5) with pvt indicator that I have in a single sub-window can anyone help me?
A signal line of the pvt?

Re: Requests & Ideas (MT5)

Posted: Sun Jan 14, 2024 3:30 am
by Lezra
Yes mrtools, like when we drag the moving average into the pvt indicator window, I think it's the moving average of the pvt indicator.

Re: Requests & Ideas (MT5)

Posted: Sun Jan 14, 2024 5:30 am
by mrtools
Lezra wrote: Sun Jan 14, 2024 3:30 am Yes mrtools, like when we drag the moving average into the pvt indicator window, I think it's the moving average of the pvt indicator.
Ended up making a new version, for some reason the other version wasn't working on real volume and had no price choices, this version seems to be working on both volume and price choices. On the chart picture the top is using real volume and the bottom tick volume.

Re: Requests & Ideas (MT5)

Posted: Sun Jan 14, 2024 11:57 am
by Lezra
Thank you so much mrtools

Re: Requests & Ideas (MT5)

Posted: Sun Jan 14, 2024 10:43 pm
by Lezra
Hi mrtools, I want to ask there's a slight different between your PVT + MA indicator with PVT + MA from MT5. From image that I attached there's a difference in how moving average behave. Both indicator has the same period and price setting though.

Re: Requests & Ideas (MT5)

Posted: Mon Jan 15, 2024 1:09 am
by mrtools
Lezra wrote: Sun Jan 14, 2024 10:43 pm Hi mrtools, I want to ask there's a slight different between your PVT + MA indicator with PVT + MA from MT5. From image that I attached there's a difference in how moving average behave. Both indicator has the same period and price setting though.
This is what I get. Being the pvt's are a little different and since the ma is calculated using the pvt, the ma's can be a little different.

Re: Requests & Ideas (MT5)

Posted: Mon Jan 15, 2024 1:39 pm
by Lezra
Hi mrtools, I know what's the problem. I check again and found that the MA actually plotting the price and not the PVT indicator so it is not a signal line of the PVT indicator. (I attached a screenshot that shows the indicator plotting in price).

Re: Requests & Ideas (MT5)

Posted: Mon Jan 15, 2024 2:14 pm
by Lezra
I saw the buffer value difference is very large like 57.0689 for the PVT indicator and 1.09634 for the moving average and it's impossible to make a strategy using those value.
is it possible to change the indicator to an object so that the strategy can be used by using ObjectGet function?