Announcement

Collapse
No announcement yet.

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.

    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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      50 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      16 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      22 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X