NexusFi: Find Your Edge


Home Menu

 





Access an Indicators for its Label


Discussion in NinjaTrader

Updated
    1. trending_up 797 views
    2. thumb_up 0 thanks given
    3. group 1 followers
    1. forum 1 posts
    2. attach_file 0 attachments




 
Search this Thread

Access an Indicators for its Label

  #1 (permalink)
Fernand0
Argentina
 
Posts: 19 since Apr 2018
Thanks Given: 8
Thanks Received: 3

Hi guys, there is any way to get the value of the indicator..? or i have to copy the indicator from scratch?

 
Code
EMA ema = null;

IndicatorList.Clear();
foreach (IndicatorRenderBase indicator in indicatorCollection)
{
	
	IndicatorList.Add(indicator.GetType().ToString() + " as " + indicator.Name);
	
	if (indicator.Name == "EMA")
	{
		ema = indicator as EMA;
	}
	
}

Draw.TextFixed(this, "Indicators", String.Join("\n", IndicatorList), TextPosition.TopLeft);

// I can't get any value of "ema"
Draw.TextFixed(this, "EMA1", ema.Value[0].ToString(), TextPosition.TopRight);
Thank you for your time.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
PowerLanguage & EasyLanguage. How to get the platfor …
EasyLanguage Programming
REcommedations for programming help
Sierra Chart
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
29 thanks
Just another trading journal: PA, Wyckoff & Trends
25 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
21 thanks
GFIs1 1 DAX trade per day journal
17 thanks




Last Updated on June 4, 2018


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts