NexusFi: Find Your Edge


Home Menu

 





Converting Double to Int


Discussion in NinjaTrader

Updated
    1. trending_up 3,913 views
    2. thumb_up 2 thanks given
    3. group 1 followers
    1. forum 3 posts
    2. attach_file 0 attachments




 
Search this Thread
  #1 (permalink)
 Genshin 
Chicago, IL
 
Experience: Intermediate
Platform: Ninja Trader, Sierra Chart
Trading: ES, CL
Posts: 35 since Oct 2012
Thanks Given: 498
Thanks Received: 12

Having a hard time getting this working. Looked at all the threads detailing converting a double value to an int, but I always get the 'Cannot implicitly convert type 'double' to 'int'. An explicit conversion exists.' error message int he Ninja compiler. There is no longer an error on my variable volTicks, but when I try to use volTicks in another variable's formula, I get the error on those lines.

Here is a code snippet:

volTicks = Convert.ToInt32((Position.AvgPrice - Instrument.MasterInstrument.Round2TickSize(Bollinger(1, 100).Upper[1])) / TickSize);

error is reported on these lines:
profitTarget1 = volTicks;
profitTarget2 = volTicks * 2.0;

All three variables are declared int. Really stuck on this, any help is appreciated!


Nevermind! Please delete thread... Missed a stupid error with the '2.0'.


Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
CFTC Approves First US Bitcoin Perpetual Futures -- Kals …
Traders Hideout
Sundays Verdict: Lebanon Locked at 99.85% as Iran June 7 …
Prediction Markets & Event Contracts
Hormuz Completely Closed: US Strikes Day 2, Iran Shoots …
Traders Hideout
Peace Deal Forward Curve: May 22%, June 51%, December 81 …
Prediction Markets & Event Contracts
Hormuz Surges From 14% to 26.5% Intraday as Irans Answer …
Prediction Markets & Event Contracts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
NexusFi site changelog and issues/problem reporting
13 thanks
Darmok and Jalad at Tanagra
3 thanks
Big Mike in Ecuador
1 thanks
30 Sessions
1 thanks
  #3 (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,406



Genshin View Post
Having a hard time getting this working. Looked at all the threads detailing converting a double value to an int, but I always get the 'Cannot implicitly convert type 'double' to 'int'. An explicit conversion exists.' error message int he Ninja compiler. There is no longer an error on my variable volTicks, but when I try to use volTicks in another variable's formula, I get the error on those lines.

Here is a code snippet:

volTicks = Convert.ToInt32((Position.AvgPrice - Instrument.MasterInstrument.Round2TickSize(Bollinger(1, 100).Upper[1])) / TickSize);

error is reported on these lines:
profitTarget1 = volTicks;
profitTarget2 = volTicks * 2.0;

All three variables are declared int. Really stuck on this, any help is appreciated!


Your line "profitTarget2 = volTicks * 2.0;" 2.0 is a double...


Be yourself; everyone else is already taken. Oscar Wilde
Reply With Quote
Thanked by:
  #4 (permalink)
 Genshin 
Chicago, IL
 
Experience: Intermediate
Platform: Ninja Trader, Sierra Chart
Trading: ES, CL
Posts: 35 since Oct 2012
Thanks Given: 498
Thanks Received: 12


Tasker_182 View Post
Your line "profitTarget2 = volTicks * 2.0;" 2.0 is a double...

Yeah, thank you! I just caught that after I wrote this...


Started this thread Reply With Quote
Thanked by:




Last Updated on January 29, 2014


© 2026 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 - Downloads - Top
no new posts