advertising:I sell new advisor "MARTIN OVERLAP"

advisor

Trader
Feb 25, 2012
14
0
22
This advisor is based on the martingale method, but the closure order is based on the method of covering the latest warrant sagging orders - overlaping
1. Calculation of the lot.
Lot of this tribe = the last item of a market order + (increment to the lot * number of market orders). Because of this, you can fly at high acidity, but the principle remains the martingale ... each successive order is greater than the previous one. Other options for the calculation of the lot did not give improvements, therefore, remains so.

2.Overlay.
in the case when the price of a pullback is the distance at which the order comes in the penultimate plus, and the overlap has not worked, then the overlap will attend three orders: the last but one, and with minimal profit. In this case the condition for overlap is specified as a percentage of SecondProfitPersent. If the overlap of only two orders, the ProfitPersent.
For the construction of the floor channel, which looks for freezing orders. The channel is constructed from the opening price of the last order, and its width will be based on variables and OverlapChannelStart OverlapChannelStop. For example, if OverlapChannelStart = 5 and OverlapChannelStop = 150, the freezing order will be searched only if the maximum distance from the last order of 150 points (OverlapChannelStart it more as insurance that the latter found himself in order for your same channel and did not break the whole scheme). All orders that out of the channel - is not taken into account. This is done for those cases when, after the overlap of the first order to hang a small lot, but at a great distance and the adviser does not have time to cut and goes further into the drawdown of a large lot. Working in such a channel can quickly pozakryvat orders with high acidity.
The next phase of work - when the channel is clear (in the channel there is no warrant). Then shall come into force variable SingleOrderProfit. If there is a situation that everything is blocked, but it was a warrant for the current price, and a couple of orders outside the channel and the price goes to our strontium, the passing distance SingleOrderProfit the last order is closed (something like LastTP). In place of the closing will open a new order, which can also be closed on SingleOrderProfit and so until the most distant orders do not fall into the canal ... then they try to cut back on the standard mechanism.
Of course you can somehow cut the most distant orders only in the negative, but I believe that such actions should be conducted at the discretion of the trader ... you want to cut by hand, you want to outstay.

3. Pyramid.
As advisor to a new mechanism of the pyramid. The point is this: this is the first order, put it without TP. If the price goes in the right direction, the distance PyramidStep put another order, if we penetrate further, else, etc. As soon as the orders in the pyramid is three (or more), then all orders except the last one put a stop loss at the level of the previous order + PyramidSlDistance (spread + a couple of paragraphs). When the price pulls back, and stop-loss is triggered, it remains an order and we average over the standard scheme. All orders are always put up the pyramid with the starting lot ... so when the pyramid is closed, we are left with only one lot with the starting order is as if we started a series on here.

4. Condition of entry (distance from severe MA)
5. The only obvious negative of the case ... there is no set take profit in the case of disconnection for any reason the order will not close ...

Basic settings:
Code:
extern int MagicNumberBuy        = 123456789;   // the magic number of buy orders
extern int MagicNumberSell       = 987654321;   // the magic number of sell orders

extern string s1                 = "---------------------------------------------------------------------------------------";
extern string s2                 = ">>> Information on the screen";
extern bool   OnScreenInfo       = true;   //information output to the screen
extern bool   ShowClock          = false;  //how much is left to conclude a new candle

extern string s3                 = "---------------------------------------------------------------------------------------";
extern string s4                 = ">>> Bans on trade";
extern bool   DualTrade          = true;  //permit two-way trade
extern bool   NewTradeBuy        = true;   //permission for new purchases
extern bool   NewTradeSell       = true;   //permission for new sales

extern string s5                 = "---------------------------------------------------------------------------------------";
extern string s6                 = ">>> knees Settings";
extern bool   CheckNewBar        = true;   // exhibiting only the tribes on the new bars or by tick ...
extern int    MaxTrades          = 30;     // the maximum number of simultaneously open orders for each series separately
extern double PipStep            = 30.0;   // pitch setting a new knee
extern double PipStepExponent    = 1;    // exponential step 

