Pivots and helpers.getSignals()
chinmayrane opened this issue ยท 7 comments
chinmayrane commented
- Is pivots a python package you are using through Pip?
- The Readme has helpers.getSignals() from helper function while there is no such function in helper.py file.
anfederico commented
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.
Kosteg commented
Could you please provide .getSignals() example?
tienduccao commented
An example of .getSignals()
is really helpful
anfederico commented
I will add a real example soon.
quantroom-pro commented
Still waiting for example of getSignals()
. Thx )
iamraa commented
Refactored backtester with examples: https://github.com/friendly-pig/gemini.backtester
kweitzner commented
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.