How do I actually get this running?
samdevelops opened this issue · 2 comments
samdevelops commented
Hey,
Cloned your Gemini git repo, tried running example.py but getting errors, like name gemini is not defined, so I put it in the same folder as gemini, imported gemini, now helpers has no attribute "getSignals".
anfederico commented
The example code won't run as is. You'll need to provide your own signal function(s) to generate signals in the data you provide. Gemini is strictly a backtesting engine, you'll need to provide data/signals.
samdevelops commented
Ahh I see, thanks.