Page 21 of 29

Re: Fix: Indicator is not showing on MT4 chart

Posted: Fri May 21, 2021 2:27 am
by mrtools
Understanding wrote: Wed May 19, 2021 1:05 am Hello! Your help is very necessary. Other forums are freezing and have not responded for 2 months. The indicator and script do not work in the most recent version of MT4

The! Mur_VM-2.01.mq4 indicator does not display lines on M1 (switch first with H4, then H1, M30 and turn on M1).
The indicator is in Russian. if you translate in Google it will be easier to understand the variables.

The script Period_Converter_MN.mq4 converts months into, for example, 5 years, 10 years. In short, it drives at least 120 months into one candle. In fact, it is thrown into the scripts folder and is visible in MT4 as a script. At least until the fresh build it was. And in the fresh MT4, it stopped starting: ( Script in Russian too. Easy translate in Google. Your help is very necessary. Thanks in advance!
The mur_vm indicator is decompiled.

Re: Fix: Indicator is not showing on MT4 chart

Posted: Fri May 21, 2021 4:49 am
by kklkanna
kklkanna wrote: Thu May 20, 2021 10:32 pm or even i want to get value4 green line and value5 yellow line, ie value4 > value 5 is buy and value<value5 is sell, pls help me
@mrtools plz check this and help

Re: Fix: Indicator is not showing on MT4 chart

Posted: Fri May 21, 2021 7:18 am
by mrtools
kklkanna wrote: Fri May 21, 2021 4:49 am @mrtools plz check this and help
On this version buffer 3 = green (kst) and buffer 4 = Gold (Yellow = kst signal).

Re: Fix: Indicator is not showing on MT4 chart

Posted: Fri May 21, 2021 8:51 am
by kklkanna
mrtools wrote: Fri May 21, 2021 7:18 am On this version buffer 3 = green (kst) and buffer 4 = Gold (Yellow = kst signal).
thanks its working now :thumbup:

Re: Fix: Indicator is not showing on MT4 chart

Posted: Sat May 22, 2021 2:48 pm
by 太虚一毫
mrtools wrote: Fri May 21, 2021 7:18 am On this version buffer 3 = green (kst) and buffer 4 = Gold (Yellow = kst signal).


RSI summed 2 reports an error when generating ex4, please fix it. Thanks a lot!

Re: Fix: Indicator is not showing on MT4 chart

Posted: Sat May 22, 2021 5:50 pm
by ionone
太虚一毫 wrote: Sat May 22, 2021 2:48 pm RSI summed 2 reports an error when generating ex4, please fix it. Thanks a lot!
it's not an error, it's a warning. Warnings are just there to state that you might run into problems later on the way you coded that part, but it's not absolutely necessary to change it

Re: Fix: Indicator is not showing on MT4 chart

Posted: Sat May 22, 2021 6:07 pm
by 太虚一毫
ionone wrote: Sat May 22, 2021 5:50 pm it's not an error, it's a warning. Warnings are just there to state that you might run into problems later on the way you coded that part, but it's not absolutely necessary to change it
Use 13 sets of parameters: extern string RsiParams = "14,30,70;15,30,70;16,30,70;17,30,70;18,30,70;19,30,70;20,30, 70;21,30,70;22,30,70;23,30,70;24,30,70;25,30,70;26,30,70;", here are 10 groups.

Re: Fix: Indicator is not showing on MT4 chart

Posted: Wed May 26, 2021 6:35 pm
by whyhui
hello,i have an indicator ,when load it to the chart,but it shows nothing.

what's wrong with it?

thank you

Re: Fix: Indicator is not showing on MT4 chart

Posted: Thu May 27, 2021 5:58 pm
by ionone
whyhui wrote: Wed May 26, 2021 6:35 pm hello,i have an indicator ,when load it to the chart,but it shows nothing.

what's wrong with it?

thank you
we would need the code before anything

Re: Fix: Indicator is not showing on MT4 chart

Posted: Sat May 29, 2021 4:23 am
by Pava
whyhui wrote: Wed May 26, 2021 6:35 pm hello,i have an indicator ,when load it to the chart,but it shows nothing.

what's wrong with it?

thank you
whyhui?