Placing Orders from XLS Trader

All of the Order functions were covered in the tutorial. Here, is a list of the functions:

 

Orders

    =AddFill()

    =Buy()       

    =CancelAll()

    =Exit()       

    =Limit()      

    =Market()

    =Sell()        

    =Stop()      

    =StopLimit()

 

Note: The following order parameters may be changed only when the trade system is stopped:

 

    Symbol

    Account      

    Duration

    BuyOrSell   

    ExecInstr

 

If any of the above parameters are changed while the trade system is running; the change is postponed until the trade system is restarted.

 

The following order parameters may be changed while the trade system is running; the change is applied as soon as the order is modified:

 

    Size

    Limit price for Limit() and StopLimit() formulas      

    Stop price for Stop() and StopLimit() formulas