I have an algo from Quantopian that I'd like to transfer over her and link with alpaca. I'm far from advanced, so just checking to see if there's any help/resources before I attempt to bring it over. Thanks!
Blueshift exposed APIs are very similar to quantopian. Converting a functional quantopian algo to blueshift should be almost plug-and-play. There are some minor differences as we use a later version of Python (3.6+) and some of the features of backtests are not supported on live/ paper trading (e.g. Pipeline APIs). I suggest you quickly go through the getting started and tutorial section on the help page on blueshift to see if that works for you. Else suggest sharing a bare-bone version of your strategy to the blueshift-support mailing list if you need further help.