Commit a2703f5d authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 5c143362
......@@ -93,8 +93,8 @@ let obj
obj=d
obj.signal=data[i]
if (d.meta <0)
obj.currentDrawDown=Math.abs(((d.meta * 100) / maxAllocatedMoney))
if (d.meta <0 )
obj.currentDrawDown=Math.abs(((d.meta * 100) / money))
else
obj.currentDrawDown=0
......
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