Page 30 of 37

Re: VQ - Volatility Quality Indicators MT4

Posted: Thu Jun 16, 2022 8:37 am
by mrtools
太虚一毫 wrote: Thu Jun 16, 2022 4:45 am Expect the teacher to add a button for Volatility quality Stridsman - averages (mtf + alerts + arrows), and color the signal lines (slopes) as Volatility quality Stridsman.mq5, ! donchian channel (sl) (mtf + btn) coloring.

Infinite merit!
Image
Kinda had to start over with it and added the fill and button, how do you want the alerts?

Re: VQ - Volatility Quality Indicators MT4

Posted: Thu Jun 16, 2022 8:52 am
by 太虚一毫
mrtools wrote: Thu Jun 16, 2022 8:37 am Kinda had to start over with it and added the fill and button, how do you want the alerts?
Image


The teacher has great virtues! :thumbup:

An alarm can be added when the signal wire (ie LimeGreen + Orange) and the blue wire cross.

Re: VQ - Volatility Quality Indicators MT4

Posted: Thu Jun 16, 2022 9:51 am
by mrtools
太虚一毫 wrote: Thu Jun 16, 2022 8:52 am The teacher has great virtues! :thumbup:

An alarm can be added when the signal wire (ie LimeGreen + Orange) and the blue wire cross.
Added the alerts.

Re: VQ - Volatility Quality Indicators MT4

Posted: Fri Jun 17, 2022 8:52 pm
by christina25
mrtools wrote: Sat Oct 23, 2021 9:07 am Try.
Image
Dear mrtools,

May i ask the Volatility quality zeroline_dots (mtf+alert+arrows+sr) this indicator repaint?
Because when i test on 5 min chart, after saw the dots and SR line showed up, its already after five more candle sticks where the signal given.
The indicator is flashing after the price moved up almost touch resistance line. (DOTS AND SR LINE FLASHING)
Later when price move away from resistance line the dots and SR line showed up again.

Am i correct, it will repaint?

Re: VQ - Volatility Quality Indicators MT4

Posted: Sat Jun 18, 2022 1:53 am
by mrtools
christina25 wrote: Fri Jun 17, 2022 8:52 pm Dear mrtools,

May i ask the Volatility quality zeroline_dots (mtf+alert+arrows+sr) this indicator repaint?
Because when i test on 5 min chart, after saw the dots and SR line showed up, its already after five more candle sticks where the signal given.
The indicator is flashing after the price moved up almost touch resistance line. (DOTS AND SR LINE FLASHING)
Later when price move away from resistance line the dots and SR line showed up again.

Am i correct, it will repaint?
If I'm understanding you right what you are explaining sounds like repainting, but looking in the code it shouldn't be repainting, so to be honest not sure what is going on with it.

Re: VQ - Volatility Quality Indicators MT4

Posted: Sat Jun 18, 2022 12:27 pm
by christina25
mrtools wrote: Sat Jun 18, 2022 1:53 am If I'm understanding you right what you are explaining sounds like repainting, but looking in the code it shouldn't be repainting, so to be honest not sure what is going on with it.
Dear mrtools
Can u check day 1 timeframe on 5 min chart? price smoothing is 2
and using exponential line test it out ?
i think u will see what i am saying, cause mostly i would like to use day 1 for the signal.
so i don't want it repaint, Thank you very much

Re: VQ - Volatility Quality Indicators MT4

Posted: Sat Jun 18, 2022 1:00 pm
by mrtools
christina25 wrote: Sat Jun 18, 2022 12:27 pm Dear mrtools
Can u check day 1 timeframe on 5 min chart? price smoothing is 2
and using exponential line test it out ?
i think u will see what i am saying, cause mostly i would like to use day 1 for the signal.
so i don't want it repaint, Thank you very much
In mtf mode that is not repainting, Moey-dw explains it very well here MTF repainting

Re: VQ - Volatility Quality Indicators MT4

Posted: Sat Jun 18, 2022 1:22 pm
by christina25
mrtools wrote: Sat Jun 18, 2022 1:00 pm In mtf mode that is not repainting, Moey-dw explains it very well here Mtf not repainting
Thank you very much, now i understand the concept :)

Re: VQ - Volatility Quality Indicators MT4

Posted: Sun Jun 19, 2022 11:35 pm
by Brac
mrtools wrote: Thu Jun 16, 2022 2:41 am Which version?
Is it possible to have a notification for different levels then zero line on this?

!!! volatility quality averages - zeroline dots (mtf + arrows + alerts).ex4

Re: VQ - Volatility Quality Indicators MT4

Posted: Mon Jun 20, 2022 10:01 am
by 太虚一毫
mrtools wrote: Thu Jun 16, 2022 9:51 am Added the alerts.


To reduce computer resource consumption, please add HowManyCandlesToDisplay . Thank you!


extern int HowManyCandlesToDisplay = 500;