NexusFi: Find Your Edge


Home Menu

 





Miscellaneous questions about NT7


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one trendisyourfriend with 23 posts (1 thanks)
    2. looks_two Fat Tails with 12 posts (5 thanks)
    3. looks_3 RJay with 4 posts (10 thanks)
    4. looks_4 Silvester17 with 3 posts (3 thanks)
      Best Posters
    1. looks_one RJay with 2.5 thanks per post
    2. looks_two Silvester17 with 1 thanks per post
    3. looks_3 LukeGeniol with 0.7 thanks per post
    4. looks_4 Fat Tails with 0.4 thanks per post
    1. trending_up 13,541 views
    2. thumb_up 23 thanks given
    3. group 3 followers
    1. forum 46 posts
    2. attach_file 5 attachments




 
Search this Thread

Miscellaneous questions about NT7

  #31 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,176
Thanks Received: 6,020

Question...

I'd like to see the opening print of each 30 minutes bar on a chart that uses 3 ticks range per bar as interval. Is it possible by using two data series but without creating any distortion in the smaller interval panel ?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Trade idea based off three indicators.
Traders Hideout
Cheap historycal L1 data for stocks
Stocks and ETFs
MC PL editor upgrade
MultiCharts
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #32 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


trendisyourfriend View Post
Question...

I'd like to see the opening print of each 30 minutes bar on a chart that uses 3 ticks range per bar as interval. Is it possible by using two data series but without creating any distortion in the smaller interval panel ?

Distortion can be observed, if you want to display two DataSeries on your chart.

In this case you will only load one DataSeries on your chart. The indicator will load the second DataSeries but not display it. This is similar to the pivots indicator, which loads daily data but does not display daily bars on your chart. But the pivots indicator uses an asynchronous loading method.

So the answer is: There should be no distortion.

Reply With Quote
  #33 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,176
Thanks Received: 6,020



Fat Tails View Post
Distortion can be observeded, if you want to display two DataSeries on your chart.

In this case you will only load one DataSeries on your chart. The indicator will load the second DataSeries but not display it. This is similar to the pivots indicator, which loads daily data but does not display daily bars on your chart. But the pivots indicator uses an asynchronous loading method.

So the answer is: There should be no distortion.

Is this a typo 'observeded'. Not sure i understand this word correctly although i can *feel its meaning (vibration of the word). Seriously, you say i can read a second data series without actually adding it to the main chart ? Can i do this without using any script ? If yes, how ?

Started this thread Reply With Quote
  #34 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


trendisyourfriend View Post
Is this a typo 'observeded'. Not sure i understand this word correctly although i can *feel its meaning (vibration of the word). Seriously, you say i can read a second data series without actually adding it to the main chart ? Can i do this without using any script ? If yes, how ?

Of course it was a typo.

You need to code the indicator in a way that it calls a second DataSeries. The ratio indicator below is an example. It calculates the ratio for ZB/ZN and displays it on the chart, in this case on a separate panel.

A second DataSeries is added in the Intialize() section of the indicator:

 
Code
 
Add(Symbol2, BarsPeriod.Id, BarsPeriod.Value);
You just need to study a few indicators that have been coded to use several DataSeries and then apply it.

Attached Thumbnails
Click image for larger version

Name:	ZB 03-11 (15 Min)  30_11_2010.jpg
Views:	213
Size:	76.8 KB
ID:	26346  
Reply With Quote
  #35 (permalink)
 
LukeGeniol's Avatar
 LukeGeniol 
Italy (IT) Italy
 
Experience: Advanced
Platform: ATAS, R|Trader, NT8
Broker: Rithmic
Trading: CL, Brent, GC, TF
Frequency: Daily
Duration: Minutes
Posts: 1,499 since Apr 2010
Thanks Given: 408
Thanks Received: 985


trendisyourfriend View Post
Is this a typo 'observeded'. Not sure i understand this word correctly although i can *feel its meaning (vibration of the word). Seriously, you say i can read a second data series without actually adding it to the main chart ? Can i do this without using any script ? If yes, how ?


I think u have to build an indicator with multiple data series, for this purpose.

