NexusFi: Find Your Edge


Home Menu

 





indicator


Discussion in EasyLanguage Programming

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




 
Search this Thread

indicator

  #1 (permalink)
capper
bergamo
 
Posts: 7 since Apr 2016
Thanks Given: 0
Thanks Received: 2

hi i have a problem with this code, sometimes tradestation give me the error: exception flt divide by zero.

Value1 = 100 * ( (high - open) / range[1] );
Plot1 ( Value1 );
plot2 ( 35 ) ;

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
Better Renko Gaps
The Elite Circle
Cheap historycal L1 data for stocks
Stocks and ETFs
ZombieSqueeze
Platforms and Indicators
What broker to use for trading palladium futures
Commodities
 
  #3 (permalink)
 choke35 
Germany
 
Experience: Intermediate
Platform: Other
Trading: ES, YM, 6E
Posts: 2,668 since Feb 2013
Thanks Given: 5,101
Thanks Received: 6,558



capper View Post
hi i have a problem with this code, sometimes tradestation give me the error: exception flt divide by zero.

Value1 = 100 * ( (high - open) / range[1] );
Plot1 ( Value1 );
plot2 ( 35 ) ;

Quite normal since you don't check if range[1] is different from 0.

Reply With Quote
  #4 (permalink)
capper
bergamo
 
Posts: 7 since Apr 2016
Thanks Given: 0
Thanks Received: 2


choke35 View Post
Quite normal since you don't check if range[1] is different from 0.


ok thanks i forgot to put [1]

Reply With Quote
  #5 (permalink)
 choke35 
Germany
 
Experience: Intermediate
Platform: Other
Trading: ES, YM, 6E
Posts: 2,668 since Feb 2013
Thanks Given: 5,101
Thanks Received: 6,558


capper View Post
ok thanks i forgot to put [1]

I don't know if you mean it, but in order to divide two figures you
have to make sure that the denominator isn't 0. Your current bar's
range can also be 0 if open = high = low = close.

Reply With Quote
  #6 (permalink)
capper
bergamo
 
Posts: 7 since Apr 2016
Thanks Given: 0
Thanks Received: 2


choke35 View Post
I don't know if you mean it, but in order to divide two figures you
have to make sure that the denominator isn't 0. Your current bar's
range can also be 0 if open = high = low = close.

Yes I know I had already tried to put the denominator <> 0 but I forgot this [1]

Reply With Quote




Last Updated on April 26, 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