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
  #521 (permalink)  
Old 01-19-2007, 08:22 PM
Senior Member
 
Join Date: Nov 2006
Posts: 248
jbfx is on a distinguished road
Is Phoenix basically the same as Firebird?
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
  #522 (permalink)  
Old 01-22-2007, 12:13 AM
Dance With Lions's Avatar
Member
 
Join Date: Jan 2007
Posts: 29
Dance With Lions is on a distinguished road
Question

Is there anybody keep testing Firebird V3.2?

What is the difference between V3.2 and V63G and V0.65?

I am so confused.
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
  #523 (permalink)  
Old 01-22-2007, 01:41 AM
Junior Member
 
Join Date: Jan 2007
Posts: 15
jack2 is on a distinguished road
Quote:
Originally Posted by balista4
Detailed statement for the Week 18 to 22 december.

The EA has no losses till now. The Interesting thing is the more profit and the more margin the EA gets, the more trades it opens. so the number of trades that are open and the profit is more or less equal all the time or its using the gained resource to double it up for more trades ahead.

The open trade would eventually close on closeDays settings.

In the present settings, im not sure, but if the EA is allowed to run for 24/7 and subsequent profit is taken out, it could be very profittable or some changes to only open trades with set amount of margin available.

All in all a very profitable concept on hedeging with firebird..we would have to watch for the whole month how it goes.
The floating loss is more than the closed profits.
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
  #524 (permalink)  
Old 01-25-2007, 09:59 PM
Junior Member
 
Join Date: Sep 2006
Posts: 4
Tbone24 is on a distinguished road
Quote:
Originally Posted by Wackena
I forgot to post this new EA. So here it is.

Attached is Firebird-v3.2.

In an attempt to minimize bad effect of strong up or down market movements, I have coded a new Firebird to use iFXAnalyzer as an up and down strong trend indicator. The EA will not place trades during strong up or down trends indicated by chart message "Market Trending up" or "Market Trending Down". I added a Hedge function option to place reverse trade when PipStep trade is triggered. Hedge orders have ability to increase lot size. I cleaned up the EA and now there are no warnings when compiled in MetaEditor. Other added functions are described below.
UseEquityProtection -if true, close all orders when negative Float is excessvie.
FloatPercent –percent of balance for equity protection.
UseMM-money management.
Risk-pecent of account equity to risk per trade.
MaxOpenOrders-sets maximum number of open trades at same time.
MinMarginLevel-below minimum Margin Level percent % trading stops.
CloseDays-number of days trade is open before auto closing.
LossLevel-loss amount before auto closing after Closedays.
UseHedge-if true, places reverse order with PipStep order.
HedgeLotFactor-hedge order Lots will be increased by this factor.
HedgeTakeProfit-
HedgeStopLoss-
AutoCal-if true, iRSI() calculation of TakeProfit, StopLoss and PipStep. (not hedge orders)

This Firebird, as well as most other versions, is very slow in backtest. I can assure the added EA functions work. In backtest with default settings, it performed well on eurusd. gbpusd backtest was a bit shakey, but still in profit. I have not tested other pairs. I hope it performs well in Demo and Live accounts. I found better profits when HedgeLotFactor is set between 2-4.

Warning: The success or failure of this Expert Advisor is the exclusive responsibility of the Enduser.


As requested by Michaelw, I have coded a Trade Time scheduler into latest Firebird v3.2. It is a little bit of overkill. But, it will allow to schedule up to 4 "Trading Time" zones per day and a full week's schedule to be set at one time.

If UseTradeScheduler=true, then the following applies.

Each "Trading Time" zone 1 through 4 has a Start and an End for each day.
To trade all day , set "day"...Start1=0 and "day"...End4=24. This is needed for each trading day.
To skip a full day, set "day"...Start1=0 and "day"...End4=0.

Note: EA is coded to use your Local PC Time.

Here is a Monday example.

MonTradeHourStart1 = 0; - (Trading Time zone 1 start)
MonTradeHourEnd1 = 8; - (Trading Time zone 1 end)
MonTradeHourStart2 = 10;
MonTradeHourEnd2 = 16;
MonTradeHourStart3 = 18;
MonTradeHourEnd3 = 20;
MonTradeHourStart4 = 22;
MonTradeHourEnd4 = 24;

