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 NM_eFe, Today, 10:13 AM
          0 responses
          4 views
          0 likes
          Last Post NM_eFe
          by NM_eFe
           
          Started by hdge4u, Yesterday, 12:23 PM
          1 response
          10 views
          0 likes
          Last Post hdge4u
          by hdge4u
           
          Started by 1001111, Today, 09:45 AM
          0 responses
          12 views
          0 likes
          Last Post 1001111
          by 1001111
           
          Started by DTSSTS, 01-28-2024, 12:07 PM
          11 responses
          560 views
          0 likes
          Last Post bmo111
          by bmo111
           
          Started by Torontobluejays, Today, 08:43 AM
          0 responses
          3 views
          0 likes
          Last Post Torontobluejays  
          Working...
          X