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
Yes absolutely no shadows.
Try it, check....
Candlestick_up=3; //this is clear
Size_Candlestick_up=0.00001; //also clear
Size_Candlestick_down=0.00001;
Arrows="Arrow View";
Size_Arrow_Up=3; //thickness
Colour_Buy=clrBlue;//colour
Size_Arrow_down=3;
Colour_Sell=clrRed;
ALERT;//off/on
Z.I'm afraid you'll fall asleep without any shadows. Ж)
MakarFX:
Good day to all.
Who will undertake to write an indicator "Average Day Range",
It will draw two squares: one from the minimum upwards and one from the maximum downwards.
The height of the square is equal to the ADR for five days.
(something like this)
Do not include weekends.
ADR = (day1+day2+day3+day4+day5)/5.0;
or
ADR = (day1+day2+day3+day4+day5);
MT5 - Breakout
Hi,
I would be very grateful and would appreciate it if you could write an indicator for MT5 as shown in the picture.
Thank you very much.
ADR = (day1+day2+day3+day4+day5)/5.0;
or
ADR = (day1+day2+day3+day4+day5);
ADR = (day1+day2+day3+day4+day5)/5.0;
I want to test it on history together with the Genghis indicator.
ADR = (day1+day2+day3+day4+day5)/5.0;
I want to test it on history together with Genghis indicator.
Catch
Still, tell me how you measure the candle and if you can't do it in pips or bars.
Thanks for doing this. I'm testing it now. The first thing that happened was the alert sound, when I turn it on it just keeps on cracking. I also have a question how to understand the size of the candle. I used an indicator that determines the height of the candle in pips. And yet, please do the calculation of candlesticks without shadows. Thanks again for doing this for me It will improve your karma by 100%)))
OK. A little later .
Candle size is calculated as High and Low.