Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Multiple Entries per direction in Reverse

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

    Multiple Entries per direction in Reverse

    I may be looking at this the wrong way.
    The entries per direction is set at 5 on the strategy.
    I am trying to setup a strategy where if the strategy enters a direction, say Short, and the market reverses, that the strategy goes short again when the strategy indicates another Short. I dont want the Strategy to go long.
    I have a profit target that i am trying to achieve.
    So if i enter the market and it reverse, i want to have it so that the strategy fires another short order, accordingy to the Strategy criteria, which may be at a higher price. Currently i can only get one order in one direction at one time. The idea is that as the market moves against the initial position and we enter as the strategy fires new short positions the breakeven is moving in the direction of the market.
    I am using Position.MarketPosition == MarketPosition.Flat to keep from firing both longs and shorts as per the raw strategy, and i have both the long and short of the strategy as condition 1 and 2(maybe that is the problem?), but that does not seem to allow me to have muliple entries in one direction.

    Regards

    #2
    IISSG, the check for the strategy position to be flat is the limiting factor here likely, as for the adding of positions up to your EntriesPerDirection you would need to issue the entry while the position actually is short already.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    369 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    108 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    572 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    574 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X