NexusFi: Find Your Edge


Home Menu

 





Time and Sales Window


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Silvester17 with 5 posts (6 thanks)
    2. looks_two trs3042 with 3 posts (6 thanks)
    3. looks_3 Big Mike with 3 posts (3 thanks)
    4. looks_4 Mindset with 2 posts (1 thanks)
      Best Posters
    1. looks_one cbratton with 18 thanks per post
    2. looks_two trs3042 with 2 thanks per post
    3. looks_3 Silvester17 with 1.2 thanks per post
    4. looks_4 Big Mike with 1 thanks per post
    1. trending_up 13,319 views
    2. thumb_up 38 thanks given
    3. group 9 followers
    1. forum 23 posts
    2. attach_file 4 attachments




 
Search this Thread

Time and Sales Window

  #11 (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


cbratton View Post
I found this one on the NinjaTrader Support Forum.

this is actually much better than the one I have showed. although I believe they do the same. but your version is not a dll file.

very good find. thank you very much.

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
How to apply profiles
Traders Hideout
ZombieSqueeze
Platforms and Indicators
Cheap historycal L1 data for stocks
Stocks and ETFs
REcommedations for programming help
Sierra Chart
 
  #12 (permalink)
 BlackSwan 
Denver
 
Experience: Master
Platform: TT XTPro - MarketDelta
Trading: Bund - ZB - ZN - ES
Posts: 25 since Jun 2010
Thanks Given: 4
Thanks Received: 88

Does anyone know if there is a similar code floating around for a Multicharts based time & sales?

Edit: Found... here is link: https://www.multicharts.com/discussion/viewtopic.php?f=5&t=7842&hilit=time+sales

Reply With Quote
Thanked by:
  #13 (permalink)
 steve2222 
Auckland, New Zealand
 
Experience: Beginner
Platform: Sierra Chart
Broker: AMP/CQG
Trading: Whatever moves in my timezone
Posts: 1,896 since Sep 2009
Thanks Given: 3,379
Thanks Received: 1,540



cbratton View Post
I found this one on the NinjaTrader Support Forum.

Really good find.

Just a shame that it does not have a parameter to allow you to place it anywhere on the chart. Right now it prints it exactly where current price action is, which is probably the worst place to position it ie it is positioned to the RHS of the chart whereas to the LHS would seem to be more useful.

Reply With Quote
Thanked by:
  #14 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662


steve2222 View Post
Really good find.

Just a shame that it does not have a parameter to allow you to place it anywhere on the chart. Right now it prints it exactly where current price action is, which is probably the worst place to position it ie it is positioned to the RHS of the chart whereas to the LHS would seem to be more useful.

Change your right margin?

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #15 (permalink)
 MetalTrade 
 
Posts: 1,055 since May 2010

Unfortunately that's not working, I'll request it on the indicator thread.

Reply With Quote
  #16 (permalink)
 ValLiant 
redding, CA
 
Experience: None
Platform: ninja/timingsolutions(Wave59 jurys out)
Broker: iB
Trading: CL/GC/NQ
Posts: 67 since May 2010
Thanks Given: 78
Thanks Received: 22

using the time and sales window has anyone been able to duplicate something that can re-group a lot of 100 contracts back into their original lots? ... as currently the CME breaks everything down into smaller lots...? thanks

Reply With Quote
  #17 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 291

Sorry to be dim but how can I get the background of this indicator to match the ChartControl.BackColor?
I keep getting white!

Edit Doh! - to answer my own question. Color.Transparent and Color.Empty give different results on a non white background.

Reply With Quote
  #18 (permalink)
 
trs3042's Avatar
 trs3042 
Holland, Michigan
 
Experience: None
Platform: ninjatrader
Broker: CQG
Trading: Acoustic Guitar
Posts: 1,617 since Jun 2009
Thanks Given: 23,764
Thanks Received: 5,616


Mindset View Post
Sorry to be dim but how can I get the background of this indicator to match the ChartControl.BackColor?
I keep getting white!

Edit Doh! - to answer my own question. Color.Transparent and Color.Empty give different results on a non white background.

Hello @Mindset,

In the indicators settings, any setting with "backcolor" needs to be changed to the color of your choice.

Hope this helps,

Rick

Started this thread Reply With Quote
Thanked by:
  #19 (permalink)
 
Mindset's Avatar
 Mindset 
Singapore
 
Experience: Intermediate
Platform: NT
Broker: ib
Trading: MES
Posts: 365 since Sep 2009
Thanks Given: 90
Thanks Received: 291

Hi ts0342

I should have explained in more detail.
I have an indicator that uses a linear gradient brush to color the background. So I simply altered a couple of lines of code to make the textBrush Color.Empty.
Changing it to Color.Transparent was making the gradient brush 'transparent '- hence it was white.


 
Code
	textBrush.Color = backColor[(int)tasType[i]];
to

 
Code
textBrush.Color = Color.Empty;
I left the block textBrush line as it was - because I like the highlight of it when reversed.

Reply With Quote
Thanked by:
  #20 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662


 
Thread Moved


Moved to NinjaTrader

Better late than never



When creating a new thread, note which subforum you are in. Here is a short list of suggestions:

- Topic: Anything to do with an Elite indicator -> Subforum: The Elite Circle
- Topic: Looking for an existing indicator, or how-to use an indicator -> Subforum: (the platform)
- Topic: Programmer needing help with non-Elite indicator -> Subforum: (the platform) - Programming
- Topic: Want an indicator created/modified -> Reply to "Want indicator created free" in Elite Circle
- Topic: Vendors (trading rooms, commercial indicators) -> Subforum: Vendors/Product Reviews
- Topic: Discussion of Forex or Currency trading -> Subforum: Forex and Currency Trading
- Topic: Journals of your trading -> Subforum: Trading Journals or Elite Trading Journals
- Topic: General trading related discussions -> Subforum: Traders Hideout
- Topic: Discussion of a trading method -> Subforum: Traders Hideout
- Topic: Automated Trading -> Subforum: Elite Automated Trading

Last, any Elite Member may create more or less any of these topics in The Elite Circle at your own discretion (your support is appreciated).

This is just a short general list and doesn't cover everything. If you are unsure where to create your new thread, just create it in Traders Hideout and a moderator will move it if necessary.

-- Big Mike Trading


We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:




Last Updated on August 31, 2018


© 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