ENG: This is the repository for the code I use in my youtube channel!
- Python trading bot: This folder is the one developed in the (Python trading bot playlist).
- Python trading bot/src/: This folder contains the first bot I created in our channel (Python trading bot playlist).
- Python trading bot/backtesting/: This folder contains the code for backtesting data using the bot strategy.
- mql5: In this folder there's the code for the MQL5 different bots I have created.
- ta: This folder contains bots using the ta library, the to_candle file to load candles, and notebooks where you will see how to load different indicators in python.
- tutoriales: This folders contains the code I use in my different tutorials of programming languages.
ESP: ¡Este es el repositorio para el código que uso en mi canal!
- Python trading bot: Esta es la carpeta donde desarrollamos el bot de python (Bot de trading playlist).
- Python trading bot/src/: Esta carpeta contiene el primer bot que creé en nuestro canal (Bot de trading playlist).
- Python trading bot/backtesting/: Esta carpeta contiene el código para hacer backtesting de datos usando la estrategia del bot.
- mql5: En esta carpeta está el código para los diferentes bots que hemos hecho en MQL5.
- ta: Esta carpeta contiene bots usando la librería ta, el archivo to_candle para cargar velas, y el notebooks donde se puede ver como cargar los diferentes indicadores en python.
- tutoriales: Esta carpeta contiene el código que uso en mis diferentes tutoriales de programación.