I will write the indicator for free - page 114

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi Yuri. Can you help with modifying the indicator?
In general, the essence: the indicator draws the arrows (the indicator this - ZIGZAG) only puts more arrows in addition to the waves. Can I add Fibonacci levels? I need Fibo to be drawn on the preceding wave (from minimum to maximum of the wave, respectively). I.e. as soon as the arrow appears, the fibo net is pulled up on the previous wave (i.e. the one that is 100% not re-drawn). I have to use my fingers to draw it all (it's too boring))) Also: the indicator has alert + sending it to my mail. But: it beeps with every change of arrow (because it's a common zigzag and extremum in the current wave can of course overdraw - annoys me awfully))))). Is it possible to make a signal ONLY at the first occurrence of the arrow? Thanks in advance for the answer. The indicator is attached. I hope you set out the terms of reference clearly.a normal zigzag with the display on the chart, and the Fibonacci levels on it.
and mark where the signals should be.
Good day, dear programmers. Please help, I need an indicator for MT5.Two indicators Force index connect together Period 5 and 10 colour Aqua Red
Thank you very much.
Hello. I need to modify the standard Moving Average indicator: In the calculation of the standard MA indicator formula (any type - smoothed, exponent, etc.) all the bars are taken in the period (for example, all close prices of each bar in the specified period). Only the bullish and only the bearish bars separately should be taken from the specified period. Actually there should be 2 MA lines on the chart - for bearish candlesticks and for bullish candlesticks. For example: If you specify a period of 100, first select only bullish bars out of 100 (e.g. 45) and draw the MA line in the chart by close only for these bullish bars. The same is true for bearish bars (there are 55 of them). Bars with bullish and bearish moovings should be of different colours. All other settings remain unchanged. Preferably for MT5, but in general it makes no difference, you can do it on 4.
Hello. I need to modify the standard Moving Average indicator: In the calculation of the standard MA indicator formula (any type - smoothed, exponent, etc.) all bars are taken in a period (for example, all close prices of each bar in a specified period). Only the bullish and only the bearish bars separately should be taken from the specified period. Actually there should be 2 MA lines on the chart - for bearish candlesticks and for bullish candlesticks. For example: If you specify a period of 100, first select only bullish bars out of 100 (e.g. 45) and draw the MA line in the chart by close only for these bullish bars. The same is true for bearish bars (there are 55 of them). Bars with bullish and bearish moovings should be of different colours. All other settings remain unchanged. Preferably for MT5, but in general it makes no difference, you can use it on 4.
Z.U. Use the first option with default settings.
Hi all, check out my idea for an indicator, so as not to spam all posts, here is the link
https://www.mql5.com/ru/forum/35071/page144#comment_22289427
Can you tell me how to write a simple indicator: median price of the current bar [minus] a simple moving average (period - 21, median prices) so that it displays as a histogram?
Take the standard Custom Moving Averages.mq4
change
to
then change
to
Take the standard Custom Moving Averages.mq4
change
to
then change
to
Thank you!