I have run btoandav20 backtest and realtime testing.
On backtesting, I used class OandaV20BacktestRiskPercentSizer for sizing
And on realtime, I used class OandaV20RiskPercentSizer for sizing
Then I get a error when call function getsizing with parameter pips is not found in function OandaV20RiskPercentSizer.getsizing, because OandaV20RiskPercentSizer.getsizing called it is stoploss
Is it a in-consistence update, or we use it for any other intention?
Hi, you are right. I did some changes lately to the backtest sizers and did not update the sizer var naming. will update the sizer to also use pips. Thanks for posting the issue.
I have run
btoandav20
backtest and realtime testing. On backtesting, I used classOandaV20BacktestRiskPercentSizer
for sizing And on realtime, I used classOandaV20RiskPercentSizer
for sizingThen I get a error when call function
getsizing
with parameterpips
is not found in functionOandaV20RiskPercentSizer.getsizing
, becauseOandaV20RiskPercentSizer.getsizing
called it isstoploss
Is it a in-consistence update, or we use it for any other intention?