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 charlesugo_1, 05-26-2026, 05:03 PM
    0 responses
    60 views
    0 likes
    Last Post charlesugo_1  
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    145 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    161 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    97 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    283 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Working...
    X