Skip to main content

Stratos Intro

Code and run your trading ideas with Stratos.

Getting Started

Get started by reviewing the Python documentaion.

⚠️ Your code will only run when you have a browser open to stratos.trade. Once you close the browser, your program will cease to execute.

What you'll need

How to import Python packages on Stratos

In the Stratos terminal simply import your required package. The Stratos functions are imported in a special case as seen below.


_7
import pandas as pd
_7
import pandas_ta as ta
_7
from stratos import plot, trade
_7
_7
df = pd.DataFrame({
_7
"close": [x['close'] for x in bar_data],
_7
})

Python packages that can be imported

NameVersion
asciitree0.3.3
astropy5.1
atomicwrites1.4.0
attrs21.4.0
autograd1.4
beautifulsoup44.11.1
biopython1.79
bitarray2.5.1
bleach5.0.0
bokeh2.4.3
boost-histogram1.3.1
brotli1.0.9
certifi2022.6.15
cffi1.15.0
cffi_example0.1
cftime1.6.0
CLAPACK3.2.1
cloudpickle2.1.0
cmyt1.0.4
colorspacious1.1.2
cryptography37.0.3
cssselect1.1.0
cycler0.11.0
cytoolz0.11.2
decorator5.1.1
demes0.2.2
distlib0.3.4
docutils0.18.1
fonttools4.33.3
freesasa2.1.0
future0.18.2
galpy1.8.0
geos3.10.3
gmpy22.1.2
gsw3.4.0
h5py3.7.0
html5lib1.1
imageio2.19.3
iniconfig1.1.1
jedi0.18.1
Jinja23.1.2
joblib1.1.0
jsonschema4.6.0
kiwisolver1.4.3
lazy-object-proxy1.7.1
libmagic5.42
logbook1.5.3
lxml4.9.0
MarkupSafe2.1.1
matplotlib3.5.2
mne1.0.3
more-itertools8.13.0
mpmath1.2.1
msgpack1.0.4
msprime1.2.0
networkx2.8.4
newick1.3.2
nlopt2.7.0
nltk3.7
nose1.3.7
numcodecs0.9.1
numpy1.23.0
opencv-python4.6.0.66
openssl1.1.1n
optlang1.5.2
packaging21.3
pandas1.4.2
pandas-ta0.3.14
parso0.8.3
patsy0.5.2
Pillow9.1.1
pkgconfig1.5.5
pluggy1.0.0
py1.11.0
pyb2d0.7.2
pyclipper1.3.0.post3
pycparser2.21
pydantic1.9.1
pyerfa2.0.0.1
Pygments2.12.0
pyparsing3.0.9
pyproj3.3.1
pyrsistent0.18.1
pytest7.1.2
pytest-benchmark3.4.1
python-dateutil2.8.2
python-magic0.4.27
python-sat0.1.7.dev19
python_solvespace3.0.7
pytz2022.1
pywavelets1.3.0
pyyaml6.0
rebound3.19.8
reboundx3.7.1
regex2022.6.2
retrying1.3.3
RobotRaconteur0.15.1
ruamel0.17.21
scikit-image0.19.3
scikit-learn1.1.1
scipy1.8.1
setuptools62.6.0
shapely1.8.2
six1.16.0
soupsieve2.3.2.post1
sparseqr1.2
sqlalchemy1.4.37
ssl1.0.0
statsmodels0.13.2
suitesparse5.11.0
svgwrite1.4.2
swiglpk5.0.3
sympy1.10.1
tblib1.7.0
termcolor1.1.0
threadpoolctl3.1.0
tomli2.0.1
tomli-w1.0.0
toolz0.11.2
tqdm4.64.0
traits6.3.2
tskit0.4.1
typing-extensions4.2.0
uncertainties3.1.7
unyt2.8.0
webencodings0.5.1
wrapt1.14.1
xarray2022.3.0
xgboost1.6.1
xlrd2.0.1
yt4.0.4
zarr2.11.3