How are market orders handled relative to when TS considers the order actually becoming a position? I have a very simple MA Crossover strategy, but the first time it hits this stmt
'Buy("Long",1,0,Market,Day)'
IsNewTrade returns a false and all other indications (i.e. entryPrice, EntryDate, etc) indicate no trade has actually been done.
Is there any documentation regarding how TS handles orders, i.e. are they not executed until the next bar, can a position be inited on a Bars open and closed on a Bars closed?
Any direction/reply appreciated
Thanks
David |