├── README.md ├── cBot_perp_ftx.py ├── exemples └── aligatorPerp │ ├── Complete_Future_Backtest_Aligator_SL.ipynb │ ├── aligatorPerpLive.py │ └── cBot_perp_ftx.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoRobotFr/cBot/HEAD/README.md -------------------------------------------------------------------------------- /cBot_perp_ftx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoRobotFr/cBot/HEAD/cBot_perp_ftx.py -------------------------------------------------------------------------------- /exemples/aligatorPerp/Complete_Future_Backtest_Aligator_SL.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoRobotFr/cBot/HEAD/exemples/aligatorPerp/Complete_Future_Backtest_Aligator_SL.ipynb -------------------------------------------------------------------------------- /exemples/aligatorPerp/aligatorPerpLive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoRobotFr/cBot/HEAD/exemples/aligatorPerp/aligatorPerpLive.py -------------------------------------------------------------------------------- /exemples/aligatorPerp/cBot_perp_ftx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoRobotFr/cBot/HEAD/exemples/aligatorPerp/cBot_perp_ftx.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CryptoRobotFr/cBot/HEAD/requirements.txt --------------------------------------------------------------------------------