This is the last version of Groodge. I believe that almost all BIG bugs are corrected. On Extras on the main bar, there are a link to a live test statement of this EA.
This is the last version of Groodge. I believe that almost all BIG bugs are corrected. On Extras on the main bar, there are a link to a live test statement of this EA.
Hi Kokas, as this EA is locked, could you be so kind and post the code to create "eaname" and "suffix" property so I can add these on other EAs as well?
Thanks.
As the first time I compile this EA, it comes with:
Function "GridTotalPip" is not referenced and will be removed from exp-file
So, what should I do then.
Thanks
Jodie
Quote:
Originally Posted by kokas
This is our last project. It has been developed by some memebers and currently tested by others. It still has some bugs, but currently I do not have much time to continue this development, so I need help on this task.
The main idea behind this EA is to draw a hedge like HedgeEA, between two currency pairs, and then draw grid's on top of this hedge. There are many ways of use of this EA, maybe in the future we could automate all this but for now let keep it manual.
Currently the EA has the ability to redraw the grid closer to the price if the price moves behind the PipDivergence parameter.
For exemple:
We use a GBPJPY / CHFJPY with a 10 pips gridOffset and 50 pipdivergence.
What this will do:
It put orders for the hedge, the place pending orders for the grid and then imagine that the price drops 60 pips on gbpjpy it will delete the grid for this pair and redraw the grid closer (10 pips) from the price to capture profits quicker. The same can happen on the oposite pair.
It is hard to try to explain this way, but I could try to do best if some of you did not understand the logic behind this.
Regarding the grid, the main idea must be to not allow the grid to have more than one position open without SL. This SL can be set by breakeven or when another position is open.
The main task now it to identify the bugs and correct them.
This is the last version of Groodge. I believe that almost all BIG bugs are corrected. On Extras on the main bar, there are a link to a live test statement of this EA.
Hello Kokas,
buy stops, sell stops orders are changing every second,
Logs are 100Mb and more... Is it OK?? will be it OK with a brocker ??
buy stops, sell stops orders are changing every second,
Logs are 100Mb and more... Is it OK?? will be it OK with a brocker ??
Thanks and best regards
Stan
This only happens when the price moves too quickly. Then if the price goes away from the grid it will delete the grid and place a new grid near the actual price.
I do not think that it will go against any broker rule.
This is the last version of Groodge. I believe that almost all BIG bugs are corrected.
Have I understood something wrong? I thought the second pair is the hedge (= opposite),but in my MT4 all open positions are long, although only GBPJPY is set long=true.