Page 713 of 2170
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 7:27 pm
by fxwealth
pacois wrote: Sun Oct 13, 2019 11:27 am
Hi, the calculation on the previous bar?Try!!
Hi pacois, Thank you so much. I tried it now on GBPUSD H1 but not working correctly. I have the values of previous bar as follows: High 1.2670 (last digit can be ignored) and Low 1.2653 That gives us 17 pips divived by 2 = 8.5 (can be rounded to the higher value) which would be 9 pips.
Would be great if that could be sorted out. Would you be willing to post .mq4 file? I would like to learn and see how it is coded so in future I can try myself to make any changes etc. Thank you once again
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 8:06 pm
by aleqsei
I'm using "FastStone Capture" application. U can make a video recording as well.
regards,
aleqsei
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 9:05 pm
by pacois
fxwealth wrote: Sun Oct 13, 2019 7:27 pm
Hi pacois, Thank you so much. I tried it now on GBPUSD H1 but not working correctly. I have the values of previous bar as follows: High 1.2670 (last digit can be ignored) and Low 1.2653 That gives us 17 pips divived by 2 = 8.5 (can be rounded to the higher value) which would be 9 pips.
Would be great if that could be sorted out. Would you be willing to post .mq4 file? I would like to learn and see how it is coded so in future I can try myself to make any changes etc. Thank you once again
Hi, I have these values, I did your operation, it's value seems right.
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 9:10 pm
by chen
Dear Mrtoos and coders, really much appreciated if you can add this "shift" option. Was looking for this kind of indicator long time ago with lots of improvements.
thanks a lot,
chen
aleqsei wrote: Sun Oct 13, 2019 1:53 pm
Good day to MrTools, and all the moderators and coders,
Can you please add the "Shift" option after the FastMaPrice & SlowMaPrice.
In the screenshots, when the "value" of FastMaMethod & SlowMaMethod are the same, it will not shown the histogram.
Maybe i was thinking by adding the "Shift" option this will resolved the issue by adding the -1 and +1 in Fast or Slow option.
Please see the attachments.
Thank you very much.
aleqsei
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 9:15 pm
by fxwealth
Hi pacois, Value is displayed as 88.5 Would prefer it to be displayed as 8.5 or 9. Thank you. I can live with that though
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 9:20 pm
by pacois
chen wrote: Sun Oct 13, 2019 9:10 pm
Dear Mrtoos and coders, really much appreciated if you can add this "shift" option. Was looking for this kind of indicator long time ago with lots of improvements.
thanks a lot,
chen
hello, change price on open or change method of SlowMa
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 9:36 pm
by pacois
fxwealth wrote: Sun Oct 13, 2019 9:15 pm
Hi pacois, Value is displayed as 88.5 Would prefer it to be displayed as 8.5 or 9. Thank you. I can live with that though
try
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 10:07 pm
by fxwealth
Perfect!! Thank you so much. Much appreciated.
Re: MT4 Indicator requests and ideas
Posted: Sun Oct 13, 2019 10:59 pm
by chen
thanks for the suggestion..but i have other purpose why i needed them to be added on that existing file.
thanks,
chen
Re: MT4 Indicator requests and ideas
Posted: Mon Oct 14, 2019 12:24 am
by pacois
chen wrote: Sun Oct 13, 2019 10:59 pm
hello, change price on open or change method of SlowMa
thanks for the suggestion..but i have other purpose why i needed them to be added on that existing file.
thanks,
chen
You know that entering negative values is not recommended.