Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

plug-in API

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

    plug-in API

    Can we get access to the API to actually control NinjaTrader?

    For Example: http://www.ninjatrader-support.com/v...7744#post17744

    Another example would be to click a button that automatically opens up various charts using various instruments / time intervals, and starts various strategies on those various charts all with one click on a button.

    Maybe something like this...
    Code:
    ButtonLoad_Click(sender, e)
    {
         Chart c1 = new Chart("$EURUSD",PeriodType.Month,60);
         c1.BeginEdit();
         c1.Strategy.Add(new MyCustomStrategy1("sim101"));
         c1.Indicator.Add(new Bollinger(2,20));
         c1.EndEdit();
         c1.Show();
    
         Chart c2 = new Chart("$EURUSD",PeriodType.Month,15);
         c2.BeginEdit();
         c2.Strategy.Add(new MyCustomStrategy2("sim101"));
         c2.Indicator.Add(new Bollinger(2,20));
         c2.EndEdit();
         c2.Show();
    }
    Last edited by VagyokC4; 10-15-2007, 05:53 PM.

    #2
    Unfortunately this is outside the scope of what we provide support for and the intended use model of the NinjaTrader application.

    Comment


      #3
      Can I suggest we expand the use model for NT to allow for basic code like this?

      Comment


        #4
        Thanks for your suggestion. We'll add it to the list.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        152 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        305 views
        0 likes
        Last Post CaptainJack  
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        244 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        345 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        176 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Working...
        X