Take your Pips, go out and Live.
Luke.
Reply With Quote
  #36 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,176
Thanks Received: 6,020

That's pretty powerfull Fat, thanks. Unfortunately, i don't want to begin to code not that i am lazy but i know myself well enough and it would take me too much time. I count on guys like you na, that's a joke!

I think i found an easy workaround using two data series:
That's crazy how usefull this feature can be. These two charts (or rather single chart) show the instruments i trade (ES, TF). We can see the opening print of each 30 minutes bar represented by a blue triangle and a smaller interval (here 5 minutes interval). That's pretty much all i need. The opening print of a 30 min. chart is tracked by many big players and i find it very important when it comes time to evaluate what obstacles are in front of me. The RUSSELL was easier to trade today (at least to me). Look at the small blue triangles and compare both instruments. Thanks for your opening range indicator, very usefull.


Started this thread Reply With Quote
  #37 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


trendisyourfriend View Post
That's pretty powerfull Fat, thanks. Unfortunately, i don't want to begin to code not that i am lazy but i know myself well enough and it would take me too much time. I count on guys like you na, that's a joke!

I think i found an easy workaround using two data series:
That's crazy how usefull this feature can be. These two charts (or rather single chart) show the instruments i trade (ES, TF). We can see the opening print of each 30 minutes bar represented by a blue triangle and a smaller interval (here 5 minutes interval). That's pretty much all i need. The opening print of a 30 min. chart is tracked by many big players and i find it very important when it comes time to evaluate what obstacles are in front of me. The RUSSELL was easier to trade today (at least to me). Look at the small blue triangles and compare both instruments. Thanks for your opening range indicator, very usefull.


What is an opening print?

Reply With Quote
  #38 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,176
Thanks Received: 6,020

The opening print is simply the open of a given bar. I heard this expression from other traders. Don't know if it is correct as English is not my 'arterial language'.

Here each triangle represents the open of a 30 min. bar. in between you can see the 5 min. bars that compose it. We can better see where price is making a pause or becomes rotational within a certain range. You have an indicator that does that. On the RUSSELL, we can easily observe the pre-Low (Overnight Low) acted as a key pivot. I think this representation makes it easier to spot zones of consolidation and when price shifts position (passes below or above the 50% level within a given zone). The 30 minutes interval is used by Market Profilers so that's one more reason i like to have it along with my shorter time frame.

Started this thread Reply With Quote
  #39 (permalink)
 
Fat Tails's Avatar
 Fat Tails 
Berlin, Europe
Market Wizard
 
Experience: Advanced
Platform: NinjaTrader, MultiCharts
Broker: Interactive Brokers
Trading: Keyboard
Posts: 9,888 since Mar 2010
Thanks Given: 4,242
Thanks Received: 27,103


trendisyourfriend View Post
The opening print is simply the open of a given bar. I heard this expression from other traders. Don't know if it is correct as English is not my 'arterial language'.

Here each triangle represents the open of a 30 min. bar. in between you can see the 5 min. bars that compose it. We can better see where price is making a pause or becomes rotational within a certain range. You have an indicator that does that. On the RUSSELL, we can easily observe the pre-Low (Overnight Low) acted as a key pivot. I think this representation makes it easier to spot zones of consolidation and when price shifts position (passes below or above the 50% level within a given zone). The 30 minutes interval is used by Market Profilers so that's one more reason i like to have it along with my shorter time frame.

Just was not aware in the first place that you were overlaying 30 min bars on a 5 min chart.

Reply With Quote
Thanked by:
  #40 (permalink)
 
trendisyourfriend's Avatar
 trendisyourfriend 
Quebec Canada
Market Wizard
 
Experience: Intermediate
Platform: NinjaTrader
Broker: AMP/CQG
Trading: ES, NQ, YM
Frequency: Daily
Duration: Minutes
Posts: 4,527 since Oct 2009
Thanks Given: 4,176
Thanks Received: 6,020


Question...

Is it possible to set the Fibonacci tool so that it rounds numbers to the nearest tick as it used to do in NT65 ?

Started this thread Reply With Quote




Last Updated on December 3, 2010


© 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