Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Interday Trading with Quantopian / Robinhood feed own data?

I have an external data provider and a bunch of R scripts that I used to work with the data and do my calculations. Is it possible at the end of each trading day to load my external .csv into the quantopian / robinhood platform. On signal generation (end of day) the order will be auto sent to be executed at next market open. And for the exit, it would use the robinhood quotes to sell just before 'n' day market close.

Only thing i want to do here is use my own scripts etc to generate the signal, i simply want quantopian / robinhood to read my .csv for the signal and then everything else comes from quantopian / robinhood.

Is this type of setup possible using robinhood / quantopian?

Thanks
Andrew

1 response

I think fetch_csv() is the function you're looking for.