
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
Yedelkin!
1. You are absolutely right.
2. Why do I need IndicatorCreate() at all if it duplicates iMA()?
Mikhail
2. Why do we need IndicatorCreate() function if it duplicates iMA()?
Rosh!
I have 8 indicators on my chart and ALL are red.
When testing the EA everything "merges", I have to
I have to pause and look at which line belongs to which one - kills a LOT of time!
That's what the hedge was built for.
P.S Whoever wrote IndicatorCreate() probably meant me,
but for some reason did not complete implementation of it. Made a TODO: but didn't come back....
Michael
We will consider passing colours (multiple colours as well as styles and thicknesses) when creating standard indicators.
Why? It makes much more sense to allow you to change the display parameters in the renderer.
And the problem is solved now through a template or indicator-wrapper.
Rosh!
...
Mikhail
Offtop, when you click on reply you get a quote of the post you reply to immediately in the editor window, and you can not sign the comment, your username is at the top of each post. There's also a functionality button to insert code, images, videos and other stuff.
Welcome to the MQL.community
stringo:
We will consider the possibility of passing colours (multiple colours as well as styles and thicknesses) when creating standard indicators.
Offtop, when you click the reply button, you'll get a quote of the post you're replying to immediately in the editor window, and you don't have to sign the comment, your username is at the top of each post. There's also a functionality button to insert code, images, videos and other stuff.
Welcome to MQL.community.
Thank you.
imho when creating an indicator, colour is categorically not needed, colour selection is desirable for ChartIndicatorAdd function.
We talked four years ago, but nothing was ever done... :(
We talked four years ago, but nothing was ever done... :(
As far as I understood, having dived into the subject, there is a way to call the "indicator wrapper" or use the "template"
The addition of the indicator colour parameter to the ChartIndicatorAdd function may be useful only for the creation of a nice interface or for facilitating its visualization during testing, but it can be solved with the current means.
One way or another, the problem is solved.