anfederico/gemini

Pivots and helpers.getSignals()

chinmayrane opened this issue ยท 7 comments

  1. Is pivots a python package you are using through Pip?
  2. The Readme has helpers.getSignals() from helper function while there is no such function in helper.py file.

Ah sorry, that's confusing. No pivots is just a local library for some custom signals I use. This package doesn't come with any signals. The helpers.getSignals() is just supposed to be a placeholder for your own function that creates signals from your data.

Could you please provide .getSignals() example?

An example of .getSignals() is really helpful

I will add a real example soon.

Still waiting for example of getSignals(). Thx )

Refactored backtester with examples: https://github.com/friendly-pig/gemini.backtester

Can you show an example of what .getSignals() would look like? It's not obvious how to set this function up. Doesn't look like the fork Alexander set up uses this function.