EnterLongLimit(
int quantity, double limitPrice, string signalName)
****************
I am using this limit order in a multi-timeframe (30 min and 3 min)strategy and I thought the limit order would be expired (if not filled) only at the end of bar which I assigned(30 min bar), but it is cancelled at the end of 3 mins bar. Is it correct?

Comment