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 Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      669 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      378 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      111 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      575 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      580 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X