NexusFi: Find Your Edge


Home Menu

 





Need Indicator to display tick size & value (NT)


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one bobwest with 10 posts (4 thanks)
    2. looks_two kYW42786 with 5 posts (2 thanks)
    3. looks_3 SamirOfSalem with 3 posts (6 thanks)
    4. looks_4 Azzzz with 1 posts (1 thanks)
      Best Posters
    1. looks_one SamirOfSalem with 2 thanks per post
    2. looks_two Azzzz with 1 thanks per post
    3. looks_3 bobwest with 0.4 thanks per post
    4. looks_4 kYW42786 with 0.4 thanks per post
    1. trending_up 4,930 views
    2. thumb_up 14 thanks given
    3. group 6 followers
    1. forum 20 posts
    2. attach_file 3 attachments




 
Search this Thread

Need Indicator to display tick size & value (NT)

  #1 (permalink)
 kYW42786 
Thousand Oaks
 
Experience: Intermediate
Platform: TOS
Posts: 11 since Dec 2019
Thanks Given: 0
Thanks Received: 5

IIs there a set of indicators for ninjatrader 8.0 to show the tick size and the tick value of the instrument?

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Cheap historycal L1 data for stocks
Stocks and ETFs
Trade idea based off three indicators.
Traders Hideout
ZombieSqueeze
Platforms and Indicators
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
 
  #2 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,501
Thanks Received: 26,292


kYW42786 View Post
IIs there a set of indicators for ninjatrader 8.0 to show the tick size and the tick value of the instrument?

Hi @kYW42786,

We meet again.

On this one, I am not sure exactly what you are asking about. If you just want to know the tick size and value of an instrument, you can easily look that up on the CME website (or Google it). I am not sure how an indicator would be useful for that, or how it would make sense for someone to create one.

But if you are looking for something besides just a raw listing of the values, I think you should be more specific what you are looking for. Where and how do you want to access this, for instance? An indicator is displayed on a chart -- how should it be displayed? How would it look? How would it be used? That sort of thing. Something descriptive of what you are looking for.

Forgive me if I just haven't understood you correctly. If you can be a little more specific about what you are looking to have this indicator do, perhaps someone can be of more help.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
  #3 (permalink)
 Azzzz 
Ontario
 
Experience: Intermediate
Platform: Ninja
Broker: Amp Futures/Zen-Fire
Trading: ES, currancy
Posts: 24 since Nov 2009
Thanks Given: 12
Thanks Received: 6


Try this


Print(BarsPeriod.BaseBarsPeriodValue);
Print(BarsPeriod.Value);

Reply With Quote
Thanked by:
  #4 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,501
Thanks Received: 26,292


kYW42786 View Post
IIs there a set of indicators for ninjatrader 8.0 to show the tick size and the tick value of the instrument?


Azzzz View Post
Try this


Print(BarsPeriod.BaseBarsPeriodValue);
Print(BarsPeriod.Value);

@kYW42786, I think the two lines of code provided by @Azzzz may provide the data you are asking for, if they are put into a finished indicator that shows it in some way.

You can see the problem, if it is unclear how you want it displayed.... no one will know how to respond, since the data can be displayed in any number of ways.

So if you can give people a hand and let them know what you are after, it will be easier for them to help.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
  #5 (permalink)
 kYW42786 
Thousand Oaks
 
Experience: Intermediate
Platform: TOS
Posts: 11 since Dec 2019
Thanks Given: 0
Thanks Received: 5

Hi,

Thanks for the reply. I wanted the tick info and the tick value to be displayed on the chart like a label asI have them in TOS platform.

Not sure how you do it ? The code provided is it in Ninjascript add on. How do I put it on a chart?

Started this thread Reply With Quote
Thanked by:
  #6 (permalink)
 Nt8Strategiesclub   is a Vendor
 
Posts: 3 since Oct 2021
Thanks Given: 2
Thanks Received: 5

I don't understand if you asked for a code or if you were looking for a product.

Reply With Quote
Thanked by:
  #7 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,501
Thanks Received: 26,292


kYW42786 View Post
Hi,

Thanks for the reply. I wanted the tick info and the tick value to be displayed on the chart like a label asI have them in TOS platform.

Not sure how you do it ? The code provided is it in Ninjascript add on. How do I put it on a chart?

Thanks for the clarification about TOS. The code provided is not a full add-on indicator; it might become part of an indicator if one is written. It is not yet something that can go on a chart.

To get to an indicator, we need to know how and where you want the data. Most of us do not know or use TOS -- if you can post a chart image, showing how TOS does it, that would help enormously. Post an image and use a marking pen in the image software to show where it appears. (If you don't know how to do images here yet, you can just use the built-in Windows Snip Tool, highlight the area on the chart with it, copy to the clipboard, and paste in into you post. You can mark up the image before you copy it. (Start Menu > Windows Accessories > Snipping Tool.) )

Just to let you know that I'm not being needlessly picky, as a programmer who has written lots of indicators, I do not yet have any idea what you are asking for. ( ). This is not a criticism, it's just that programmers need clear descriptions. Also, the indicator may already exist somewhere, but it will need to be described better so someone can recognize it. That's why a picture or a good description is great.

Also, since you're an Elite member, you can always make a direct post in the free Ninja indicator thread if you would like to see if someone knows of or is willing to write an indicator for you, to your specification.... but they'll need a specification first (not to belabor the point; I'm sure you get it now.) Here's the thread, for future reference:



Let's see if we can get a clear description or image of what you are after first.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
Thanked by:
  #8 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,501
Thanks Received: 26,292


Nt8Strategiesclub View Post
I don't understand if you asked for a code or if you were looking for a product.

An actual indicator. We just aren't sure yet what he is looking for. Stay tuned if you can help.

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote
  #9 (permalink)
 kYW42786 
Thousand Oaks
 
Experience: Intermediate
Platform: TOS
Posts: 11 since Dec 2019
Thanks Given: 0
Thanks Received: 5

Here is a screenshot of the Micro mini /MNQ Tick size and Tick value. Of course the dta varies depending on the futures instrument. This is an indicator that displays the label on the chart rather than a plot. THX
Screen Shot 10-07-21 at 04.16 PM

Started this thread Reply With Quote
Thanked by:
  #10 (permalink)
 
bobwest's Avatar
 bobwest 
Western Florida
Site Moderator
 
Experience: Advanced
Platform: Sierra Chart
Trading: ES, YM
Frequency: Several times daily
Duration: Minutes
Posts: 8,172 since Jan 2013
Thanks Given: 57,501
Thanks Received: 26,292



kYW42786 View Post
Here is a screenshot of the Micro mini /MNQ Tick size and Tick value. Of course the dta varies depending on the futures instrument. This is an indicator that displays the label on the chart rather than a plot. THX
Screen Shot 10-07-21 at 04.16 PM

Thanks. So you need the tick size and tick value only? I'm not sure what the "1-lot share equivalent" is.

I haven't used NT for a long time, but this is doable. Where do you want the label to go? It looks like it's on the top of the screen, near the price axis on the right.

Anyone want to take this now?

Bob.

When one door closes, another opens.
-- Cervantes, Don Quixote
Reply With Quote




Last Updated on January 17, 2022


© 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