Selasa, 04 November 2014

Candle trader v1 - expert for MetaTrader 4

Description:
This Expert Advisor uses candlestick signals to trade.

When semi automated it can achieve great results.

We recommend only enabling it when the market is trending. The EA is great for both scalping and big tp strategies depending on chart timeframe used.


                                               Download here

Martini - expert for MetaTrader 4

Description:
Advisor was created at the request of one of the members of our forum (see details in Russian).

The Expert Advisor has lot increasing feature, but it cannot be called as a "pure" Martingale, this EA really comes out flat, that Martin was not given to many.

Please express your thoughts here doubts and options for improvement. But do not create statements like "Martin's bad." without without checking the EA at least in the demo and understanding of its work.

Inputs:
extern int Step = 10;
extern double ProfitClose = 1.0,
lot = 0.01;
extern int slippage = 3 / / The maximum deviation of the price for market orders (orders to buy or sell).
magic = 0, / / ​​magic number order. Can be used as a user-defined identifier.


                                                  Download here

Autostop - expert for MetaTrader 4

Description:
Autostop automatically sets a pre set take profit and stop loss on all orders that lack the selected stop(orders without sl/tp or both).

This enables quicker opening of orders especially if you use a common take profit, stop loss or both for all orders of a current pair. You only need to open orders without having to calculate your stops and no matter how many orders you have opened the EA will set stops for you as long as you have attached the EA on the currency pairs chart.

For pending orders the EA will wait until they open then it will set the stops using the distances you had set on the EA.

     
                                   Download here

Emagic - expert for MetaTrader 4

One of my first proper EAs and work in progress :P

an EA that opens an order in the direction of a customizable macd signal and ema close/ema open cross

ive included money management or fixed lot size

if money management is chosen you can select max lots and min lots - i included that cause when im testing i like not to be stopped out when my broker doesnt support some kind of lot size. atm im using a microlot account with a max of 0.5 lot and 4 digits. i have tried to make it compatible with a 5 digit acct. only thing is the percent risk for a 5 digit acct you have to write 0.3 to get 3 percent risk.

I have made all the indicators customizable for testing.

can enable or disable mail. when enabled it sends a mail to you when it opens an order.

I have found good results on 4h eur/usd with a 40/50pts SL and im using trailing stop of 11pts only cause thats the smallest stabile ts i can make with my broker - they support 8pts ts, but in a fast moving market it could fail.

Ive included a magicnumber but frankly i havent tested it properly yet.

atm im forwardtesting it on a real microaccount.

Hope you like it and feel free to feedback here :P

Cheers.


                               Download here

MACDcrossAUDD1 - expert for MetaTrader 4

Description:
This robot trades AUDUSD only using daily chart only.

It does not make another trade until an existing trade closes either with stop loss or with take profit.

It enters a trade only when MACD crosses during peak hours (5:00-15:00).

The order is made with 40 pips stop loss and reward ratio 3.
             
http://www.mql5.com/en/code/download/10713
                                               

Line Order v. 3 - expert for MetaTrader 4

Description:
This is EA is to help manual traders by being able to set out their trading plan on the graph and adjust accordingly. At this time the EA doesn't support adding lots to a trade for to do that currently would involve closing the trade and re-opening as a larger one. The EA does however support the use of indicators for multiple uses including trailing stops. The EA also supports changing the values at certain levels, ie. it will move the trade to break-even at a specified level.

If there are any suggestions, I will try and include them so just message me. I want this to be the manual trader go to tool, I am currently using it for my own trading but as always try it in Strategy Tester or Demo account first.

                                        Download here

MAC-Fibo EA - expert for MetaTrader 4

Description:
NOTE: Trade on real account at your own risk. This EA is not profitable in long term.

EA based on MACFibo trading strategy. Indicator is here.

More details about this strategy can be found here.
SHORT SIGNAL:
When 5EMA crosses 20SMA down:
Draw 2 points as below:
POINT A; Candle close price that confirmed the downside crossover
POINT B: highest price of the current wave prior to the crossover,
Profit Target: @ 161.8 fibo level
Stop Loss: maximum 38.2 (minimum @ 78.6) based on your risk appetite.


Long SIGNAL:

When 5EMA crosses 20SMA up:
Draw 2 points as below:
POINT A; Candle close price that confirmed the upside crossover
POINT B: lowest price of the current wave prior to the crossover,
Profit Target: @ 161.8 fibo level
Stop Loss: maximum 38.2 (minimum @ 78.6) based on your risk appetite.
Exit mechanism for losing trades, if stoploss yet to hit: if 5EMA cross 8SMA in direction opposite of your open trade.

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