NexusFi: Find Your Edge


Home Menu

 





Visible range in dollars nt8


Discussion in NinjaTrader

Updated
    1. trending_up 1,591 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: 49 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?
US Prop Firms Race Inside the CFTC Perimeter -- Tradeify …
Funded Trading Evaluation Firms
SEC and CFTC Unlock Customer Cross-Margining for Treasur …
Treasury Notes and Bonds
April 2026 Jobs Report: +115k vs +65k Expected
Traders Hideout
Kalshi Rockets to $22B, Passes Polymarket in Volume -- B …
Prediction Markets & Event Contracts
Wood Mackenzie Drops $200 Oil Forecast -- Airspace Expir …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Sober Journey With S&P
21 thanks
2026 Jlab journal
10 thanks
Trying to learn Volume and price action correlation
8 thanks
Algo automated / semi-automated trading anyone?
6 thanks
Hello Im new here
5 thanks
  #2 (permalink)
 OpalDragon 
Des Moines, Iowa
 
Experience: Advanced
Platform: Ninja Trader
Trading: 6E, CL, Anything that moves
Posts: 561 since Jun 2012
Thanks Given: 735
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


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