Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

combining not from same direction not okay

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

    combining not from same direction not okay

    is there a way to say if not in a long trade don't enter. i'm alright with my trades adding to one another in the same direction. but, sometimes they add from the other direction. and the stop and profit targets are still there present although the entry cancels out the existing order and the new one. so the stop losses get filled as entries. and, they don't have stop losses or profit target. very dangerous monetarily.

    #2
    Hello SteveReiza,

    Thank you for your post.

    Can you please describe what you mean by "adding from the other direction"?

    You can add a check for MarketPosition in your strategy.



    To check if strategy is currently not going long:

    Code:
    if (Position.MarketPosition != MarketPosition.Long)
    //do something
    Please let me know if I can assist further.

    Comment


      #3
      thanks for the reply. sweet i think you nailed it. i mean if i'm long already..the other direction meaning a short execution happens. so the same direction i mean longs can add to longs and shorts can add to shorts.

      so i'll use that: if (Position.MarketPosition != MarketPosition.Long).

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      52 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      29 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      194 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Started by CaptainJack, 04-24-2026, 11:07 PM
      0 responses
      355 views
      0 likes
      Last Post CaptainJack  
      Started by Mindset, 04-21-2026, 06:46 AM
      0 responses
      274 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X