Great! Could you make a video teaching what are the basic safety rules to trade in american stocks? (do not enter the auction, verify that the data received is valid, etc.)
@dumidupramith38813 жыл бұрын
can you explain how we can back test our python bot using mt5
@ATJTraders6183 жыл бұрын
Hi Dumidu, I have a video coming up soon about backtesting. Unfortunately, it is not possible to backtest Python strategies in MT5 but I will show you how you can backtest directly in Python.
@dumidupramith38813 жыл бұрын
@@ATJTraders618 thank you lot
@MisterDumbNuts3 жыл бұрын
Hello! Is there a way to back test multiple symbols at once?
@ATJTraders6183 жыл бұрын
Hey! Yes, you can certainly analyze multiple symbols as well. All you have to do is to loop through all symbols and return the average spread. If you want, I will upload a jupyter notebook code example with all symbols and average spreads if you want to.