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,092 views
    2. thumb_up 61 thanks given
    3. group 9 followers
    1. forum 21 posts
    2. attach_file 11 attachments




 
Search this Thread

Net Change Indicator

  #1 (permalink)
 
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 Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
What broker to use for trading palladium futures
Commodities
Cheap historycal L1 data for stocks
Stocks and ETFs
About a successful futures trader who didnt know anythin …
Psychology and Money Management
REcommedations for programming help
Sierra Chart
 
  #2 (permalink)
 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);

Reply With Quote
  #3 (permalink)
 
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 Reply With Quote
  #4 (permalink)
 
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
Reply With Quote
  #5 (permalink)
 
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 Reply With Quote
Thanked by:
  #6 (permalink)
 
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
Reply With Quote
  #7 (permalink)
 
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.

Reply With Quote
  #8 (permalink)
 
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
Reply With Quote
Thanked by:
  #9 (permalink)
 
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

Reply With Quote
Thanked by:
  #10 (permalink)
 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

Reply With Quote




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