NexusFi: Find Your Edge


Home Menu

 





Visible range in dollars nt8


Discussion in NinjaTrader

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




 
Search this Thread

Visible range in dollars nt8

  #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?
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Deepmoney LLM
Elite Quantitative GenAI/LLM
Better Renko Gaps
The Elite Circle
The space time continuum and the dynamics of a financial …
Emini and Emicro Index
Online prop firm The Funded Trader (TFT) going under?
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
59 thanks
Funded Trader platforms
37 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #2 (permalink)
 OpalDragon 
Des Moines, Iowa
 
Experience: Advanced
Platform: Ninja Trader
Trading: 6E, CL, Anything that moves
Posts: 558 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 - Downloads - Top
no new posts