Hi
According the MetaEditor Help reference:
MQL4 Reference - Standard constants - Arrow codes
we have access to these special arrow codes:
BUT SetIndexArrow states that:
How can an indicator plot the above special codes??
eg the "En Dash symbol (–)"
Thank you for any help.
According the MetaEditor Help reference:
MQL4 Reference - Standard constants - Arrow codes
we have access to these special arrow codes:
QuoteDislikedConstant Value Description 1 Upwards arrow with tip rightwards (↱). 2 Downwards arrow with tip rightwards (↳). 3 Left pointing triangle (◄). 4 En Dash symbol (–). SYMBOL_LEFTPRICE 5 Left sided price label. SYMBOL_RIGHTPRICE 6 Right sided price label.
BUT SetIndexArrow states that:
How can an indicator plot the above special codes??
eg the "En Dash symbol (–)"
Thank you for any help.