Search results

  1. E

    TradeStation 9.5 - Strange strategy execution

    Aha thats fixed it! Thankyou! I’m new to EasyLanguage and should have checked the if syntax.
  2. E

    TradeStation 9.5 - Strange strategy execution

    Same issue I'm afraid. I'm wondering if there is something wrong with the platform as I have to remove and add the strategy each time I want to test it as well, otherwise it won't appear on the chart. This kind of logic also works fine in other backtesting tools. I've submitted a ticket with...
  3. E

    TradeStation 9.5 - Strange strategy execution

    Hmm, but this is my exit code: If Close < Average(Close,50) and Close[1] > Average(Close,50) then Print("Selling") ; Sell next bar at market ; So essentially I'm saying if we have an open position and then Close falls below the Average then we sell next bar at...
  4. E

    TradeStation 9.5 - Strange strategy execution

    That would be true if I didn’t have the market position conditional in there, which means only buy if no position. So it shouldn’t be entering in each bar unless something is happening within the bar. Thanks
  5. E

    TradeStation 9.5 - Strange strategy execution

    Thats a good plan, I will do that, thanks.
  6. E

    TradeStation 9.5 - Strange strategy execution

    Yes but I signed up through Tradestation global for the cheaper trading commissions and thats what it comes with unfortunately.
  7. E

    TradeStation 9.5 - Strange strategy execution

    Hi all, I'm new to TradeStation and I'm using the IB TSW 9.5 platform to test a strategy but it's behaving strangely in that it seems to be executing the strategy on every bar despite my code logic and disabling IntrabarOrderGeneration. I'm no doubt missing something fundamental, so asking for...
Back
Top