Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

GetProfitLoss()

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

    GetProfitLoss()

    GetProfitLoss() does not have a PerformanceUnit.Ticks parameter. I would like to track running profit on a tick basis, do I have to do it based by deriving ticks from PerformanceUnit.Points ? Is there a generic way to do that calculation so that it works on any security?
    Last edited by monpere; 03-16-2008, 06:14 PM.

    #2
    There is no PerformanceUnit.Ticks right now. You will have to roll your own calculations. Use TickSize and Instrument.MasterInstrument.Pointvalue to do your math.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Will there be PerformanceUnit.Ticks in the future? because you cannot calculate it using Instrument.MasterInstrument.Pointvalue without knowing the number of ticks per point, and that's different for each instrument. I don't want to have to code instrument names in my strategy. This must have been an oversight in your original design.

      Originally posted by Josh View Post
      There is no PerformanceUnit.Ticks right now. You will have to roll your own calculations. Use TickSize and Instrument.MasterInstrument.Pointvalue to do your math.

      Comment


        #4
        >> Will there be PerformanceUnit.Ticks in the future?
        Unfortunately there is no ETA yet.

        Comment


          #5
          How about?

          Total Ticks = Total Points / TickSize
          RayNinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by terofs, Today, 04:18 PM
          0 responses
          1 view
          0 likes
          Last Post terofs
          by terofs
           
          Started by nandhumca, Today, 03:41 PM
          0 responses
          4 views
          0 likes
          Last Post nandhumca  
          Started by The_Sec, Today, 03:37 PM
          0 responses
          3 views
          0 likes
          Last Post The_Sec
          by The_Sec
           
          Started by GwFutures1988, Today, 02:48 PM
          1 response
          5 views
          0 likes
          Last Post NinjaTrader_Clayton  
          Started by ScottWalsh, 04-16-2024, 04:29 PM
          6 responses
          33 views
          0 likes
          Last Post ScottWalsh  
          Working...
          X