TradersStudio backtesting

Discussion in 'Trading Software' started by alfobs, Aug 29, 2007.

  1. alfobs

    alfobs

    Does anyone know if it is possible to override or extend back testing feature in the TradersStudio with or without custom add-ins? I want to generate signals which TraderStudio currently does not support. For instance, it is similar to what IB calls bracket orders. Generally I need to back test coupled limit orders.
    Thank you.
     
  2. While there isn't a bracket order type construct in Tradersstudio I think you can simulate the same kind of thing. Take a look at the Cancelorder function and ammend your entry logic such that if one limit order is hit the other gets cancelled.