This week, I am focusing on creating an informative back test form. Most of my time was utilized in creating the form for list of following strategies:
- AccelerationDeceleration
- BBB
- Dochain
- AlexanderElder
- RSI2
- AroonBreakout
- Supertrend
- Forex
- ADX
- CCICorrectionV1
- EMAV03
- ABCD
- CCI Correction
Before starting on the informative topic, I would like to talk about above strategy. These strategies were developed using open source java library ta4j . Since there are huge number of indicators already available in the library, I have also gone through almost 100+ indicators and developed strategy accordingly. Each indicator has it own set of parameters and each parameter has its own true purpose. Translate into those code has been really challenging work for me. But translating them to trader has been more of an impossible task. So to break this barrier, I have tried to keep things simple and making this more informative. Adding infolist section everywhere in form will be optimal solution for now. Hey! I am not good at design so please have some mercy on me.
For this post I will try to explain AccelerationDeceleration strategy. I will also try to add following knowledge on how to create or backtest strategy.
When I create a backstest strategy, I will be following the form and I need to select symbol and list of strategy from them.
In this above form, it provides information to the trader about the mixture of entry, exit rules and indicator's parameters to make this more informative about the strategy.
So, I have only added informative section to AccelerationDeceleration, Dochain strategy. I will continue over the weekend.