Divide by zero fatal error #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Unhandled exception. System.DivideByZeroException: Attempted to divide by zero.
at System.Decimal.DecCalc.VarDecDiv(DecCalc& d1, DecCalc& d2)
at System.Decimal.op_Division(Decimal d1, Decimal d2)
at Indicators.getVwapWeekly(List
1 responses, Int32 index) in /root/cprojects/coin_alerts/Indicators.cs:line 132 at SignalsTest.TAReport.Generate(String _pair, Int32 _interval, List1 response, Int32 index, List`1 history) in /root/cprojects/coin_alerts/TAReport.cs:line 114at SignalsTest.CoinWatch.Analyze(String symbol) in /root/cprojects/coin_alerts/CoinWatch.cs:line 129
at System.Threading.Tasks.Task.<>c.b__128_1(Object state)
at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
at System.Threading.ThreadPoolWorkQueue.Dispatch()
at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()