Home > C/C++ > Grid Martingale Ea

Grid Martingale Ea

December 23rd, 2009

Hedge/grid EA
The strategy of this EA is pure martingale on a grid. The EA will contain only one indicator. The only obvious difference between this EA and other Grid Martingale EA is that there is no automatic multiplier. I have to put all these input data for every grid manually (grid size/SL/TP/trade size) up to 50 grids on each side.

With a professional coder, this work should be done fast and perfect.

I will discuss more details so please don’t hesitate to PM me.


Grid Martingale Ea

Categories: C/C++ Tags: , ,
Comments are closed.
Bear