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

Retrieve Indicator Value n BarsAgo

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

  • NinjaTrader_Dierk
    replied
    If nothing (!) is printed in the Output then the Print statement in your code is not reached. Please always check the logs for error messages.

    Likely:
    double value = EMA(20)[1];
    causes the trouble.

    Please read more here: http://www.ninjatrader-support.com/v...ead.php?t=3170

    Leave a comment:


  • TAJTrades
    started a topic Retrieve Indicator Value n BarsAgo

    Retrieve Indicator Value n BarsAgo

    How do I retrieve the Value from any Indicator n BarsAgo? The following code leaves the Output Window empty and will not populate the study on the chart. I am using a 20 Period EMA 1 Bar Ago to keep things simple.

    double value = EMA(20)[1];
    Print("The previous EMA value is " + value.ToString());

    PreviousEMA.Set( EMA(eMAPeriod)[eMABarsBack] );


    Thanks

Latest Posts

Collapse

Topics Statistics Last Post
Started by cre8able, Yesterday, 07:24 PM
1 response
13 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by cocoescala, 10-12-2018, 11:02 PM
6 responses
939 views
0 likes
Last Post Jquiroz1975  
Started by gbourque, Today, 06:39 AM
1 response
4 views
0 likes
Last Post NinjaTrader_Erick  
Started by cmtjoancolmenero, Yesterday, 03:58 PM
1 response
17 views
0 likes
Last Post NinjaTrader_Gaby  
Started by benmarkal, Yesterday, 12:52 PM
3 responses
23 views
0 likes
Last Post NinjaTrader_Gaby  
Working...
X