Hi Everyone,

I reach out to the community to help me with a few things:

  • Helping me get my Algorithm Live.
  • Debugging Concerning Warning
  • Updating code to reduce fees on GDAX
  • General improvements 

 

GOING LIVE ERROR

I'm having a hard time getting my algorithm to run in live but it works fine when doing backtesting.

I get this error:

System.Collections.Generic.List`1[System.String] IOError : (10, 'No child processes')

Has anyone seen this error? Is there something that I'm missing?

 

CONCERNING WARNING:

I'm getting this error when I run this in the console:

108 | 13:04:01: Launching analysis for 525a47a5a22e6857fecc10721e37ef50 with LEAN Engine v2.4.0.1.2705 109 | 13:04:01: Backtest Handled Error: Warning: Due to brokerage limitations, orders will be rounded to the nearest lot size of 0.00000001 110 | 13:04:02: Backtest deployed in 14.289 seconds

Is there any advice on removing this error.

 

REMOVING GDAX FEES

I was able to do limit buys succcessfully, but when I try to do a limit sell it fails. Can someone help me tweak the algorithm so that I don't get eatten up by fees.

 

GENERNAL IMPROVEMENTS:

This algorithm is pretty easy, just a simple EMA12 and EMA26. I would love to chat with an expert on implement more complex and accurate algorithms.

 

Thanks so much

 

Allan

Author