|
Portland Oregon, United States
Experience: Beginner
Platform: NinjatraderŽ
Broker: CQG, Kinetick
Trading: Gameplay KlownbineŽ Trading of Globex
Posts: 1,333 since Jul 2009
Thanks Given: 1,246
Thanks Received: 2,734
|
First learn the basics of C# programming from a book like this.
Head First C#: Andrew Stellman,Jennifer Greene: 9780596514822: Amazon.com: Books
This particular book is very strong not only on procedural coding but also on object oriented design, which is good to know although not used all that much in most indicators.
This will give the foundation to start making sense of the Help articles and to start copying and learning from well written indicators by NexusFi (formerly BMT) contributors like Fat Tails.
You won't get very far with the beginner information in a Webinar.
Unfortunately most Ninjatrader coding on NexusFi (formerly BMT) and elsewhere is very sloppy. There is a thread on NexusFi (formerly BMT) about writing efficient C# code but hardly anyone is interested. People tend to copy and immortalize the really bad practices that they see in others' work.
|