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

Forex pair conversion

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

    Forex pair conversion

    How do I access the bid price for a forex pair that is not the pair on which my strategy is running?
    For example, I am running a strategy on the AUDCAD, but as part of my money management code, I need to get the bid for the AUDUSD.

    thanks

    #2
    You would need to Add() the needed data and then use for example GetCurrentBid in this BIP context or OnMarketData() to get the bid.
    BertrandNinjaTrader Customer Service

    Comment


      #3
      Thanks Bertrand,
      What is BIP, and is there a way to use DDE from within a strategy?

      Comment


        #4
        BIP would stand for BarsInProgress so the series that is currently calling the OnBarUpdate() :



        Interfacing via DDE would unfortunately not be supported, but you could store values perhaps in txt files via NinjaScript and then access them within your external application.
        BertrandNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by maykingoh1, Today, 05:25 AM
        0 responses
        1 view
        0 likes
        Last Post maykingoh1  
        Started by Human#102, Today, 05:18 AM
        0 responses
        4 views
        0 likes
        Last Post Human#102  
        Started by ntram, 05-08-2024, 05:39 PM
        3 responses
        21 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by Zach55, 02-19-2024, 07:22 PM
        3 responses
        68 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by warpinator, 05-16-2024, 10:44 AM
        3 responses
        30 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X