Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

cumulative profit

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

    cumulative profit

    hi
    How can I apply this code to stop trading each day when profit is reached and then restart for next day.

    protected override void OnBarUpdate()
    {
    // If the profit on real-time trades is > $1000 stop trading
    if (Performance.RealtimeTrades.TradesPerformance.Curr ency.CumProfit > 1000)
    return;
    }




    thanks
    shane

    #2
    Hi Shane, I would suggest checking into this more complete sample here on the topic raised - http://www.ninjatrader.com/support/f...ead.php?t=4084
    BertrandNinjaTrader Customer Service

    Comment


      #3
      I have rad all of that

      just wondering what time frame it considers.
      Does it reset daily , weekly or perhaps never restarts trading.

      Once the limit is reached and it stops trading, at what point will trading resume ?

      there is no reference to this in any of the documentation

      Comment


        #4
        Hi Shane, this is done on a per session basis. Code wise the reset is done at your OnBarUpdate start with

        if (Bars.FirstBarOfSession)
        BertrandNinjaTrader Customer Service

        Comment


          #5
          Thanks Bertrand !

          I wasnt sure about that.

          Thank you very much for the prompt reply,

          shane

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by geotrades1, Today, 10:02 AM
          3 responses
          10 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by rajendrasubedi2023, Today, 09:50 AM
          3 responses
          15 views
          0 likes
          Last Post NinjaTrader_BrandonH  
          Started by lorem, Today, 09:18 AM
          2 responses
          11 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by geddyisodin, Today, 05:20 AM
          4 responses
          29 views
          0 likes
          Last Post geddyisodin  
          Started by ender_wiggum, Today, 09:50 AM
          1 response
          5 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Working...
          X