Forex



Go Back   Forex Trading > Downloads > Expert Advisors - Metatrader 4
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
  #201 (permalink)  
Old 12-16-2008, 08:13 AM
Member
 
Join Date: Jul 2008
Posts: 71
crossy is on a distinguished road
RDB's Broker

Quote:
Originally Posted by _rdb_ View Post
I agree,

my friend do forward in the ibfx real account,
this is the result, but since yesterday and today the EA do not work properly.
Hello Rahman,

I saw your attached graph, and I want to ask which broker you used for this results ?

Thankes
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
  #202 (permalink)  
Old 12-16-2008, 08:16 AM
Member
 
Join Date: Jul 2008
Posts: 71
crossy is on a distinguished road
Quote:
Originally Posted by _rdb_ View Post
I see a report for this week, there are only 2 orders made by EA, is not normal.
Rahman,

I think that you had a limit for "ORDERSEND" of maxspread=3, and IBFX had 5-10 pips spread!!!.

Thats it.

We have to look for a new Broker!!!
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
  #203 (permalink)  
Old 12-16-2008, 08:17 AM
Junior Member
 
Join Date: Aug 2008
Posts: 10
fxtrading08 is on a distinguished road
Quote:
Originally Posted by crossy View Post
hello rahman,

i saw your attached graph, and i want to ask which broker you used for this results ?

Thankes
do not trade with this ea or any other ea which trades during 9pm and 1am in the uk. The reason for this is because my broker odl securities has now closed my account today.

These ea's are targetting false prices, markets with no liquidity at the times of trading.

Essentially you are stealing from the broker.

You need to create an ea that can trade during uk hours!

Rdb - is there such a successful ea that can trade when there is a "market"?
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
  #204 (permalink)  
Old 12-16-2008, 08:17 AM
Member
 
Join Date: Aug 2007
Posts: 40
sam123 is on a distinguished road
Quote:
Originally Posted by crossy View Post
Hello Rahman,

I saw your attached graph, and I want to ask which broker you used for this results ?

Thankes
קרוסי, מה מהצב?

He ran it with IBFX which is InterBank.
Last night the spread in IBFX was 12-15 pips!!!
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
  #205 (permalink)  
Old 12-16-2008, 08:18 AM
Member
 
Join Date: Jul 2008
Posts: 71
crossy is on a distinguished road
Quote:
Originally Posted by niteowl660 View Post
I've had 6 orders over the last two hours on a demo account, and 3 orders over the same time on a live ibfx mini account. Seems fine
NITEOWL660,

In DEMO account - every thing is GREAT, but in the real world....

THIS IS THE FOREX WORLD!!!
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
  #206 (permalink)  
Old 12-16-2008, 08:19 AM
Senior Member
 
Join Date: Aug 2008
Location: INDONESIA
Posts: 294
_rdb_ is on a distinguished road
Quote:
Originally Posted by latimeria View Post
Hi _rdb_ & Who are angry about spread,

Here is a code to avoid entry when spread is more than X (this example 3)

PHP Code:
extern bool    SpreadFilter true;
extern int     SpreadLimit 3;

int DQ_ADJUST []  = { 10 100 10 100 };

int start()
{
   
int DIGITS MarketInfo(Symbol(),MODE_DIGITS);
   
int DQADJ DQ_ADJUST DIGITS ];

   
// Spread Filter
   
