PDA

View Full Version : charttrader and stragegy


marketstudent
08-13-2010, 09:50 PM
I have a simple strategy: it performs PlaySound() and DrawTriangleDown() when certain condition is met on bar close(CalculateOnBarClose=true). I have this stragegy running in NT control center's strategy tab for instrument ES, and at the same time I have a ES chart open with charttrader enabled.

Is this strategy going to update(DrawTriangleDown()) on the ES chart? and if there is more than 1 ES chart, how does it know which chart to update?

Thanks!

NinjaTrader_Ben
08-14-2010, 09:07 AM
Hello,

If I understand you, it will only draw on the charts that you have it attached to. So, instead of attaching it to the Control Center, right click the chart and attach the strategy to the chart.