Commit 5c143362 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent ad8d0f2a
......@@ -93,6 +93,10 @@ let obj
obj=d
obj.signal=data[i]
if (d.meta <0)
obj.currentDrawDown=Math.abs(((d.meta * 100) / maxAllocatedMoney))
else
obj.currentDrawDown=0
obj.maxReserve=maxReserve
obj.maxAllocatedMoney=maxAllocatedMoney
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment