We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 조건검색식 마다 loop돌면서 simulation하는데, loop를 한번 돌고나서, 다음 조건검색식 simulation할때, 관련 객체들이 초기화 되지 않아 2번째 조건검색식부터는 아무것도 동작을 안함
--> 객체(Account, Stock, Strategy, StrategyConfig 등)를 모두 초기화 할수 있는 방법 필요
The text was updated successfully, but these errors were encountered:
close issue by PR #29
Sorry, something went wrong.
No branches or pull requests
현재 조건검색식 마다 loop돌면서 simulation하는데,
loop를 한번 돌고나서, 다음 조건검색식 simulation할때, 관련 객체들이 초기화 되지 않아
2번째 조건검색식부터는 아무것도 동작을 안함
--> 객체(Account, Stock, Strategy, StrategyConfig 등)를 모두 초기화 할수 있는 방법 필요
The text was updated successfully, but these errors were encountered: