Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Strategy complies but does not work

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

    Strategy complies but does not work

    Hello,
    I just finished writing a strategy that complied perfectly well but when I try to plot it nothing happens. In short, for some reason it does not place any trade. My guess is that there is an issue with OnBarUpdate method, but I tried a couple of them but none of them are working. The strategy file is attache herewith.

    Can someone help please?

    Appreciate your help in advance.

    Thanks
    Attached Files

    #2
    Do you get any errors in the log when you try to run it?

    Comment


      #3
      Strategy complies but does not work

      This is what I get in Log, seems like everything is fine but still can't see any trades placed on the chart.

      Enabling NinjaScript strategy 'VsMTFTrendStrengthStrategy/8af52b6ed2cf494496ed5355b9505dce' : On starting a real-time strategy - StrategySync=WaitUntilFlat SyncAccountPosition=False EntryHandling=AllEntries EntriesPerDirection=1 StopTargetHandling=PerEntryExecution ErrorHandling=StopStrategyCancelOrdersClosePositio ns ExitOnClose=False Set order quantity by=DefaultQuantity ConnectionLossHandling=KeepRunning DisconnectDelaySeconds=10 CancelEntryOrdersOnDisable=False CancelExitOrdersOnDisable=True CalculateOnBarClose=True MaxRestarts=4 in 5 minutes
      Thank you for your help.

      Comment


        #4
        If it's not very long, do you think you could post your OnBarUpdate code here instead of using the zip file?

        Edit: by post I meant paste
        Last edited by Radical; 07-04-2012, 08:36 PM.

        Comment


          #5
          I would suggest to try taking some of the entry filters out of your conditions until you see entries being 'hit', likely your rules are to hard to trigger on the dataset.

          You also miss filtering your entry rules for BarsInProgress, this is only done for data series value set part...

          Comment

          Latest Posts

          Collapse

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