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 argusthome, 03-08-2026, 10:06 AM
      0 responses
      116 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      61 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      40 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      43 views
      0 likes
      Last Post TheRealMorford  
      Started by Mindset, 02-28-2026, 06:16 AM
      0 responses
      82 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Working...
      X