NexusFi: Find Your Edge


Home Menu

 





Convert a value in ticks


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one gregid with 1 posts (1 thanks)
    2. looks_two trendwaves with 1 posts (1 thanks)
    3. looks_3 Quick Summary with 1 posts (0 thanks)
    4. looks_4 Astrogirl with 1 posts (0 thanks)
    1. trending_up 2,867 views
    2. thumb_up 2 thanks given
    3. group 3 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread

Convert a value in ticks

  #1 (permalink)
Astrogirl
Milan/Italy
 
Posts: 51 since Oct 2013
Thanks Given: 25
Thanks Received: 12

An hard question! Does anyone know how, in NT scripting language, to convert a decimal value into the relative futures tick price?

Eg.: Convent 1850,68757 into the relative ES futures equivalent 1850,75

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
What broker to use for trading palladium futures
Commodities
How to apply profiles
Traders Hideout
Trade idea based off three indicators.
Traders Hideout
ZombieSqueeze
Platforms and Indicators
Cheap historycal L1 data for stocks
Stocks and ETFs
 
  #3 (permalink)
 
gregid's Avatar
 gregid 
Wrocław, Poland
 
Experience: Intermediate
Platform: NinjaTrader, Racket
Trading: Ockham's razor
Posts: 650 since Aug 2009
Thanks Given: 320
Thanks Received: 623


Add this method to your strategy/indicator:

 
Code
private double nPrice(double ThePrice) //Normalized Price
        {
            int Temp = (int)Math.Round(ThePrice / TickSize);
            return ((double)Temp * TickSize);
        }
You call it like this:

 
Code
double priceToEnter = nPrice(1850.68757);

Reply With Quote
Thanked by:
  #4 (permalink)
 
trendwaves's Avatar
 trendwaves 
Florida
Legendary Market Wizard
 
Experience: Advanced
Platform: NinjaTrader 8
Trading: ES, NQ, CL
Posts: 703 since Dec 2012
Thanks Given: 2,898
Thanks Received: 2,525

The answer to your question is actually a lot more complicated than you may realize.

Read this thread, specifically FatTail's answer to get a feel for what your up against...


Be Patient and Trade Smart
Visit my NexusFi Trade Journal Reply With Quote
Thanked by:




Last Updated on February 24, 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