This repository was archived by the owner on Feb 16, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
CCI Reference Missing #1139
Labels
Comments
Nice find! Can you propose a PR for this (towards the develop branch)? Thanks :) |
Merged
Can we close this now? |
This is now fixed in develop, but not in stable yet. Once I release a new version this issue will automatically close :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you feel this is very a important issue please reach out the maintainer of this project directly via e-mail: gekko at mvr dot me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
gekko/strategies/CCI.js
Line 11 in 20599af
this.requiredHistory = config.tradingAdvisor.historySize;
change to
this.requiredHistory = this.tradingAdvisor.historySize;
The text was updated successfully, but these errors were encountered: