It will then use an ATM Strategy and manage it manually by use the Chart Trader ATM.
I have this working in NT 7 but want to move to NT 8.
Just working on getting the buttons on the Chart Trader panel at this point.
I'm using the sample code "ChartTraderCustomButtonsExample"
I'm trying to add buttons but having a problem. I have the first Row added but now trying to add a second row.
I used the "System.Windows.Controls.Grid.SetRow(); but its over writing the button in row 1.
How do I set this correctly?

Comment