Did you check the examples under the same link with SIGNAL_UP and SIGNAL_DOWN?
Isak
Post subject: Re: drawing point markers on charts
Post rating: 0
Posted: Wed 03 Aug, 2011, 12:28
User rating: 6
Joined: Thu 19 May, 2011, 11:14 Posts: 235 Location: South Africa,
Quote:
Did you check the examples under the same link with SIGNAL_UP and SIGNAL_DOWN?
Thanks, yes I saw them. But they are not practical for my application because of their large size and because I don't necessarily want to associate a direction (up/down) with all my markers. Is it possible to use different icons/symbols than that red/green up/down arrow? Even a dot would be fine for my application.
Is it possible to use different icons/symbols than that red/green up/down arrow?
You can plot on chart all of IChartObject object types and their combinations.
Isak wrote:
Even a dot would be fine for my application.
At the current implementation the closest that you can get to the dot is IEllipseChartObject.
Isak
Post subject: Re: drawing point markers on charts
Post rating: 0
Posted: Wed 13 Mar, 2013, 23:22
User rating: 6
Joined: Thu 19 May, 2011, 11:14 Posts: 235 Location: South Africa,
Thanks. The last time I checked, I remember ellipses snapped to the underlying candle grid, which makes them too big. I now looked at https://www.dukascopy.com/client/javadoc ... bject.html hoping that some new chart objects had been added in the mean time, but I couldn't spot any.
Could we log a feature request for ISymbolChartObject, and provide some choice of symbols? Would be very useful.