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
After long work, i compiled on windows VPS and now is working but i'm some questions.
Could I receive clean data without loading bar ? I mean.. when i'm getting the candles avoid to print the loading bar.
How could get only the last candle? I tried to:
symbol = "EURUSD" timeframe = "M15" fromDate = 2 history = api.history(symbol,timeframe,fromDate)
[] But getting :
And any alternative to mt5.symbol_info(symbol) ???
The text was updated successfully, but these errors were encountered:
the last row is the atual price -
last_row = history.iloc[-1] print(last_row)
Sorry, something went wrong.
No branches or pull requests
After long work, i compiled on windows VPS and now is working but i'm some questions.
Could I receive clean data without loading bar ? I mean.. when i'm getting the candles avoid to print the loading bar.
How could get only the last candle? I tried to:
[]
But getting :
And any alternative to mt5.symbol_info(symbol) ???
The text was updated successfully, but these errors were encountered: