Hello everyone,

I would like to import custom data using AWS Lambda and API Gateway. Here is an example of a request: https://v78wgv6s66.execute-api.us-east-2.amazonaws.com/test/get_data_from_investing?cid=986914&ticker=VMVL&start_date=12/01/2020&end_date=12/31/2020&resolution=Daily

However, when I try to implement it as in

https://github.com/QuantConnect/Lean/blob/master/Algorithm.Python/CustomDataBitcoinAlgorithm.py

my algorithm does not trade or even show values. Does anyone know what I am doing wrong? Thank you very much in advance.

Author