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
This function never work in live mode
def notify_trade(self, trade): print('-' * 50, 'TRADE BEGIN', datetime.datetime.now()) print(trade) print('-' * 50, 'TRADE END')
How we can use trades and calculate mfe\mae for open position for each bar?
The text was updated successfully, but these errors were encountered:
Notify trade doesn't currently work with the store. Sorry about that.
Sorry, something went wrong.
Notify order does not work either. Could you please explain how to implement these methods?
No branches or pull requests
This function never work in live mode
How we can use trades and calculate mfe\mae for open position for each bar?
The text was updated successfully, but these errors were encountered: