NexusFi: Find Your Edge


Home Menu

 





IntSeries and Data Box


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Tasker_182 with 6 posts (1 thanks)
    2. looks_two vantojo with 6 posts (0 thanks)
    3. looks_3 Fat Tails with 4 posts (0 thanks)
    4. looks_4 Quick Summary with 1 posts (0 thanks)
    1. trending_up 4,314 views
    2. thumb_up 1 thanks given
    3. group 3 followers
    1. forum 16 posts
    2. attach_file 4 attachments




 
Search this Thread

IntSeries and Data Box

  #1 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012

I would like an IntSeries to be shown in the Data Box....for each bar I have 4 integer values I want to store, and view in the Data Box.

I don't want the values on the chart, even in a separate panel.

However, after interacting with the Ninja Forum it seems there is not even a work around....

Or, is there...? It could be that someone at futures.io (formerly BMT) knows how to do this...

Here is the information I have.....

The only values show in the databox are Visible (i.e. non Transparent) Plots....

so making it a Plot (a double data type) would work, but as soon as it is set to Transparent, it no longer shows in the Data Box.

Any ideas?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Increase in trading performance by 75%
The Elite Circle
How to apply profiles
Traders Hideout
Better Renko Gaps
The Elite Circle
REcommedations for programming help
Sierra Chart
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
30 thanks
Spoo-nalysis ES e-mini futures S&P 500
28 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
20 thanks
GFIs1 1 DAX trade per day journal
16 thanks
  #3 (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,102


You cannot display an IntSeries in a data box.

The only workaround that comes to my mind goes as follows


-> create a new indicator with a single plot
-> store any of four double values (for example 1.0, 2.0, 3.0, 4.0)
-> set the new indicator to Overlay = true, AutoScale = false

As the indicator is applied to the price panel, the values 1.0 to 4.0 may not show up on the visible part of the chart. This approach would work for ES, YM or any instrument with a minimum price well above 4.0

For FOREX or any instrument with smaller values, you would need to use indicator values of 0.01, 0.02, 0.03 and 0.04 which would represent your four integers.

Reply With Quote
  #4 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012

I'm going to try this....

Plot the 4 integer values as Line Plots in a second panel. Since I don't want the plots on my chart, or even to see them I'll just scrunch the second panel down.

I suppose since they are plots they should show up in the Data Box.

--------

Another option is to not plot the values at all, but store them in a IntSeries, and have a small docked window display the values on some mouse event....but then this is just another conversion task when Ninja 8 comes out.

Started this thread Reply With Quote
  #5 (permalink)
 
Tasker_182's Avatar
 Tasker_182 
Cedar Rapids, iowa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Ninjatrader - Continuum
Posts: 716 since Aug 2009
Thanks Given: 476
Thanks Received: 1,401


vantojo View Post
I'm going to try this....

Plot the 4 integer values as Line Plots in a second panel. Since I don't want the plots on my chart, or even to see them I'll just scrunch the second panel down.

I suppose since they are plots they should show up in the Data Box.

--------

Another option is to not plot the values at all, but store them in a IntSeries, and have a small docked window display the values on some mouse event....but then this is just another conversion task when Ninja 8 comes out.

How about you tell us specifically what you are trying to observe and perhaps there is another way. What are the 4 integer values representing?

Be yourself; everyone else is already taken. Oscar Wilde
Reply With Quote
  #6 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012

the 4 integer values are the slopes of 4 moving averages

I have the code to calculate the slope and it is working well

however having these values plot on panel 1 makes no sense at all and would mess up the chart because the slopes have nothing to do with price (Y axis)

what I want to do is know the slope at different points (bars) by having them in the Data Box

I don't want to see the slopes all the time, just for research and studies....

Started this thread Reply With Quote
  #7 (permalink)
 
Tasker_182's Avatar
 Tasker_182 
Cedar Rapids, iowa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Ninjatrader - Continuum
Posts: 716 since Aug 2009
Thanks Given: 476
Thanks Received: 1,401


vantojo View Post
the 4 integer values are the slopes of 4 moving averages

I have the code to calculate the slope and it is working well

however having these values plot on panel 1 makes no sense at all and would mess up the chart because the slopes have nothing to do with price (Y axis)

what I want to do is know the slope at different points (bars) by having them in the Data Box

I don't want to see the slopes all the time, just for research and studies....

Sooo if the issue for you is that can cannot display an int series in the data box, can you just make it a double?

Be yourself; everyone else is already taken. Oscar Wilde
Reply With Quote
  #8 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012

the issue is that only visible plots show in the databox

I could make it a DataSeries Plot, that is a double....

but I don't want to see it on the chart, that is the problem

-----------------

well, unless there is a way to hide the plot and still have it in the data box, I'll go to one of the solutions I mentioned, if no one else has a better idea

Started this thread Reply With Quote
  #9 (permalink)
 
Tasker_182's Avatar
 Tasker_182 
Cedar Rapids, iowa
Legendary Market Wizard
 
Experience: Intermediate
Platform: Ninjatrader
Broker: Ninjatrader - Continuum
Posts: 716 since Aug 2009
Thanks Given: 476
Thanks Received: 1,401


vantojo View Post
the issue is that only visible plots show in the databox

I could make it a DataSeries Plot, that is a double....

but I don't want to see it on the chart, that is the problem

-----------------

well, unless there is a way to hide the plot and still have it in the data box, I'll go to one of the solutions I mentioned, if no one else has a better idea

So just make the plots transparent. I just tested that with an EMA plotted on a chart. I turned it transparent and I could still see the values in the databox.

Be yourself; everyone else is already taken. Oscar Wilde
Reply With Quote
  #10 (permalink)
 vantojo 
Vilcabamba, Ecuador
 
Experience: Intermediate
Platform: Ninja
Trading: NQ, UB
Posts: 204 since Jul 2012


Try it with a plot that has nothing to do with the Y axis...when it is in panel 1 it will mess up the chart.

An EMA/SMA is synched with the Y axis/price, but something like a slope integer plot is not

That seems to be what I found...if I 'm wrong let me know and I'll retest....

It would probably work in panel 2....as I mentioned may be a solution...but it is something I would prefer to not be on the chart.

I don't think NT 7 has a hide panel function...that lets a panel be active but how displayed..that would work also.

Started this thread Reply With Quote




Last Updated on April 15, 2014


© 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