Trabalho concluído
Termos de Referência
Here are the user inputs we need :
1. Consecutive Boxes for Entry : 2
This means that if there are two consecutive short boxes, open a SELL position after the close of the 2nd brick. And if there are two consecutive long boxes, open a BUY position after the close of the 2nd brick.
2. Consecutive Boxes for Exit : 2
This means that for open BUY positions, if there are two consecutive short boxes, close the trade after the close of the 2nd brick. And for open SELL positions, if there are two consecutive long boxes, exit after the close of the 2nd brick.
So essentially, given these default settings, when one trade closes, it should open a new one immediately after.
3. Box Size Assignment Method : ATR / Traditional
..ATR Length : 20
..Box Size : 5
So for the Box Size Assignment Method, the user should be able to select from a dropdown menu either ATR or Traditional. If the user selects ATR, then the ATR Length value should be used meaning the size of the boxes are based on the ATR (20 period) based on the current timeframe.
If the user selects Traditional for the Box Size Assignment Method, then the size of the box is simply the Box Size input value in pips. So if the user inputs 5, then the Box Size should be 5 pips.
I cannot guarantee a longterm collaboration, but if we work well together, we will likely continue to develop to EA together on an ongoing basis as needed.
I am very familiar with EAs and have worked with developers to develop many EAs in the past..
But I've never developed a Renko EA before.
Thank you!