bool Spread_OK true;
   if(
SpreadFilter && (Ask-Bid)/Point SpreadLimit*DQADJSpread_OK false;
   
   
// Entry Operation
   
if(TOTAL_OpenPosition <= MaxTrades && Spread_OK// <-- Add condition here like this
   
{
       
// OrderSend
   
}

*DQADJ is a function to autodetect 3 or 5 digits broker like Alpari.
Hi latimeria,

Thanks for your code...

*DQADJ is new code for me, thank so much my friend.

Last edited by _rdb_; 12-16-2008 at 08:22 AM.
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
  #207 (permalink)  
Old 12-16-2008, 08:26 AM
Junior Member
 
Join Date: Aug 2008
Posts: 10
fxtrading08 is on a distinguished road
Quote:
Originally Posted by _rdb_ View Post
Hi latimeria,

Thanks for your code...

*DQADJ is new code for me, thank so much my friend.
do not trade with this ea or any other ea which trades during 9pm and 1am in the uk. The reason for this is because my broker odl securities has now closed my account today.

These ea's are targetting false prices, markets with no liquidity at the times of trading.

Essentially you are stealing from the broker.

You need to create an ea that can trade during uk hours!

Rdb - is there such a successful ea that can trade when there is a "market"?
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
  #208 (permalink)  
Old 12-16-2008, 08:27 AM
Member
 
Join Date: Jul 2008
Posts: 71
crossy is on a distinguished road
Quote:
Originally Posted by machsus View Post
Hello my friend....

You can used .set file for alpari or fxpro and change max spread to 60. so EA will work for you. Thanks
MACHSUS,

You may change MAXSPREAD to 6, and the E.A. will work, of course, but you will loose. The assumptions of this E.A. does not fit to spread = 6 !!
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
  #209 (permalink)  
Old 12-16-2008, 08:40 AM
Senior Member
 
Join Date: Aug 2008
Location: INDONESIA
Posts: 294
_rdb_ is on a distinguished road
Quote:
Originally Posted by crossy View Post
MACHSUS,

You may change MAXSPREAD to 6, and the E.A. will work, of course, but you will loose. The assumptions of this E.A. does not fit to spread = 6 !!
you may need to re-read my posting on page 1

I said there, you must know either the broker places with you to make trades.

abot spreads protection. I set for IBFX MaxSpread = 4, waiting to leave the EA signal with the condition spreads <= 4, if the condition is not found, and EA is not open position, so do not intrude with the increase MaxSpread. (EURGBP Spread in IBFX between 3-14)
images that I upload the results are the results of the previous 4-day trading on the broker ibfx.
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
  #210 (permalink)  
Old 12-16-2008, 08:41 AM
Member
 
Join Date: Jul 2008
Posts: 71
crossy is on a distinguished road
Please explanations

Quote:
Originally Posted by mladen View Post
From the one posted as source on post #1
Marked you lines that, when backtested, are giving results that are showing "the future"
If the one you are using currently uses the same logic, I am afraid you are going to get disappointed. The only advice is to take time for forward testing before going live

PHP Code:
   for(int a=1;a<Bars;a++){
      if(
iFractals(NULLPERIOD_M15MODE_UPPER,a)!=0){
         
// 1st "future knowing" point 
         
LastUpFractal=iFractals(NULLPERIOD_M15MODE_UPPER,a);
         
TimeOfLastUpFractal=Time[a];
         break;
         }
//end if
      
}//end for
   
for(int s=1;s<Bars;s++){
      if(
iFractals(NULLPERIOD_M15MODE_LOWER,s)!=0){
         
// 2nd "future knowing" point 
         
LastDownFractal=iFractals(NULLPERIOD_M15MODE_LOWER,s);
         
TimeOfLastDownFractal=Time[s];
         break;
         }
//end if
      
}//end for

   
for(int v=1;v<Bars;v++){
      if(
iFractals(NULLPERIOD_H1MODE_UPPER,v)!=0){
         
// 3rd "future knowing" point 
         
LastUpFractal_H1=iFractals(NULLPERIOD_H1MODE_UPPER,v);
         
TimeOfLastUpFractal_H1=Time[v];
         break;
         }
//end if
      
}//end for
   
for(int w=1;w<Bars;w++){
      if(
iFractals(NULLPERIOD_H1MODE_LOWER,w)!=0){
         
// 4th "future knowing" point 
         
LastDownFractal_H1=iFractals(NULLPERIOD_H1MODE_LOWER,w);
         
TimeOfLastDownFractal_H1=Time[s];
         break;
         }
//end if
      
}//end for 
Dear MLADEN,

I realy did not understand what you want to say. Can you please help me to...

Thankes
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
abeiks, abeiks EA, best free ea, best free forex ea, Damiani_Volt, ea forex, fap turbo, fapturbo, forex, forex Thunder, free ea, free ea forex, free forex ea, fxprometatrader, lucky EA, lucky ea forum, mylucky EA, MyLuckyPro, Nauris Zukas, pipforia, PrizmaL, prizmal ea, rdb ea, The Best Free EA, thunder, Thunder 4WD, Thunder 4WD ea, thunder ea, Thunder4WD, thunder4wd ea, Thunder4WD v2, Thunder4WD_v2c, Thunder_4WD, your lucky, your lucky ea, your lucky ea forextsd, yourlucky ea, your_lucky, your_lucky ea, Your_Lucky V1e, your_lucky v2, Your_Lucky_EURGBP, your_lucky_eurgbp_v2, Your_Lucky_EURGBP_v2.ex4, Your_Lucky_EURGBP_v2b, Your_Lucky_EURGBP_v2b.ex4, YOUR_LUCKY_v1E, your_lucky_v2, _rdb_, _rdb_ The Best Free EA, _rdb_ The Best Free EA (Update Jan 1 2009), _rdb_The Best Free EA


Currently Active Users Viewing This Thread: 2 (1 members and 1 guests)
hoanghonghoi
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
Free EA from Pro-Fx-Experts Roets Expert Advisors - Metatrader 4 111 10-13-2009 08:40 PM
I will make 2 EAs for free InTrance Expert Advisors - Metatrader 4 72 07-21-2009 05:46 PM
Great EA for free!!! iTradeTheForex Expert Advisors - Metatrader 4 14 07-05-2009 09:12 AM
Hercules EA (Free Usage) something_witty Raw Commercial Ideas 17 02-13-2009 03:30 AM
Free videos christopher Documentation 46 12-03-2007 03:06 AM


All times are GMT. The time now is 03:17 PM.



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