Free Metatrader Expert Advisors

Fully automated FOREX Trading Software

Free Metatrader Expert Advisors

Postby admin » Thu Feb 12, 2009 1:00 am

1- e-MartingaleZero.mq4 -martingale mt4 ea based on simple form martingale
Attachments
e-MartingaleZero.mq4
(5.75 KiB) Downloaded 171 times
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Thu Feb 12, 2009 1:09 am

Linear and Multiple Regression Channels. Free Regression Metatrader Expert and Metatrader Indicator -see attachment
Description you can find on our mt4 blog
Attachments
i-Regr.mq4
Linear and Multiple Regression Channels metatrader indicator
(4.52 KiB) Downloaded 591 times
e-Regr.mq4
and Multiple Regression Channels metatrader EA
(10.13 KiB) Downloaded 157 times
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby AlexFX » Thu Feb 12, 2009 4:04 am

admin wrote:Linear and Multiple Regression Channels. Free Regression Metatrader Expert and Metatrader Indicator -see attachment
Description you can find on our mt4 blog


Thank you. I'll try to adjust. Do u have any recomendations? time frame, currencies etc. ?
User avatar
AlexFX
 
Posts: 13
Joined: Thu Feb 12, 2009 3:58 am

Re: Free Metatrader Expert Advisors

Postby admin » Thu Feb 12, 2009 4:09 pm

AlexFX wrote:
admin wrote:Linear and Multiple Regression Channels. Free Regression Metatrader Expert and Metatrader Indicator -see attachment
Description you can find on our mt4 blog


Thank you. I'll try to adjust. Do u have any recommendation? time frame, currencies etc. ?


We have received positive result for GBPUSD But you can try all currencies and time frames
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby Topgun » Thu Mar 05, 2009 5:14 am

admin wrote:Linear and Multiple Regression Channels. Free Regression Metatrader Expert and Metatrader Indicator -see attachment
Description you can find on our mt4 blog


I have zero experience with EA's and I would like to know the instructions on how to install it. I do, however, know that I am suppose to put the EA in my trading platform's Experts folder. Ok, I did that. My question is: What do I do next? Is there something else I have to do to make it work?


Topgun
Topgun
 
Posts: 3
Joined: Thu Mar 05, 2009 5:04 am

Re: Free Metatrader Expert Advisors

Postby admin » Thu Mar 05, 2009 1:54 pm

Topgun wrote:
admin wrote:Linear and Multiple Regression Channels. Free Regression Metatrader Expert and Metatrader Indicator -see attachment
Description you can find on our mt4 blog


I have zero experience with EA's and I would like to know the instructions on how to install it. I do, however, know that I am suppose to put the EA in my trading platform's Experts folder. Ok, I did that. My question is: What do I do next? Is there something else I have to do to make it work?


Topgun


Read more about Metatrader Expert Advisor Installation, optimization and testing on our blog
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby Topgun » Thu Mar 05, 2009 9:18 pm



Ok, thanks for that link. I followed the instructions there and got the "smiling face" on my (5 mn) chart ... which was my understanding that it is suppose to be working. After I installed it, I watched my chart to see when the candle would touch the regression channel line. The candle price broke through 2 pips beyond the lower regession line but a trade did not trigger in my platform. Why is it not working? Does it have to close beyong the regression line or does it just have to pierce it? (In my situation I just mentioned, that trade pierced through the line but did not close beyond it.)

It may be important to mention that I did not do the "Quotations" part of the instructions and I did not do the "Optimization" part either. By not doing those 2 things, will it stop it down from working at all? My goal was just to get the EA to work and I did not think those 2 things were important at the immediate moment. (They were a bit more complicated to figure out and I was going to concentrate on them after I had gotten the EA to work).

I would appreciate any help as to what I might be doing wrong.
Topgun
 
Posts: 3
Joined: Thu Mar 05, 2009 5:04 am

Re: Free Metatrader Expert Advisors

Postby Topgun » Mon Mar 09, 2009 4:26 am

Topgun wrote:


