Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

EntriesPerDirection/Scaling in

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

    EntriesPerDirection/Scaling in

    Hello All,
    I am developing a scaling in strategy. I want to scale in a position after the market has gone in my direction for 6 ticks. My strategy uses a simple crossover to signal entries. After the entry I use the MarketPosition=MarketPosition.Long/Short to scale in the 2nd position. In the Initialize() I have added the EntriesPerDirection = 1;
    EntryHandling = EntryHandling.UniqueEntries; I made sure to label my entries uniquely. My strategy is working properly in all but one area. The 2nd long is being filled, but the 2nd short is being ignored. Does the EntriesPerDirection only work with long positions? If so how can I scale into a short postion?
    Rick

    #2
    I changed my sell stop to a sell limit and the strategy is still not scaling in a short order.
    Rick

    Comment


      #3
      Ok, I figured it out. On my sell stop order I had Position.AvgPrice + 5 * TickSize instead of Position.AvgPrice - 5 * TickSize. The minus made all the difference. Thanks for all the help!
      Rick

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      633 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      567 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X