Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

SetProfittarget not entering trades in headless strategy

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

    SetProfittarget not entering trades in headless strategy

    Hello I have a strategy that I run using
    SetProfitTarget(@"", CalculationMode.Ticks, 5, true);
    I run this exact strategy in two places. One running using Sim101 on a chart where I'm watching OrderFlow+ Volumetric on 150Tick
    I then run the same strategy in for lack of a better phrase headless, using 150 Tick volumetric w/ Tick Replay enabled and a connected to a Non sim account.

    While I'm running this in two places I'm seeing orders getting placed on the chart for Sim101 but the headless instance of the strategy is doing nothing.
    I've recently run into an issue where the strategy wasn't using the same code. But I've saved everything closed and restarted Ninja, then from scratch added the strategy to the chart for Sim101
    And then created the headless strategy for a non-sim account. The results are the same getting no trades on the non-sim account. And seeing numerous trades go through on Sim101.

    Is there a way to see specifically which code is being run for each strategy?
    Can I confirm beyond just seeing they have the same set parameters that the code is exactly the same?

    What else can I do to debug this? It's not quite ideal to run a simpler script on a live account just to confirm that trades work, is there anything else I can look for to see maybe it tried and failed?

    I have run backtesting in the SA and trades seem like they should go through but I am not seeing this happen live.

    Appreciate the help!
    Thank you.

    #2
    Hello Cornhusk7789,

    You will need to use Print statements to trace how the logic is working when you see it is not placing trades. That would give you a better idea of what the problem is and what the solution will be.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    571 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    331 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    101 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    549 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    550 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X