Summary
Keywords
Full Transcript
Python algorithmic strategy used for backtesting the Martingale Swing Trading Strategy, a winning indicator that was presented in previous videos. Martingale trading in Forex can be used to increase returns, so the associated risks are also presented in the Python backtest program. #TradingBot #PythonCoding #ForexAnalysis 🍓 If you want to follow structured courses with more details and practice exercises check my "About" page for Discount Coupons on my Udemy courses covering: Python basics, Object Oriented Programming and Data Analysis with NumPy and Pandas, ... more courses are on the way drop me a message if you have a particular interesting topic! Good luck! the python jupyter notebook file is available for download from: https://drive.google.com/file/d/1x-EHXhjkO5hJVpOGsPHofvxmUNfOHTU3/view?usp=sharing the data file used in this video: https://drive.google.com/file/d/1v2BfUxVDKPVs8upfWqSBTAVDjcKsETmx/view?usp=sharing previous video on the Martingale: https://youtu.be/O9L3nfSlzvs previous video on the winning indicator with backtest in python: https://youtu.be/vPBwO6Fa6rc Roulette Icon from : https://www.flaticon.com/free-icons/roulette t Roulette icons created by smashingstocks - Flaticon 00:00 Introducing the Martingale method in Trading 02:00 Python code for the trading strategy 06:00 Backtesting the trading strategy 08:25 Backtesting results 11:30 Backtesting returns for the modified strategy
