hey mates,
New here.
I have been coding algo's for the MQL language(MT4-5).
So new to Python.
If I want to develop locally, but still want utilize the ressources here on quantopian, do I need to download any specific Pip packages?
as it seem like;
from quantopian.research import run_pipeline
from quantopian.pipeline import Pipeline
looks like a pip package to me, or is it only when using the notebooks on this site?
if I want to download price data from here, but still want to simulate locally, should I then use;
panel_data = data.DataReader(quantopian, xxx, xyz) ?