Closed YASHGUPTA2611 closed 2 years ago
This may mean that in your strategy you are passing more than 2 elements when it is only expecting 2. (As stated in the ValueError)
I'd recommend looking at the indicators you are calling and what you are passing to them. This may be caused by whats under the init function of the class you made and not fastquant itself.
Has this been addressed, may we close the issue?
Yes, thankyou the issue has been resolved.
First i have made a strategy class in a separate python file and imported some of the libraries which will be use.
but when i try to import my strategy class, it is giving me some error.