extern string s7                 = "---------------------------------------------------------------------------------------";
extern string s8                 = ">>> Overlapping Settings";
extern double ProfitPersent      = 30;     // Percentage of overlap(10...50)
extern double SecondProfitPersent = 50;    // The percentage of overlap when you connect the penultimate order
extern double OverlapChannelStart = 0;     // indicates the channel at the point at which the order sought to block (minus orders), the channel is
extern double OverlapChannelStop  = 180;   // ...on the last warrants. all that is outside the channel in the ceiling is not considered until the channel is not clean (no order)
extern int    SingleOrderProfit   = 15;     //If there is order in the channel, and the last order in profit as points, then just close it

extern string s10                = "---------------------------------------------------------------------------------------";
extern string s11                = ">>> Calculation of the lot";
extern double StartLot           = 0.15;    // the size of the first unit to start trading
extern double LotIncrement       = 0.2;    // the size of the constant additions to the lot on the last warrants * the number of orders
extern double MaxLot             = 10;     // the maximum value of the lot
extern bool   UseAutoLot         = false;  // use of the car lot ... the percentage of depot
extern double AutoLot            = 0.05;    // to calculate the percentage of the lot is on the money ...
extern double AutoLotIncrement   = 0.03;    // percentage of permanent additions to the lot * on the number of orders

extern string s12                = "---------------------------------------------------------------------------------------";
extern string s13                = ">>> pyramid to Settings";
extern double PyramidStep        = 18;     // step pyramid
extern int    PyramidSlDistance  = 20;      // how many points to set a stop loss order above the previous order (for example, the spread + 1 point)

extern string s14                = "---------------------------------------------------------------------------------------";
extern string s15                = ">>> Sign against МА";
extern int    iMA_Period         = 20;   // period moving average
extern int    iMA_OpenDistance   = 20;    // distance of points on how much the price should move away from the AI for the opening of the order

Put mql4dll.dll - MetaTrader4\experts\libraries\

This video link about this advisor.

If you are interested in this EA - send me the name of your broker's and the number of your demo account and I'll send you demoKEY for testing at this trial run.
If you want to buy a key for a real account - it costs $ 50

My contact Information:
Mail: advisorseller@gmail.com
Skype: advisorseller
 
Last edited:

advisor

Trader
Feb 25, 2012
14
0
22
http://www.youtube.com/watch?v=EAMRBka2ouI&context=C44c6db2ADvjVQa1PpcFNLmKDzPNvxbtBcMSX43NHf 3OmtpnLusoQ=

This video about new version of this EA!
This EA costs 100$

img


img
 
Last edited:

advisor

Trader
Feb 25, 2012
14
0
22
Hello to everyone!
I deleted all of my old experts, because they do not pass the test in 2010 and I made a new EA.
Its called UnniversalMartinEQ. It is testing in 2010 and 2011 with a drawdown of no more than 35%
img

This strategy is based on martingale with hedging:
- 2 sides MartinGaile
- LastTP
- Hedging (Opposite Order)
- All series closed with the function “CloseBy”, which reduces the drawdown (profit: the lots are closed with the lock from highest to lowest orders)
- Adviser will close all orders when the percentage of profit will exceed the specified
- Money Management (Risk & restriction on the MaxLotByRisk directly proportional to increases the risk of)
- input is based on three modes of analysis of bars (no indicators) and the indicator input using six indicators:
- Bands
- RSI
- ADX_CCI
- MACD_Stoch
- MaOnCCI
- ROC_CCI


This is a new advisor. He has not yet been optimized. If you are an experienced trader - you can optimize it in the history of the opening prices. (I have not even had time to verify the indicators in these tests :))
You can find your strategy within this counselor because he has so many settings and indicators. select your own risk, drawdown and profit:
img


Free test on demo. Ask on mail advisorseller@gmail.com
 
Last edited:

advisor

Trader
Feb 25, 2012
14
0
22
Hi ! New Ver of OverLap!!! (promising strategy)

It testing from hard 2009 year - till Now! Working stabil (01/01/2009-01/04/2012)

See video about

There statement for you:
img