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

A simple question from a new NT programmer

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

  • NinjaTrader_Ray
    replied
    You could do something like:

    Code:
    double doubleRsi = RSI(14, 3)[0] * 2;
    Value.Set(doubleRsi);
    There are about 6 indicator development tutorials in the Help Guide. This is a great way to get started understanding the concepts behind indicator development using NinjaTrader.

    Leave a comment:


  • A simple question from a new NT programmer

    Hello everyone
    In spite of my poor english.....
    I was yesterday trying to write some basic indicators in NinjaScript (new for me)........I want to translate indicators developed in MetaStock........but when I tried to make something like 2*RSI or RSI+MACD (obviously writing it in C# way), the compiler told me that operator * or operator + where not applicable in the context
    I know is a very simple question, but, how is it suppossed I must write something like....

    double rsimacd

    rsimacd = rsi+macd

    Value.Set (rsimacd)

    Best Regards

Latest Posts

Collapse

Topics Statistics Last Post
Started by mattbsea, Today, 05:44 PM
0 responses
1 view
0 likes
Last Post mattbsea  
Started by RideMe, 04-07-2024, 04:54 PM
6 responses
31 views
0 likes
Last Post RideMe
by RideMe
 
Started by tkaboris, Today, 05:13 PM
0 responses
2 views
0 likes
Last Post tkaboris  
Started by GussJ, 03-04-2020, 03:11 PM
16 responses
3,281 views
0 likes
Last Post Leafcutter  
Started by WHICKED, Today, 12:45 PM
2 responses
19 views
0 likes
Last Post WHICKED
by WHICKED
 
Working...
X