NexusFi: Find Your Edge


Home Menu

 





indicator


Discussion in EasyLanguage Programming

Updated
    1. trending_up 1,215 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
Strategy stop orders partially filled
EasyLanguage Programming
Quantum physics & Trading dynamics
The Elite Circle
Trade idea based off three indicators.
Traders Hideout
MC PL editor upgrade
MultiCharts
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
24 thanks
What is Markets Chat (markets.chat) real-time trading ro …
19 thanks
ApexTraderFunding.com experience and review
17 thanks
GFIs1 1 DAX trade per day journal
13 thanks
EG Indicators
11 thanks
  #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