NexusFi: Find Your Edge


Home Menu

 





Visible range in dollars nt8


Discussion in NinjaTrader

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




 
Search this Thread
  #1 (permalink)
 Sezor 
Nîmes France
 
Experience: Intermediate
Platform: NinjaTrader, Mt4
Broker: NinjaTrader Brokerage
Trading: Oil
Posts: 51 since Nov 2010
Thanks Given: 81
Thanks Received: 18

Goôd day all
Can anybody point me to some Ninja 8 code for displaying the
dollar range of the current screen?
I had it somewhere in my notes but blowed if I can find it.
Ninja 7 code is

protected override void OnBarUpdate()

public override void Plot(Graphics graphics, Rectangle bounds, double min, double max)
{
if (Bars==null || ChartControl==null)
return;
double mymax = double.MinValue, mymin = double.MaxValue;
//Print("first visible "+FirstVisibleBar+", last visible "+LastVisibleBar);
for (int i = Math.Min(CurrentBar,this.FirstVisibleBar); i >= Math.Max(0,this.LastVisibleBar); i--)
{
mymax = Math.Max(High[i],mymax);
mymin = Math.Min(Low[i],mymin);
}
double range = mymax - mymin;
double rangeDollars = (range * Instrument.MasterInstrument.PointValue);
DrawTextFixed("info",String.Format("Visible range {0:C}",rangeDollars),TextPosition.TopLeft,Color.Navy,font,Color.Empty,Color.Empty,0);

base.Plot(graphics,bounds,min,max);
}

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
is there a better Trade Performance tool for NinjaTrader?
NinjaTrader
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
What You Know vs How much you know about it
Traders Hideout
Help re translation of ninjascript to EL
NinjaTrader
Pivot Indicator based on Level2 data
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
ApexTraderFunding.com experience and review
53 thanks
What is Markets Chat (markets.chat) real-time trading ro …
41 thanks
Tao te Trade: way of the WLD
40 thanks
HumbleTraders next chapter
25 thanks
1 Minute Man
19 thanks
  #2 (permalink)
 OpalDragon 
Des Moines, Iowa
 
Experience: Advanced
Platform: Ninja Trader
Trading: 6E, CL, Anything that moves
Posts: 559 since Jun 2012
Thanks Given: 733
Thanks Received: 232

You should ask in >>> do you want your indicator created for free thread

Reply With Quote




Last Updated on April 18, 2021


© 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 - Sitemap - Downloads - Top
no new posts