I'm getting a ... "no suitable method to override error"
I guess by putting those commands/returns/invokes into the parenthesis of this method, thats overriding?
Sorry I dont know the language to speak correctly
protectedoverridevoidOnPositionUpdate(Cbi.Positionposition,doubleaveragePrice,
intquantity,Cbi.MarketPositionmarketPosition)
{
Print("The most current MarketPosition is: "+position.MarketPosition);// Flat
Print("This particular position update marketPosition is: "+marketPosition);// Long
}

Comment