Skip to content

terencebeauj/Trading_bot_BollingerBands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Trading_bot_BollingerBands

A MQL5 trading bot that uses the Bollinger Bands indicator to takes trades based on the volatility of a single currency. You can use this Expert Advisor as an example and try to improve it to develop more advanced bot (ex with money management) with the powerful MQL5 language. You can optimize the input parameters using the Genetic Algorithm of the MT5 platform (or write your own optimization algorithm with the language using GA, particle swarm, bayesian optimization, etc...). But be really carefull of Overfitting : try to not optimize to much parameters and always perform an Out-Of-Sample optimization.

01 03

About

MQL5 Expert Advisor for algo traders

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages