Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

MultiTimeFrame and opposite direction orders

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MultiTimeFrame and opposite direction orders

    Hi,

    Are there any real reason (other than some extra checks) why You can't set orders to opposite directions in different timeframes (different context and different bars array and so on so I think that it could be valid?) but same instrument like:

    EnterLongLimit(0, ... ) // bars in progress == 0
    EnterShortLimit(1, ...) // bars in progress == 1


    Other will be ignored based to "Internal Order Handling Rules"

    #2
    Sorry raffu, I don't follow - this setup would still be subject to the internal order handling rules used in the managed approach as you're trading the same instrument then still and could be subject to an undesired position if both fill at the same time:



    Either cancel the unneeded order then before submitting the final order, use market orders on the signal (monitor price) or move your script to the unmanaged order submission approach.

    Comment


      #3
      I would have accept two positions, like short in other timeframe or long in other... it would be usefull in many cases. Now I need a separate strategy to each and it is harder to cordinate, I think. (And that managed approach is so much easier...)

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      67 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      36 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      60 views
      1 like
      Last Post CaptainJack  
      Started by CarlTrading, 03-30-2026, 11:51 AM
      0 responses
      62 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 03-30-2026, 11:48 AM
      0 responses
      53 views
      0 likes
      Last Post CarlTrading  
      Working...
      X