How to diagnose an Underflow/Overflow error

Questions about MultiCharts and user contributed studies.
arjfca
Posts: 1292
Joined: 23 Nov 2010
Has thanked: 725 times
Been thanked: 223 times

How to diagnose an Underflow/Overflow error

Postby arjfca » 10 May 2017

Hello

Once in a while one of my indicator do give me an Underflow/Overflow error .

It happen sometime when I'm drawing a new trendline. This indicator is looking for an active Trendline.

Active_TL = mc_tl_getactive;

What could I look for?
Martin
underflow_Overflow.png
(8.79 KiB) Downloaded 352 times

User avatar
TJ
Posts: 7740
Joined: 29 Aug 2006
Location: Global Citizen
Has thanked: 1033 times
Been thanked: 2221 times

Re: How to diagnose an Underflow/Overflow error

Postby TJ » 10 May 2017

Hello

Once in a while one of my indicator do give me an Underflow/Overflow error .

It happen sometime when I'm drawing a new trendline. This indicator is looking for an active Trendline.

Active_TL = mc_tl_getactive;

What could I look for?
Martin

underflow_Overflow.png

It is mostly likely that you have received a negative number in the mc_tl_getactive,

or a number larger than the largest TL ID.


Return to “MultiCharts”