Questions from Beginners MQL5 MT5 MetaTrader 5 - page 399
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
Hello! I am redesigning my Expert Advisor from the article https://www.mql5.com/ru/articles/648 and trying to insert my own function. The problem is, I can't change indicator to fractal. If signal_indicator_handles[s]=iMA(Symbols[s],_Period,IndicatorPeriod[s],0,MODE_SMA,PRICE_CLOSE) I replace it with iFractals(Symbols[s], PERIOD_M15); I get wrong price. Can you help and tweak the code?
Do you create by hand?
No.
Hi all!
Help with this question.
How can I make the standard indicator used not be displayed in the MT4 chart window when testing of the Expert Advisor is completed?
Hi all!
Help with this question.
How can I make the standard indicator used not be displayed in the MT4 chart window when testing of the Expert Advisor is completed?
No.
You can get the identifier of the created graph as follows:
See help for HideTestIndicators()
Get the identifier of the created graph as follows: