Maybe it's better to save your template and send it to your friend.
But if you insist you can add "Comment(var)" to the Moving Averages indicator (Moving Averages.mq4 on indicators folder).
But if you insist you can add "Comment(var)" to the Moving Averages indicator (Moving Averages.mq4 on indicators folder).
Using comment e.g. Comment ( short_name, MA_Period, ") ", MA_Method) ; will only give me the details of one MA,
How to to display 3 MA details ?
How to to display 3 MA details ?
Comment is capable of displaying far more than for which you give it credit.
See also IndicatorShortName
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
I was sharing with my friend some charts that have different combinations of Moving averages, the little trouble i faced is i needed to state every time three pieces of information for every moving average; Type, Value, Price applied on.
e.g. Expo, 50, Low. Plus the color sometimes ! .
Can somebody send me a small code to display the MA details on left top, or at the last MA value. ?
thanks in advance