You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
I started using PyCharm for my training on trading algorithm.
I need to use iplot() for plot my data = con.get_candles('EUR/USD', period='m1', number=20); qf =cf.QuantFig(data, title='EUR/USD', legend ='TOP',name ='EUR/USD')
Can I use QuantFig and iplot() in PyCharm?
If yes how?
If not How can I plot it in PyC?
Thanks
The text was updated successfully, but these errors were encountered:
Dear all,
I started using PyCharm for my training on trading algorithm.
I need to use iplot() for plot my
data = con.get_candles('EUR/USD', period='m1', number=20); qf =cf.QuantFig(data, title='EUR/USD', legend ='TOP',name ='EUR/USD')
Can I use
QuantFig
andiplot()
in PyCharm?If yes how?
If not How can I plot it in PyC?
Thanks
The text was updated successfully, but these errors were encountered: