NexusFi: Find Your Edge


Home Menu

 





Databox


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one bukkan with 4 posts (14 thanks)
    2. looks_two ZTR with 1 posts (0 thanks)
    3. looks_3 sysot1t with 1 posts (0 thanks)
    4. looks_4 OpalDragon with 1 posts (0 thanks)
    1. trending_up 6,638 views
    2. thumb_up 14 thanks given
    3. group 6 followers
    1. forum 10 posts
    2. attach_file 3 attachments




 
Search this Thread

Databox

  #1 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271

i have built a indicator which displays the time price volume info on the chart itself when the user clicks on the chart. other data series can also be added. can be a good replacement of the NT's data box.

works fine as long as bar space is more than 8.

cheers

Attached Thumbnails
Click image for larger version

Name:	dsDataBox.png
Views:	532
Size:	15.7 KB
ID:	4777  
Attached Files
Elite Membership required to download: dsDataBox.zip
Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
MC PL editor upgrade
MultiCharts
REcommedations for programming help
Sierra Chart
Quant vue
Trading Reviews and Vendors
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
 
  #2 (permalink)
siege
Sydney, Australia
 
Posts: 11 since Jan 2010
Thanks Given: 0
Thanks Received: 1



Looks good! Can you move the information to the top left of the screen?

Reply With Quote
  #3 (permalink)
 
Wessel's Avatar
 Wessel 
Utrecht UT
 
Experience: Intermediate
Platform: Ninjatrader, Tradestation
Broker: Interactive Brokers / NinjaTrader
Trading: Misc
Posts: 16 since Nov 2009
Thanks Given: 77
Thanks Received: 8


He did you know that in NT7B17 you can click your middle mouse button on a price bar and it will also give you the info about OHLC etc.

Thanks for the custom version, shows a good way to do it for other purposes

Wessel

Reply With Quote
  #4 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271

heres the nt7 code.

Attached Files
Elite Membership required to download: DSDataBox.zip
Started this thread Reply With Quote
Thanked by:
  #5 (permalink)
 
ZTR's Avatar
 ZTR 
 
Experience: Advanced
Platform: NinjaTrader7
Broker: Mirus RCG/Zen-Fire
Trading: CL & 6e, looking at ES, ZB and AU again.
Posts: 2,096 since Nov 2009
Thanks Given: 1,099
Thanks Received: 1,393

Hi bukkan,

Mike has asked me to Moderate Downloads & Indicators. He would like to put all finalized versions of indicators, templates, workspaces & educational material posted in threads in the download section, if still relevant and/or not beta. If it is beta then just leave it here if you are still actively working on it.

If this is a final version that you posted would you mind posting it in downloads? Then add a link to this thread to bring everyone back here? Or let me know and I will initiate this process and give you ownership and edit privileges of this indicator in Downloads.

This will really help the efficiency of searching indicators. As well as notify folks when an updated version has been posted in a place where they can be tracked to minimize overlap and multiple postings.

We are in the process of completely revamping the downloads section as well as beta testing a Code Repository, BMCodex, being overseen by Sam028.

Please let me know if I can be of any help.

Thanks,

Andy

R.I.P. Andy Zektzer (ZTR), 1960-2010.
Please visit this thread for more information.
Visit my NexusFi Trade Journal Reply With Quote
  #6 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271


ZTR View Post
Hi bukkan,

Mike has asked me to Moderate Downloads & Indicators. He would like to put all finalized versions of indicators, templates, workspaces & educational material posted in threads in the download section, if still relevant and/or not beta. If it is beta then just leave it here if you are still actively working on it.

If this is a final version that you posted would you mind posting it in downloads? Then add a link to this thread to bring everyone back here? Or let me know and I will initiate this process and give you ownership and edit privileges of this indicator in Downloads.

This will really help the efficiency of searching indicators. As well as notify folks when an updated version has been posted in a place where they can be tracked to minimize overlap and multiple postings.

We are in the process of completely revamping the downloads section as well as beta testing a Code Repository, BMCodex, being overseen by Sam028.

Please let me know if I can be of any help.

Thanks,

Andy

thanks Andy, have uploaded the same in the Misc section of the NT7. hope its ok.

Started this thread Reply With Quote
Thanked by:
  #7 (permalink)
 sysot1t 
 
Posts: 1,173 since Nov 2009

does any one have an idea of how one could access databox variables that are being updated by closed code indicators? trying to backtest something that is manually executed, yet keeps historical signals on the chart. any ideas?

Reply With Quote
  #8 (permalink)
 bukkan 
Calcutta, India
 
Experience: Intermediate
Platform: ArthaChitra
Posts: 278 since Jun 2009
Thanks Given: 161
Thanks Received: 271

Plot values are displayed in the nt native databox. even if the indicator is closed, the plotseries should be exposed/accessible and you could code the same into a strategy and backtest the same.

Started this thread Reply With Quote
Thanked by:
  #9 (permalink)
 westmalle 
Eindhoven The Netherlands
 
Experience: Intermediate
Platform: Sierra, NinjaTrader
Trading: TF NQ YM 6E ES
Posts: 52 since Mar 2013
Thanks Given: 55
Thanks Received: 40

I use some BWT indicators of Blue Wave. I would like to use some data of these indicators in a simple strategy wizard. As the BWT is commercial, the values are not accessible in the strategy wizard. But the values are displayed in the data box of Ninja 7.

Question: How can I access from the strategy wizard values being displayed in the data box in Ninja 7? Perhaps a separate strategy exists which can accomplish the task of making the displayed values of the data box available in the strategy wizard and can be used within the strategy wizard?

Reply With Quote
  #10 (permalink)
 OpalDragon 
Des Moines, Iowa
 
Experience: Advanced
Platform: Ninja Trader
Trading: 6E, CL, Anything that moves
Posts: 559 since Jun 2012
Thanks Given: 733
Thanks Received: 232



bukkan View Post
heres the nt7 code.

BUKKAN -

I had a problem with the indicator -- for some reason it is not putting the correct Open, High, Low and Close numbers on the toolbar... :O


Did Ninja change something or make some kind of update that would mess it up?

I went into the code and just changed one thing... the text of the words - I changed it to O, H , L , C only... so that only the those first letters appear ... thats it.. would that change the code completely?

~THANKS
OPAL

Reply With Quote




Last Updated on December 16, 2016


© 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