Forex



Go Back   Forex Trading > Downloads > Tools and utilities
Forex Forum Register More recent Blogs Calendar Advertising Others Help






Register
Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.

From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.

Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
  • Elite Section
    Get access to private discussions, specialized support, indicators and trading systems reported every week.
  • Advanced Elite Section
    For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
See more

Reply
 
Thread Tools Display Modes
  #61 (permalink)  
Old 04-20-2009, 09:06 AM
Junior Member
 
Join Date: Jan 2009
Posts: 12
SlideLow is on a distinguished road
hay barbs where does yours alert you? because i've also tried to use that site and i think mine just sits there
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #62 (permalink)  
Old 04-25-2009, 01:18 PM
Junior Member
 
Join Date: Apr 2009
Posts: 6
maxforextrader is on a distinguished road
cool thank you i will try it
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #63 (permalink)  
Old 04-25-2009, 08:25 PM
Junior Member
 
Join Date: Feb 2007
Posts: 12
rarshi is on a distinguished road
Cool ea builder

Hey New digital,

I need your help on building EA.
If todays close is greater than yesterday. How do i put it in the boxes because there are two boxes up and down called left and right.

Should I put it like close 0>close 1 or
close 1< close 0
I could not understand about it, please explain.

andy
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #64 (permalink)  
Old 05-11-2009, 03:00 AM
Junior Member
 
Join Date: May 2009
Posts: 2
ophiucus is on a distinguished road
Question looking for opinions on ExpertAdvisorBuilder

Hi....i'm new here and i found the ExpertAdvisorBuilder through this forum and wrote the first SMA 14 and 28 cross from their tutorial.

To my surprise it actually worked when i activated it on my Alpari Demo Chart.

My question is this...
Is this a good way to code EA's and would EA's coded this way work on a live account?

BTW this site is great and full of good info....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #65 (permalink)  
Old 05-11-2009, 03:17 AM
Senior Member
 
Join Date: Nov 2006
Posts: 307
luxinterior is on a distinguished road
I looked at the code generated and it looks ok but the problem I see with this is it's a 'one size fit's all' type approach and by it's very nature is flawed. I think you could use it on a live account but I personally wouldn't feel comfortable unless I knew exactly what it was doing and why. Then if there was a problem I could fix it.

Make sure whatever you do you trial it on a demo for a few months before you go live.

Good luck

Lux
__________________
Build An Expert Advisor. FREE E-course As Seen On TV
ForexArea.com
Users of Gap Trader from 'Forex-Assistant' MUST Read This
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #66 (permalink)  
Old 05-11-2009, 06:39 PM
Junior Member
 
Join Date: May 2009
Posts: 2
ophiucus is on a distinguished road
This is awesome...

Whoever thought up that EAB is one sweet person.

I've only been at it for a few days and i have found a simple moving average ea that tested positive on the gbpjpy.

A few tests showed some awesome profits with reasonable drawdowns.

For my tests i looked for trends and put up even odds on tp and sl. That was 300 pips either way figuring that i would be in more winning trades if i stayed with the daily trend which i got off of a 140 CCI on the daily.

I actually built two EA's one for long only trades and the other for short only trades.

Wow 3 wks of trading got me nearly 30% on longs and once the rally took off to the short side i switched EA to my short and watched it collect 130% before giving back 20%.

That gets me excited.

I'm going to forward test it for awhile to see the results.

Thanks EAB guy......
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #67 (permalink)  
Old 09-24-2009, 12:00 PM
Junior Member
 
Join Date: Sep 2009
Posts: 1
raghav.sshetty is on a distinguished road
Expert Advisor for scalping.

Hi,
I am trying to write an EA for scalping. in the below variables can anyone please let me know the the intigers assinged to StopLoss, TakeProfit, and TrailingStop are the number of pips or any other intigers which MT4 will convert into pip counts.

I also need a statement to define the chart to be used is a 5 mins chart.

I am planing to use Stochastics on 5 mins chart for signaling scalping trades. with 2 - 5 pips of profit. Please let me know if any one has a better strategy for scalping that can be used for writing an EA.

extern int mm=1;
extern int reinv=10;
extern int MagicNumber = 0;
extern double Lots = 0.1;
extern int Slippage = 3;
extern bool UseStopLoss = True;
extern int StopLoss = 200;
extern bool UseTakeProfit = True;
extern int TakeProfit = 600;
extern bool UseTrailingStop = False;
extern int TrailingStop = 30;
extern int maxLots=50;

Appriciate your help in advance.

Thanks
Raghav
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #68 (permalink)  
Old 09-28-2009, 10:29 PM
Senior Member
 
Join Date: Nov 2005
Location: Canada
Posts: 208
Blaiserboy is on a distinguished road
This is not necessarily the answer you are seeking, but may help.

Go to this site and start to set up your EA and then adjust the code as to your specifications

Expert Advisor Builder for MetaTrader 4

dave
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #69 (permalink)  
Old 10-01-2009, 11:51 PM
Junior Member
 
Join Date: Aug 2009
Posts: 2
dsafx is on a distinguished road
Unhappy Can some1 pls help me to buıld my ea

Hello all traders ,

I am trying to build an ea for a long time but it doesnt work at all.
I need to build a rsi ea , which will exit the trade when it cross 70 when I am long and it needs to exit trade when it cross 30 . I think it is simple but I can t do it plssssssssssssssssssssssssssssssss help me

sinan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
  #70 (permalink)  
Old 10-02-2009, 12:09 AM
Senior Member
 
Join Date: Mar 2008
Posts: 426
ChicagoRob is on a distinguished road
Quote:
Originally Posted by dsafx View Post
Hello all traders ,

I am trying to build an ea for a long time but it doesnt work at all.
I need to build a rsi ea , which will exit the trade when it cross 70 when I am long and it needs to exit trade when it cross 30 . I think it is simple but I can t do it plssssssssssssssssssssssssssssssss help me

sinan
You'd be amazed at how much can be accomplished with
just two or three minutes with the search function.
Attached Files
File Type: mq4 RSI.mq4 (5.3 KB, 7 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!StumbleUpon this Post!Reddit this Post!Facebook this Post!BlinkList this Post!Google Bookmarks this Post!Yahoo! My Web this Post!
Reply With Quote
Reply

Bookmarks

Tags
"expert advisor builder", builder expert advisor, ea builder, expert adviser, expert adviser builder, expert advisor, expert advisor builder, Expert Advisor Builder for MetaTrader 4, expert advisor builder software, expert advisor template, experts advisor, forex EA builder, forex expert advisor builder, free expert advisor builder, MetaTrader 4 Expert Advisor builder, metatrader expert advisor builder, mt4 expert advisor builder, VQ EXPERT ADVISOR


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
RSI Expert Advisor TF2K Suggestions for Trading Systems 5 03-21-2009 05:24 PM
50-34 Expert advisor geisebhum Suggestions for Trading Systems 4 12-20-2006 06:45 PM


All times are GMT. The time now is 04:36 PM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.