Ok, thanks for that link. I followed the instructions there and got the "smiling face" on my (5 mn) chart ... which was my understanding that it is suppose to be working. After I installed it, I watched my chart to see when the candle would touch the regression channel line. The candle price broke through 2 pips beyond the lower regession line but a trade did not trigger in my platform. Why is it not working? Does it have to close beyong the regression line or does it just have to pierce it? (In my situation I just mentioned, that trade pierced through the line but did not close beyond it.)

It may be important to mention that I did not do the "Quotations" part of the instructions and I did not do the "Optimization" part either. By not doing those 2 things, will it stop it down from working at all? My goal was just to get the EA to work and I did not think those 2 things were important at the immediate moment. (They were a bit more complicated to figure out and I was going to concentrate on them after I had gotten the EA to work).

I would appreciate any help as to what I might be doing wrong.


Ok, disregard by above message. Today I tried the EA once again and it is now working. I don't know why it did not work before, but yes it is working now.

I will now follow the EA to see how well the trading system works.


Topgun
Topgun
 
Posts: 3
Joined: Thu Mar 05, 2009 5:04 am

Re: Free Metatrader Expert Advisors

Postby admin » Mon Jun 01, 2009 2:48 pm

Free Metatrader Expert Advisor e-BJF-RSI.mq4

Warning: The Expert advisor e-BJF-RSI.mq4 was not adjusted and not optimized. Read more about expert advisor's optimization: http://blog.iticsoftware.com/2008/05/05 ... isors.aspx




BUY when RSI lower than 30

SELL when RSI higher than 70



extern string _tmp1_ = " --- Trade params ---";

extern double Lots = 0.1; //lots volume

extern int StopLoss = 290; //stoploss, pips (0 = no stoploss)

extern int TakeProfit = 190; //takeprofit, pips (0 = no takeprofit)

extern int Slippage = 3; //max allowable slippage value, pips

extern int Magic = 20090601; //some unique experts ID


extern string _tmp2_ = " --- RSI ---";

extern int RSI.period = 3; //RSI period

extern int RSI.applied_price = PRICE_CLOSE; //RSI applied price

extern int RSI.SignalBar = 1; //0 - get RSI signals from open bar; 1 - get RSI signals from closed bar

extern double RSI.SellAbove = 70.0; //sell above this level

extern double RSI.BuyBelow = 30.0; //buy below this level
Attachments
e-BJF-RSI.mq4
(7.06 KiB) Downloaded 82 times
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby blick » Tue Jun 02, 2009 3:59 pm

Good day. Tell me what is better to use taymfreym and additional schedule should be set indicators or not. Currency pair to the expert?
blick
 
Posts: 1
Joined: Tue Jun 02, 2009 12:45 am

Re: Free Metatrader Expert Advisors

Postby admin » Fri Jun 05, 2009 6:27 pm

blick wrote:Good day. Tell me what is better to use taymfreym and additional schedule should be set indicators or not. Currency pair to the expert?


Carrency pairs: EURUSD, GBPUSD, EURGBP
Time frames: M30, H1, H4
>>and additional schedule should be set indicators or not.
No

Regards,
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Tue Jun 16, 2009 12:17 am

FREE Script

You can use this script for close orders or (and) delete pending orders.

Script Parameters:
CloseOrders = true; //Close open orders true/false
DeleteOrders = true; //Delete pending orders true/false
ChartsSymbolOnly = true; //if true then close&delete orders having the current charts symbol; if false then close&delete orders of any symbol
Slippage = 3; //max. allowable slippage value, pips
Attachments
s-CloseDelete.mq4
(2.74 KiB) Downloaded 61 times
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Tue Sep 22, 2009 1:42 pm

Free Expert Advisor For Spread control

Expert Advisor writes spread for every tick to file.

Format;

2009.07.27 04:06:40; 2 pips
2009.07.27 04:10:00; 2 pips
.....

You can set file name:
extern string FileName = "EURUSD.csv";

File will be created in folder \MetaTrader4\Experts\Files\

Download expert advisor
Attachments
e-SaveSpread.mq4
(738 Bytes) Downloaded 168 times
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Fri Oct 02, 2009 3:24 pm

admin wrote:Linear and Multiple Regression Channels. Free Regression Metatrader Expert and Metatrader Indicator -see attachment
Description you can find on our mt4 blog


