Termos de Referência
Hello everyone,
I have developed a Bollinger Bands strategy. It opens around 40–50 trades per day.
The entries need better filtering because a few bad trades can remove most of the profit.
This code was not generated by AI. I wrote it myself. The code is clean, well organized, easy to read, and relatively short, so I believe you can understand it quickly.
Please read all rules and requirements carefully before applying.
Requirements:
-
Grid and trailing calculations must use percentages (%), not pips.
Gold prices continue to increase over time, and pip-based calculations may cause problems in the future.
If you add any new calculation, please use percentages. -
The strategy uses a grid system, but it also has a stop loss.
The maximum stop loss must not be larger than $100. -
The trailing stop loss starts at 0.05% profit and follows the price with a 0.025% distance.
These values are the minimum allowed values.
Lower values do not work well on real accounts.
You may increase the TSL values, but you must not decrease them. -
Currently, the strategy can enter a trade after every candle close.
You are free to change the entry logic in any way you think is better.
My goal is not to make huge profits from each trade.
My goal is to have many good-quality trades while remaining profitable.
The strategy should open at least 10 trades per day. -
Please test all changes using high-quality tick data.
The backtest period should cover January 2022 until today on Tickmill Classic account.
If you do not have Tickmill account, I can send an account to you.
Main task:
Improve the entry filtering and overall trade quality while keeping the strategy active and profitable.
Thank you.