Jump to content

Welcome to the new Traders Laboratory! Please bear with us as we finish the migration over the next few days. If you find any issues, want to leave feedback, get in touch with us, or offer suggestions please post to the Support forum here.

bnma

Members
  • Content Count

    2
  • Joined

  • Last visited

Everything posted by bnma

  1. Hi guys, I am looking for help to make this ea (I wrote) better. Basically, I have looked at the FX Pro maker code and saw what it does. I created a very simple version of this ea that uses hedge, trades martingale in a grid fashion but has a disaster stoploss. So the Martingale does not get out of hand. Here's the concept: Right at the initial launch, the EA will create buy/sell order with minimal lots (0.01 or 0.05 depending on broker. But this doesn't matter cause people can do initial 10 lots if they want to). Immediately after placing these orders, it will place pending orders every 5 (or so) pips and doubling up. Each level is the take profit for the order in the same direction but double size. All orders have disster stop loss (User's choice). Here's the grid: ........... ------------------------- Disaster SLs (All Sell orders) Level ... ------------------------- Pending Sell ... Level 4 ------------------------- Pending Sell (0.16 / TP Level 3 / Disaster SLs) Level 3 ------------------------- Pending Sell (0.08 / TP Level 2 / Disaster SLs) Level 2 ------------------------- Pending Sell (0.04 / TP Level 1 / Disaster SLs) Level 1 ------------------------- Pending Sell (0.02 / TP Level 0 / Disaster SLs) Level 0 ------------------------- Buy (0.01 / TP Level 1 / SL Level -1) & Sell (0.01 / TP Level -1 / SL Level 1) Level -1 ------------------------- Pending Buy (0.02 / TP Level 0 / Disaster SLb) Level -2 ------------------------- Pending Buy (0.04 / TP Level-1 / Disaster SLb) Level -3 ------------------------- Pending Buy (0.08 / TP Level-2 / Disaster SLb) Level -4 ------------------------- Pending Buy (0.16 / TP Level-3 / Disaster SLb) Level ... ------------------------- Pending Buy ... ........... ------------------------- Disaster SLb (All Buy orders) If any take profit is hit, all positions are closed (Live and pending). It's up to the user to set this to auto to start again. However, I don't recommend this. It should bet of the user to see how the market is and then let the EA trade when all conditions are good. The thing I am counting on is a slow market (No news, not London or US sessions). This ea will might get killed if there is a big sudden move. In quiet time (I think), there is a very high chance that the price will retrace to the lower level which is 5 pips away to take profit. Please help me make this code better and also find the best time and best currency pair to put it on. I think we will do something really good for all of us. Link to EA: http://www.4shared.com/file/u-5yAB2Y/Matrix_v1.html Thanks a lot!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.