In above schedule, EA trades from 00:00 (midnight) to 08:00, then from 10:00 to 16:00, then from 18:00 to 20:00, then from 22:00 to 24:00.

Non-Trading Time is from 08:00 to 10:00, then from 16:00 to 18:00, then from 20:00 to 22:00.

Wackena
I downloaded this file but am having trouble compiling it. I get the following errors...

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (181, 20)

'TimeLocal' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (418, 22)

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (638, 21)

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (641, 21)

'mode' - internal error C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (667, 11)
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
  #525 (permalink)  
Old 01-25-2007, 10:47 PM
Wackena's Avatar
Senior Member
 
Join Date: May 2006
Posts: 216
Wackena is on a distinguished road
Quote:
Originally Posted by Tbone24
I downloaded this file but am having trouble compiling it. I get the following errors...

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (181, 20)

'TimeLocal' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (418, 22)

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (638, 21)

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (641, 21)

'mode' - internal error C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (667, 11)
The term TimeCurrent() & TimeLocal() are new for MT4 and are to replace obsoleted terms CurTime() and LocalTime(). For the present time, CurTime() & LocalTime() terms work with older and newest versions of MT4. Soon, I expect only TimeCurrent() & TimeLocal() will be the sole terms used.

Two possible fixes.

1. You are using an older version of MT4 platform. Upgrade to build 201.

or

2. Open EA in MetaEditor. Find all occurences of TimeCurrent() & TimeLocal() and replace them with older terms CurTime() & LocalTimel(). Then click Compile in upper menu bar.

Wackena
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
  #526 (permalink)  
Old 01-26-2007, 11:07 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by Tbone24
I downloaded this file but am having trouble compiling it. I get the following errors...

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (181, 20)

'TimeLocal' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (418, 22)

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (638, 21)

'TimeCurrent' - function is not defined C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (641, 21)

'mode' - internal error C:\Program Files\MetaTrader 4-3\experts\Firebird v3.2.mq4 (667, 11)
I just compiled EA from this post http://www.forex-tsd.com/69537-post481.html and did not get any errors.
Update MetaTrader and everything will be ok.
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
  #527 (permalink)  
Old 01-28-2007, 06:05 PM
Dance With Lions's Avatar
Member
 
Join Date: Jan 2007
Posts: 29
Dance With Lions is on a distinguished road
Last week FireBird just opened 2 or 3 trades, not so good. Let's see how it will work in this week.
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
  #528 (permalink)  
Old 01-28-2007, 09:23 PM
Member
 
Join Date: Jan 2007
Posts: 65
team_geo_fxsignal is on a distinguished road
Quote:
Originally Posted by newdigital
I just compiled EA from this post http://www.forex-tsd.com/69537-post481.html and did not get any errors.
Update MetaTrader and everything will be ok.
what time frame should we apply to?
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
  #529 (permalink)  
Old 01-29-2007, 08:20 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,058
Blog Entries: 241
newdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud ofnewdigital has much to be proud of
Quote:
Originally Posted by team_geo_fxsignal
what time frame should we apply to?
I did not test Firebird-v3.2.
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
  #530 (permalink)  
Old 02-01-2007, 12:15 PM
dswk's Avatar
Senior Member
 
Join Date: Dec 2005
Posts: 291
dswk is on a distinguished road
any news about FB 3.2 ?
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
Firebird v63G, Firebird, firebird 3.2, firebirdv63g, firebird ea, firebird 63g


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
Firebird EA holyguy7 Expert Advisors - Metatrader 4 155 09-11-2009 09:39 PM
EA FireBird Yves81 Metatrader 4 4 07-18-2009 03:31 PM
Firebird forexts Expert Advisors - Metatrader 4 29 02-16-2008 08:12 AM
Firebird sgoloubev Post and compare Trades 7 10-05-2005 10:25 PM


All times are GMT. The time now is 10:10 AM.



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