Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Point value

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

    Point value

    Hi,

    In some strategy I will use instruments with point value in different currencies eg S&P futures in dollars and ftse futures in pounds.

    Is there any method to get point value in account currency eg USD for instruments like ftse futures ?

    Andrew

    #2
    Hi Andrew, unfortunately the only method available is the MasterInstrument.PointValue - http://www.ninjatrader.com/support/h...trument_po.htm

    You could self convert this to another currency if needed.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Originally posted by Andrew_e View Post
      Hi,

      In some strategy I will use instruments with point value in different currencies eg S&P futures in dollars and ftse futures in pounds.

      Is there any method to get point value in account currency eg USD for instruments like ftse futures ?

      Andrew
      Hello, Andrew!

      you can use construction like this..

      Code:
      Instruments[Instrument1].MasterInstrument.PointValue
      where:

      Instrument1 is the name of the instrument. (6E 09-12, ...etc.)
      To get full name use:
      Code:
      Instruments[index].FullName
      --
      Best regards, Andriy

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by lollers, Yesterday, 03:26 AM
      1 response
      43 views
      0 likes
      Last Post lollers
      by lollers
       
      Started by Salahinho99, 05-05-2024, 04:13 AM
      7 responses
      58 views
      0 likes
      Last Post Salahinho99  
      Started by knighty6508, 05-10-2024, 01:20 AM
      4 responses
      26 views
      0 likes
      Last Post knighty6508  
      Started by OllieFeraher, 05-09-2024, 11:14 AM
      6 responses
      19 views
      0 likes
      Last Post OllieFeraher  
      Started by PaulMohn, 05-02-2024, 06:59 PM
      2 responses
      44 views
      0 likes
      Last Post PaulMohn  
      Working...
      X