Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 605 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 605 Bytes

Algorithm Trading Bot for MetaTrader 5 ( Python )

This algorithm trades in the Forex market on the Meta Trader 5 plaform.

Inside there are different indicators all written from scratch without using any "Done for you" library.

This is a powerful Supply and Demand strategy with Liquidity areas detection.

Feel free to modify and test the code

!IMPORTANT install pandas==2.1.3 version. Please read the explanation on the top of the script recasrding the variable self.sec_to_shift, otherwise the bot will not work properly. After that, just exeute the bot, you'll start see positions within 1 hour.