I'm pretty sure I've got LEAN running C# algorithms in my machine... and now I'm at the part in the directions that read:

Run python algorithm

  1. Update the config to run the python algorithm:

"algorithm-type-name": "BasicTemplateAlgorithm",
"algorithm-language": "Python",
"algorithm-location": "../../../Algorithm.Python/BasicTemplateAlgorithm.py",

This seems easy enough, I'm just wondering where is "the config?"

Thanks,Jon

Author