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
Hi, awesome project ! Just wanted to point out I still haven't figured out where I can input a global stoploss and takeprofit.
If you can point me to where these 2 values are to be changed that would be immense help, thank you!
The text was updated successfully, but these errors were encountered:
You would need to implement your strategy to have the StopLoss and TakeProfit plugged in correctly. Right now those are not used. But if you were to plug them in, this would be the spot https://github.com/PeterMalkin/oandapybot/blob/master/logic/strategy.py#L90
Let me know if you need more help with this
Sorry, something went wrong.
No branches or pull requests
Hi, awesome project ! Just wanted to point out I still haven't figured out where I can input a global stoploss and takeprofit.
If you can point me to where these 2 values are to be changed that would be immense help, thank you!
The text was updated successfully, but these errors were encountered: