Selasa, 04 November 2014

RGT2 EA - expert for MetaTrader 4

Description:
Expert advisor based on Bollinger bands and Rsi. Modified trailing stop system.

Inputs:
extern double Lots = 0.01; // lot size
extern double MinPipsProfit = 30; // when does the trailling stop start ( +30 pips above open price )
extern double Ea_StopLoss = 70;
extern double Ea_Trailing_Stop = 35;
extern int Slippage = 3;
extern int RsiH = 90; // sell if bollinger band high and and rsi>90
extern int RsiL = 10; // buy if bollinger band low and and rsi<10
extern int RsiPeriod = 8;
extern int Magic=686;
This indicator is the first version so please be gentle :p

Let me know if you find some bugs.

If you use 5 digits broker multiply MinPipsProfit, Ea_StopLoss and Ea_Trailing_Stop by 10.

http://www.mql5.com/en/code/download/10733
                                       

HybridEA 1.0 - expert for MetaTrader 4

Description:
Final version of my hybrid Expert Advisor.

Important: If you want to profit you need to inside function CheckChances properly values, or values got from indicators, i created a buy and sell chance system-

Place file from channel_scalpe.zip to mql4 directory - templates
Place file Channel_scalper.mq4 to directory for indicators
Place file HybridEA1.mqh to directory experts/includes
Place file HybridEA01..mq4 to directory experts

RUN:
Open in metaeditor ChannelScalper, compile it
Open in metaeditor HybridEA01 and compile it
Finally run it inside of tester, after that you have a lot of options avaible, only compile HybridEA01 is needed for every change.
And there is really a lot of functions and options.

http://www.mql5.com/en/code/download/10744
                                      

VR---MARS-EN - expert for MetaTrader 4

Description:
This will help reduce the semiautomatic routine work.

Features:

Opening trades directly from charts;
Enable or disable the sound from the chart;
Shows how many points to the profit and stop loss;
Shows a profit for each order;
TP and SL of movement directly on the chart;
Ability Grouping information on orders.

http://www.mql5.com/en/code/download/10558
                           

RSI trader v1 - expert for MetaTrader 4

Description:
RSI trader trades using rsi indicator suitable for long term and scalping strategies.

The none straight forward settings are explained below:

Applied Price - this is the applied price setting for RSI set 0 for close price, 1 for open price, 2 for high price, 3 for low price, 4 for median price, 5 for typical price and weighted close price.
BuyPoint- If RSI crosses this point upwards a buy order will be sent.
SellPoint- If RSI crosses this point downwards a sell order will be sent.
CloseOnOpposite- If true if an opposite signal is given all trades that had been opened with the previous signal will be closed.
NOTE:

The EA is designed for 5 digit brokers since most major brokers are 5 digit nowadays.
Its up to you to discover the optimum settings for your strategy the default settings have not been tested/optimized.

http://www.mql5.com/en/code/download/10757
                                 

Senin, 03 November 2014

EM_VOL - expert for MetaTrader 4

Description:
This Strategy use ADX and ATR for the volatity, when Adx is < 30 open 1 buy stop and 1 Sell stop in High+ATR (14) and Low-ATR(14) the money management is similar Sophia1.1



Strategy Tester Report
EM_VOL
EGlobal-PAMM (Build 427)

Symbol    EURUSD (Euro vs US Dollar)
Period    1 Hour (H1) 2012.02.08 00:00 - 2012.06.25 21:00
Model    Every tick (the most precise method based on all available least timeframes)
Parameters    MMType=1; UseClose=false; UseAdd=true; LotExponent=1.2; slip=3; Lots=0.02; LotsDigits=2; TakeProfit=100; Stoploss=500; TrailStart=10; TrailStop=10; PipStep=100; MaxTrades=30; UseEquityStop=false; TotalEquityRisk=20; UseTrailingStop=true; UseTimeOut=false; MaxTradeOpenHours=2; MaximumRisk=0.001;
Bars in test    2452    Ticks modelled    927548    Modelling quality    90.14%
Mismatched charts errors    9               
Initial deposit    10000.00               
Total net profit    250.82    Gross profit    514.67    Gross loss    -263.86
Profit factor    1.95    Expected payoff    0.71       
Absolute drawdown    297.54    Maximal drawdown    330.30 (3.29%)    Relative drawdown    3.29% (330.30)
Total trades    352    Short positions (won %)    202 (72.28%)    Long positions (won %)    150 (52.67%)
Profit trades (% of total)    225 (63.92%)    Loss trades (% of total)    127 (36.08%)
Largest    profit trade    83.14    loss trade    -35.70
Average    profit trade    2.29    loss trade    -2.08
Maximum    consecutive wins (profit in money)    19 (38.66)    consecutive losses (loss in money)    7 (-81.96)
Maximal    consecutive profit (count of wins)    84.36 (6)    consecutive loss (count of losses)    -81.96 (7)
Average    consecutive wins    4    consecutive losses    2


http://www.mql5.com/en/code/download/10778
                                         

Drag SLTP - expert for MetaTrader 4

There are lots of implementations of this idea. Why new?

Well, this EA uses absolutely new principle of object manipulation.

The principle is based on true Drag'n'Drop, implemented at pure MQL without using any system DLLs

So:

All standard functionality available (see video for the details)
The only modificatoin is performed after you have dropped the line (no multiple modifications)
Confirmation mode
Help text for current action
Useful closing of the orders
Ability to set stops automatically for new orders

                                           Download here

PSAR trader - expert for MetaTrader 4

Description:
PSAR trader trades using parabolic SAR.

The EA includes a time filter and supports ECN brokers. The none straight forward settings are explained below:

CloseOnOpposite- If true if an opposite signal is given all trades that had been opened with the previous signal will be closed.
NOTE:

The EA is designed for 5 digit brokers since most major brokers are 5 digit nowadays.
Its up to you to discover the optimum settings for your strategy the default settings have not been tested/optimized.

http://www.mql5.com/en/code/download/10782