You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Flask is pretty low impact, so a server.py in the root you could activate with python server.py that run a flask server to listen to requests, and a static folder in the root to serve up the html javascript. That makes it more useful for manual paper trading.
The text was updated successfully, but these errors were encountered:
The HTTP RESt/JSON api is now built as of 79f707d, so this is easier now. server.py exists, its just creating the static interface and hitting the api.
Flask is pretty low impact, so a server.py in the root you could activate with
python server.py
that run a flask server to listen to requests, and a static folder in the root to serve up the html javascript. That makes it more useful for manual paper trading.The text was updated successfully, but these errors were encountered: