Hi there,
I just find the functions in research and IDE environment are quite different. For example, in research environment, we can only do
symbols(['AAPL', 'AMZN'])
But in IDE environment, we can do
symbol('AAPL')
or
symbols('AAPL', 'AMZN')
This is very confusing and inconvenient. Personally, I do a lot of programming in the research environment and then copy that to the IDE. The inconsistency of the functions really drives me crazy.
Is there any way to solve this? Thank you.