We have added parameters:
AccDigits = 5; //4 or 5 digits
CheckTradeTime = true; //check trade time yes/no
CheckD1Bar = true; //check D1.MaxSize yes/no
D1.MaxSize = 150; //max. size of D1 candle (first closed daily candle) from high to low, pips


Image
Attachments
e-Regr-EURUSD_H1_Alpari-Demo.gif
(6.55 KiB) Downloaded 2282 times
e-Regr.mq4
(10.4 KiB) Downloaded 539 times
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Fri Oct 02, 2009 3:38 pm

We have added two free indicators to our Free Forex Indicator Page
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Tue Nov 10, 2009 5:52 pm

New FREE Expert Advisor e-Stochastic

FREE Expert Advisor e-Stochastic Conception:
e-StochFree MetaTrader4 expert advisor based on Stochastic Oscillator and Overbought/Oversold levels.

FREE Expert Advisor e-Stochastic Rules:
Buy when Stochastic Oscillator (main line) falls below Oversold level (e.g., 20) and then rises above that level.
Sell when the Stochastic Oscillator rises above Overbought level (e.g., 80) and then falls below that level.

FREE Expert Advisor e-Stochastic Parameters:
AccDigits = 5; //set 4 for 4-digit quotes; set 5 if your broker provides 5-digit quotes
Lots = 1.0; //lots volume
StopLoss = 100; //StopLoss value, pips (0 = no StopLoss)
TakeProfit = 100; //TakeProfit value, pips (0 = no TakeProfit)
Slippage = 3; //max. allowable slippage value, pips
Magic = 20091107; //some unique ID of the expert
--- Stochastic ---
Stoch.Kperiod = 5; //Stochastic %K line period
Stoch.Dperiod = 3; //Stochastic %D line period
Stoch.slowing = 3; //Stochastic slowing value
Stoch.method = MODE_SMA; //MA method: MODE_SMA, MODE_EMA, MODE_SMMA or MODE_LWMA
Stoch.price_field = 0; //price field parameter: 0 - Low/High or 1 - Close/Close
Stoch.SignalBar = 1; //0 - get Stochastic signal from open bar; 1 - get Stochastic signal from closed bar
Stoch.OverboughtLevel = 80.0; //Stochastic Overbought level
extern double Stoch.OversoldLevel = 20.0; //Stochastic Oversold level
--- Trailing ---
TrailingOn = true; //use trailing true/false
TrailingStart = 30; //trailing stoploss size, pips
TrailingSize = 30; //min. profit value to activate the trailing, pips

FREE Expert Advisor e-Stochastic Back Test:
Click to view back test

Image

You can download e-Stochastic from FREE Expert advisor page
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada

Re: Free Metatrader Expert Advisors

Postby admin » Mon Nov 23, 2009 4:03 pm

Free Expert Advisor e-CloseByTime

Free Expert Advisor e-CloseByTime Installation

Copy this file to 'MetaTrader4/experts' folder.
The expert closes market/cancells pending orders by time condition.
Free Expert Advisor e-CloseByTime Options

Close options

CloseTime = "9:00-10:45; 13:00-13:27; 19:30-20:21"; //set of time ranges (by ServerTime)
CloseBuy = true; //close Buy orders true/false
CloseSell = true; //close Sell orders true/false
CancellBuyLimit = true; //cancell BuyLimit orders true/false
CancellSellLimit = true; //cancell SellLimit orders true/false
CancellBuyStop = true; //cancell BuyStop orders true/false
CancellSellStop = true; //cancell SellStop orders true/false
Slippage = 3; //max. allowable slippage value, pips

Labels
Labels.Draw = true; //draw graph. labels on a chart true/false
Labels.x = 20; //columns of text
Labels.dx = 100;
Labels.y = 20; //rows of text
Labels.dy = 20;
Labels.FontName = "Arial";
Labels.FontSize = 13;
Labels.FontColor1 = Orange;
Labels.FontColor2 = Lime;
Labels.Corner = 1; //0, 1, 2 or 3

Image

You can download expert advisor from our free expert advisor page
User avatar
admin
Site Admin
 
Posts: 92
Joined: Tue Jan 27, 2009 4:03 pm
Location: Oakville, Canada


Return to Expert Advisors - MetaTrader 4 Platform

Who is online

Users browsing this forum: No registered users and 1 guest

cron