Posted 1/31/2010 17:34:03
|
|
|
|
Hi,
Is there anyway to plot something on the chart during system execution (or backtesting)? I need this to debug my trailing stop, so I'm thinking it's easier to debug my problem if I can see my trailing stop graphically.
Thanks a heap.
|
|
Posted 2/1/2010 08:08:18
|
|
|
|
Yes, all of the chart objects are available to the system. See the RightEdge.Common.ChartObjects namespace. And for a sample on how to create a chart object, see the ColorBar or DrawLine sample systems.
felixtjung (1/31/2010) Hi,
Is there anyway to plot something on the chart during system execution (or backtesting)? I need this to debug my trailing stop, so I'm thinking it's easier to debug my problem if I can see my trailing stop graphically.
Thanks a heap.
|
|
|
|