-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion on the Tutorial #2
Comments
Hmm, I'm not sure what's happening between "Starting process... " and "State changed from up to complete". The exit status 127 sounds like some command was not found but not sure what. And thanks for the comment and suggestion. Our goal is to help people like your background who is not necessarily expert in coding, with some hosting, easy setup, hiding all those heavy lifting parts. It could take some time to build something like that, and we want to make sure different use cases are covered well enough. |
Maybe build log give some idea. You can also send all of what you have to me hitoshi@alpaca.markets if that’s easier |
I come from a similar background than @nicholas631. Setting up the environment was a challenge and in general knowing what is the next step to take to get closer to live trading. |
@nicholas631 What platform are you using to build the code? I am using visual studio within Anaconda and I am planning to start by using my computer to launch the code and once it is working moving onto a google server. Any thoughts suggestions are appreciated |
What I have attempted so far Universe[1] |
Trying to run simulate() ... any help is appreciated Microsoft Windows [Version 6.1.7601] (base) C:\Personal\80091590\Desktop\Masters in Analytics\Alpaca Live Trade\samplealgo01-master>cd "c:\Personal\80091590\Desktop\Masters in (base) C:\Personal\80091590\Desktop\Masters in Analytics\Alpaca Live Trade\samplealgo01-master> |
You may need to set PYTHONPATH to the top of this directory. That is what is done in playground.py for Jupyter notebook and you may want to do the same. |
For background I am coming over from quantopian and do more engineering calculations than coding.
The tutorial would benefit from discussing how to setup the system environment first - maybe tutorial 0. The Heroku and the standalone pc path should be discussed at additional length. On Heroku, I cloned some sample code over from github and the error messages appear to be meaningless. For the PC a list of downloads would awesome.
Good luck with launching Alpaca - planning to jump on to a good thread to get started.
Regards,
Nick
2018-07-24T01:38:30.377986+00:00 heroku[run.1571]: State changed from up to complete
2018-07-24T01:38:30.347350+00:00 heroku[run.1571]: Process exited with status 127
2018-07-24T01:39:18.131817+00:00 heroku[run.4548]: State changed from starting to up
2018-07-24T01:39:18.031417+00:00 heroku[run.4548]: Awaiting client
2018-07-24T01:39:18.063853+00:00 heroku[run.4548]: Starting process with command
Universe = ['MMM', 'ABT', 'ABBV', 'ACN', 'ATVI', 'AYI', 'ADBE', ..., 'ZTS']
2018-07-24T01:39:17.410248+00:00 app[api]: Starting process with command
Universe = ['MMM', 'ABT', 'ABBV', 'ACN', 'ATVI', 'AYI', 'ADBE', ..., 'ZTS']
by user nick.difrancesco@gmail.com2018-07-24T01:39:22.378332+00:00 heroku[run.4548]: State changed from up to complete
2018-07-24T01:39:22.362558+00:00 heroku[run.4548]: Process exited with status 127
2018-07-24T23:28:59.000000+00:00 app[api]: Build started by user nick.difrancesco@gmail.com
2018-07-24T23:29:12.000000+00:00 app[api]: Build failed -- check your build logs
The text was updated successfully, but these errors were encountered: