The messages are self explanatory. You are missing some namespaces from your projects. You would need to find the relevant libraries and reference them.
said: Thanks for the tips. Got the connection working. Only not plotting data. I think becouse I need to write a code to tell the database what data to send. Any tips or example python code?
said: Thanks for the tips. Got the connection working. Only not plotting data. I think becouse I need to write a code to tell the database what data to send. Any tips or example python code?
I am not familiar with MongoDB, neither I understand what you are trying to do, sorry.
Hi, sorry if I am not clear. My algo predicts price movement in a specific stock. Next 5, 15, 30 and 60 min. These data are continuesly updated in my database. What I am trying to do now is importing these 5 values and connect these 5 values to plot a line on the chart. The values refresh every 5 minutes.
So now that I made the connection work, i need to work on importing and plotting the data. Can you suggest an indicator that I can use the code off to modify for this purpose? I was thinking off the sma or ema.
Hi, sorry if I am not clear. My algo predicts price movement in a specific stock. Next 5, 15, 30 and 60 min. These data are continuesly updated in my database. What I am trying to do now is importing these 5 values and connect these 5 values to plot a line on the chart. The values refresh every 5 minutes.
So now that I made the connection work, i need to work on importing and plotting the data. Can you suggest an indicator that I can use the code off to modify for this purpose? I was thinking off the sma or ema.
Hi, sorry if I am not clear. My algo predicts price movement in a specific stock. Next 5, 15, 30 and 60 min. These data are continuesly updated in my database. What I am trying to do now is importing these 5 values and connect these 5 values to plot a line on the chart. The values refresh every 5 minutes.
So now that I made the connection work, i need to work on importing and plotting the data. Can you suggest an indicator that I can use the code off to modify for this purpose? I was thinking off the sma or ema.
PanagiotisCharalampous
09 May 2024, 05:31
Hi there,
What do you mean when you say it is not supported?
Best regards,
Panagiotis
@PanagiotisCharalampous