Hi,
I want my system to Buy at Close.
When I migrated my tradestation code the Ordertype becomes 'Market' and my Entry will be on Open the following day.
My converted code became:
Buy ("",1,0,Market,Day)
What is the code for buying at Close?
The following example will buy 4 contracts this bar on the close.
Buy("LE", 4, 0, CloseEntry, Day)
Use Close Entry instead of market. It works. I hope this helps.
Cowpux
Click To Buy TradersStudio Professional Now!