Commit bcf12783 authored by Ahmad Nemati's avatar Ahmad Nemati

init

parent 749cef06
...@@ -428,7 +428,7 @@ function inlineCheck(money, com, data, profit, lastCom, tar, riskFree, targetPer ...@@ -428,7 +428,7 @@ function inlineCheck(money, com, data, profit, lastCom, tar, riskFree, targetPer
if (targetPercentage.enable === true) if (targetPercentage.enable === true)
realProfit = percentageMinus(target, tar) realProfit = percentageMinus(target, tar)
else else
realProfit = target realProfit = tar
target = target + realProfit target = target + realProfit
......
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