NexusFi: Find Your Edge


Home Menu

 





Net Change Indicator


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Silvester17 with 6 posts (48 thanks)
    2. looks_two optionzen with 3 posts (1 thanks)
    3. looks_3 gecko with 3 posts (3 thanks)
    4. looks_4 leonex with 2 posts (1 thanks)
      Best Posters
    1. looks_one Silvester17 with 8 thanks per post
    2. looks_two terratec with 4 thanks per post
    3. looks_3 glennw with 3 thanks per post
    4. looks_4 gecko with 1 thanks per post
    1. trending_up 14,083 views
    2. thumb_up 61 thanks given
    3. group 9 followers
    1. forum 21 posts
    2. attach_file 11 attachments




 
 

Net Change Indicator

 
 
optionzen's Avatar
 optionzen 
Dallas
 
Experience: Intermediate
Platform: ThinkorSwim, Ninjatrader, Multicharts
Broker: Thinkorswim, Ninjatrader Brokerage
Posts: 139 since Nov 2010
Thanks Given: 137
Thanks Received: 106

Hello ,

Has any one create a net change and % change indicator that would displays the information on the Ninjatrader chart itself ? Like Thinkorswim displays the netchange or % change of the instrument above the dom. Does any one know of an alternative way other than market analyzer to display those values.

I have attached an example from TOS.

Thanks a lot for your time..

Attached Thumbnails
Click image for larger version

Name:	Futures Change.jpg
Views:	567
Size:	69.4 KB
ID:	53907  
Started this thread

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
What broker to use for trading palladium futures
Commodities
REcommedations for programming help
Sierra Chart
Better Renko Gaps
The Elite Circle
ZombieSqueeze
Platforms and Indicators
 
 
 terratec 
Zurich Switzerland
 
Experience: Intermediate
Platform: NinjaTrader
Broker: IB
Trading: ES, 6E, CL
Posts: 403 since Sep 2009
Thanks Given: 64
Thanks Received: 515

 
Code
 
//Net change %:
DrawTextFixed("Change%", (((100/PriorDayOHLC().PriorClose[0]*Close[0])-100)/100).ToString("0.00%"),TextPosition.BottomLeft);
 
//Net change (YC < close[0]:
DrawTextFixed("Change", (Close[0]-PriorDayOHLC().PriorClose[0]).ToString("000000.0000"),TextPosition.BottomLeft);
 
//Net change (YC > close[0]:
DrawTextFixed("Change", (PriorDayOHLC().PriorClose[0]-Close[0]).ToString("000000.0000"),TextPosition.BottomLeft);

 
 
optionzen's Avatar
 optionzen 
Dallas
 
Experience: Intermediate
Platform: ThinkorSwim, Ninjatrader, Multicharts
Broker: Thinkorswim, Ninjatrader Brokerage
Posts: 139 since Nov 2010
Thanks Given: 137
Thanks Received: 106


Many Thanks.

Started this thread
 
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


optionzen View Post
Hello ,

Has any one create a net change and % change indicator that would displays the information on the Ninjatrader chart itself ? Like Thinkorswim displays the netchange or % change of the instrument above the dom. Does any one know of an alternative way other than market analyzer to display those values.

I have attached an example from TOS.

Thanks a lot for your time..

this is my first try. with the help of @terratec.

if you need any changes, let us know.

Attached Thumbnails
Click image for larger version

Name:	2011-11-02_2157.png
Views:	597
Size:	78.0 KB
ID:	53948  
Attached Files
Elite Membership required to download: NetChange.zip
 
 
optionzen's Avatar
 optionzen 
Dallas
 
Experience: Intermediate
Platform: ThinkorSwim, Ninjatrader, Multicharts
Broker: Thinkorswim, Ninjatrader Brokerage
Posts: 139 since Nov 2010
Thanks Given: 137
Thanks Received: 106

Silvester, I really appreciate your time and help.

Many Thanks,
OZ

Started this thread
Thanked by:
 
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527

noticed a little problem today.

when market is higher, the net change would show a minus sign. and when market is lower, the net change would show a plus sign. the % change looks correct.

attached a new version.

Attached Thumbnails
Click image for larger version

Name:	ES 12-11 (1 Min)  11_3_2011.jpg
Views:	309
Size:	58.1 KB
ID:	54000  
Attached Files
Elite Membership required to download: NetChange.zip
 
 
gecko's Avatar
 gecko 
new orleans,la/usa
 
Experience: Intermediate
Platform: Ninja Trader
Trading: es
Posts: 5 since Sep 2012
Thanks Given: 2
Thanks Received: 1

I loaded your Net Change indicator on my charts, but nothing happens. ( I see no net change on the chart as your picture shows) Do I need to change settings for the indicator or what am I doing wrong? I can't believe Ninja does not have this already but yours looks great.

 
 
Silvester17's Avatar
 Silvester17 
Columbus, OH
Market Wizard
 
Experience: None
Platform: NT 8, TOS
Trading: ES
Posts: 3,603 since Aug 2009
Thanks Given: 5,139
Thanks Received: 11,527


gecko View Post
I loaded your Net Change indicator on my charts, but nothing happens. ( I see no net change on the chart as your picture shows) Do I need to change settings for the indicator or what am I doing wrong? I can't believe Ninja does not have this already but yours looks great.

@gecko,

I haven't looked at this indicator for a long time.

but I do remember I updated it for someone. here's a newer version. no need to change any settings. it uses the nt prior day ohlc.


Attached Files
Elite Membership required to download: NetChange.zip
Thanked by:
 
 
gecko's Avatar
 gecko 
new orleans,la/usa
 
Experience: Intermediate
Platform: Ninja Trader
Trading: es
Posts: 5 since Sep 2012
Thanks Given: 2
Thanks Received: 1

I feel embarrassed, but when I changed the Text Box color to white it magically appeared! My backround color is black so your box was hidden. Great indie!
Thanks again

Thanked by:
 
 leonex 
florence italy
 
Experience: Intermediate
Platform: ninjatrader
Broker: AMP / CQG
Trading: Futures
Posts: 28 since Jan 2012
Thanks Given: 117
Thanks Received: 10


would be nice to be able to select two colors for positive change and negative change ?
thank you very much


 



Last Updated on October 25, 2017


© 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