Merge branch 'staging' of https://github.com/BlockScience/DiffyQ-SimCAD into staging
This commit is contained in:
commit
cb09b213cb
|
|
@ -196,7 +196,7 @@ def s2m3(step, sL, s, _input):
|
||||||
y = 'Price'
|
y = 'Price'
|
||||||
#var1 = Decimal.from_float(s['Buy_Log'])
|
#var1 = Decimal.from_float(s['Buy_Log'])
|
||||||
|
|
||||||
x = s['Price'] + (Decimal(s['Buy_Log'][0] )) /s['Z'] # - (s['Sell_Log']/s['Z'] ) # for buy log term /s['Z'] )
|
x = s['Price'] + (Decimal(s['Buy_Log'][0])) / s['Z'] # - (s['Sell_Log']/s['Z'] ) # for buy log term /s['Z'] )
|
||||||
#+ np.divide(s['Buy_Log'],s['Z']) - np.divide() # / Psignal_int
|
#+ np.divide(s['Buy_Log'],s['Z']) - np.divide() # / Psignal_int
|
||||||
return (y, x)
|
return (y, x)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue