My algorithm is working as intended during backtesting. I have now set it to live paper trade. However, it has not placed any of the expected orders which it completes in backtesting. I am simply using MarketOrder and an Oanda paper trade account. Default leverage not set (50x). No errors or anything appear in the console. 

It is collecting my other data and plotting as intended, although the plot seems to update every five minutes even though my resolution is set to hourly?

Also the server CPU is at ~50% even though my Resolution is hourly, seems kind of high, is this normal?

 

Thanks for any information.

Author