I have an algo thats been running for a while live on FXCM using EURUSD as my security. I'd like to switch to USDJPY but when running the backtest I get a new stacktrace error and I can't figure out why.

Any ideas? Same algo, different currency pair

146 | 10:33:07:Runtime Error: Division by zero (Open Stacktrace)

at System.Decimal.op_Division (Decimal d1, Decimal d2) [0x00000] in :0 at QuantConnect.Algorithm.QCAlgorithm.CalculateOrderQuantity (QuantConnect.Symbol symbol, Decimal target) [0x00000] in :0 at QuantConnect.FXCMBollengerBands.OnDataFifteen (System.Object sender, QuantConnect.Data.Market.TradeBar consolidated) [0x00000] in :0

Author