Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Currency conversion thanksgiving present

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

    Currency conversion thanksgiving present

    Hello to all,

    as a tool for multi currency portfoglio management I worte a tool to get the current exchange rate for currencies. The tool consists of a C# source file and can be included in your NinjaTrader script.
    You can also use the code outside NinjaTrader, but in this case you need to uncomment the Currency enum definition.

    Here an example:


    {
    string from="EUR";
    string to = "USD";
    // also possible: from=Zweistein.CurrencyConversion.ISO(NinjaTrader. Cbi.Currency.Euro);

    decimal eurusd=Zweistein.CurrencyConversion.Cube.Convert(1 .0, from, to);
    // converts 1.0 EUR into USD using the daily ECB fixing price.

    decimal eurusd2=Zweistein.CurrencyConversion.Convert(1.0, from, to);
    // converts 1.0 EUR to USD using the current exchange rate supplied by google.

    }


    have a nice weekend

    Andreas

    Discover top crypto trading apps like Binance for secure, low-fee trading. Access crypto, forex, and more with real-time tools. Avoid scams, start small, and grow profits.
    Attached Files

Latest Posts

Collapse

Topics Statistics Last Post
Started by CarlTrading, 03-31-2026, 09:41 PM
1 response
152 views
1 like
Last Post NinjaTrader_ChelseaB  
Started by CarlTrading, 04-01-2026, 02:41 AM
0 responses
89 views
1 like
Last Post CarlTrading  
Started by CaptainJack, 03-31-2026, 11:44 PM
0 responses
131 views
2 likes
Last Post CaptainJack  
Started by CarlTrading, 03-30-2026, 11:51 AM
0 responses
127 views
1 like
Last Post CarlTrading  
Started by CarlTrading, 03-30-2026, 11:48 AM
0 responses
107 views
0 likes
Last Post CarlTrading  
Working...
X