Forex



Go Back   Forex Trading > Downloads > Manual trading systems






Register in Forex TSD!
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time).
Click here to register and get more information

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 12-27-2005, 05:22 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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
Fibonacci_Ema

I was reading something and found the trading system for H1 and M30 timeframes.

System is simple:
- signal for enter - EMA8 is crossing EMA55.
Confirmation on Parabolic with default settings on the current timeframe (H1 or M30) and on M15 as well.
- exit on crossing EMA8 and EMA21.

Why Fibonacci?
Some people say that 8, 13, 21, 34, 55 are Fibonacci numbers.

This system looks good to trade manually.
------------------------------

Updated:
EmaFibo EAs. The settings was optimized and posted as pre-set files together with backtesting results here. Besides please read whole Fibonacci_Ema thread for more backtesting results and versions of this EA.
- Idea development thread is here.
- some other versions of EA (including recent updated1.1 and 2.1 versions) - read here.

Last edited by newdigital; 03-09-2008 at 02:53 PM.
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
  #2 (permalink)  
Old 12-27-2005, 05:35 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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
Using Expert Advisor Builder I created EA for this system.

Please find EA (attached) and some statement (backtesting) for gbpusd M30.
Attached Files
File Type: mq4 FiboEma_v3.mq4 (9.2 KB, 1706 views)
File Type: zip statement.zip (8.0 KB, 1136 views)
File Type: zip statement_2.zip (8.6 KB, 739 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
  #3 (permalink)  
Old 12-30-2005, 03:08 PM
Member
 
Join Date: Dec 2005
Posts: 31
billworld2 is on a distinguished road
ST results incorrect

Hi:

Thanks for sharing your results. Do you have a link to more info on this strategy?

Also, the results of your backtests need to be re-examined. Your exits as represented in the Strategy Tester report are simply the result of the TP and SL settings which come default with the Expert Advisor Builder you used to created the EA (e.g. TP=60, SL/TSL=30). Even though you may have run ST with the defaults of "false" for StopLossMode, TrailingStopLossMode and TakeProfitMode, it doesn't appear that ST recognizes this. I'd suggest just setting the values to 0 for all of these settings. That way the exits will be made according to the 8-21 ema crossover as stipulated in the strategy. Run tests based on that and let use know how it goes.

Regards,

Bill


Quote:
Originally Posted by newdigital
Using Expert Advisor Builder I created EA for this system.

Please find EA (attached) and some statement (backtesting) for gbpusd M30.
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
  #4 (permalink)  
Old 12-30-2005, 03:56 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 billworld2
Hi:

Thanks for sharing your results. Do you have a link to more info on this strategy?

Also, the results of your backtests need to be re-examined. Your exits as represented in the Strategy Tester report are simply the result of the TP and SL settings which come default with the Expert Advisor Builder you used to created the EA (e.g. TP=60, SL/TSL=30). Even though you may have run ST with the defaults of "false" for StopLossMode, TrailingStopLossMode and TakeProfitMode, it doesn't appear that ST recognizes this. I'd suggest just setting the values to 0 for all of these settings. That way the exits will be made according to the 8-21 ema crossover as stipulated in the strategy. Run tests based on that and let use know how it goes.

Regards,

Bill
I backtested with default settings. ST results are correct.

I looked on the code and it was coded like this:
Code:
StopLossMode
and
Code:
TakeProfitMode
are written in the beginning of the code only and seems it does not matter 'true' or 'false' because it is not affecting on anything.

If I do the settings to 0 this EA will not exit on 8EMA/21EMA crossing. Because of the code. Seems you are right: EA is taking into account the exit on 8EMA/21EMA and in the same time the profit and S/L. Strange exit combination. I just changed profit, S/L and T/S to 10,000 to see the difference.

I did my best. Anyway I will do forward test with default settings and if it is profitable it will be ok.

I made 3 EAs already using this tool and I am testing one (forward test). And that one is profitable till now. Let's see for the other 2.

But you are right.
To use this tool it is necessary to keep exit on S/L (T/S) only to avoid any strange combination.

Last edited by newdigital; 12-30-2005 at 04:05 PM.
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
  #5 (permalink)  
Old 12-30-2005, 05:27 PM
Member
 
Join Date: Dec 2005
Posts: 31
billworld2 is on a distinguished road
Fix on the way

Good news. I sent the developer of the EA Builder--with whom I'm in correspondence on other matters--your EA and pointed out the problem with StopLossMode/TakeProfitMode TRUE/FALSE settings not being honored and he has confirmed the problem and is working on a fix.

So, be sure to check out the new EA Builder soon.

Regards,

Bill

Quote:
Originally Posted by newdigital
I backtested with default settings. ST results are correct.

I looked on the code and it was coded like this:
Code:
StopLossMode
and
Code:
TakeProfitMode
are written in the beginning of the code only and seems it does not matter 'true' or 'false' because it is not affecting on anything.

If I do the settings to 0 this EA will not exit on 8EMA/21EMA crossing. Because of the code. Seems you are right: EA is taking into account the exit on 8EMA/21EMA and in the same time the profit and S/L. Strange exit combination. I just changed profit, S/L and T/S to 10,000 to see the difference.

I did my best. Anyway I will do forward test with default settings and if it is profitable it will be ok.

I made 3 EAs already using this tool and I am testing one (forward test). And that one is profitable till now. Let's see for the other 2.

But you are right.
To use this tool it is necessary to keep exit on S/L (T/S) only to avoid any strange combination.
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
  #6 (permalink)  
Old 12-30-2005, 07:19 PM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 billworld2
Good news. I sent the developer of the EA Builder--with whom I'm in correspondence on other matters--your EA and pointed out the problem with StopLossMode/TakeProfitMode TRUE/FALSE settings not being honored and he has confirmed the problem and is working on a fix.

So, be sure to check out the new EA Builder soon.

Regards,

Bill
Thanks a lot.

I really like this tool because it may automate some routine work on EA creation.
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
  #7 (permalink)  
Old 12-31-2005, 09:59 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 billworld2
Good news. I sent the developer of the EA Builder--with whom I'm in correspondence on other matters--your EA and pointed out the problem with StopLossMode/TakeProfitMode TRUE/FALSE settings not being honored and he has confirmed the problem and is working on a fix.

So, be sure to check out the new EA Builder soon.

Regards,

Bill
Bill,

I visited this page with the tool (Experts Advisor Builder) once again and seems the author updated everything.

But I will not change anything in this EA. Let's see how it will be tested and then we may improve 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
  #8 (permalink)  
Old 09-18-2006, 03:31 AM
Member
 
Join Date: Jun 2006
Posts: 62
anazri is on a distinguished road
EMAFibo

Hi guys..

I just got this strategy from one website. It shows quite good strategy but need your technical advise or additional suggestions.

Using EMA 8, EMA 13, EMA 21
Timeframe : H1

Open position when these EMA cross each other
No StopLoss (Trade will close once the opposite cross occurs - either in loss or profit)
The reverse order will open if the same condition applied



see image.

thanks
Attached Images
File Type: jpg emafibo.JPG (138.8 KB, 6496 views)

Last edited by anazri; 09-18-2006 at 01:05 PM.
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
  #9 (permalink)  
Old 09-18-2006, 08:10 AM
Administrator
 
Join Date: Sep 2005
Posts: 20,016
Blog Entries: 235
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 anazri
Hi guys..

I just got this strategy from one website. It shows quite good strategy but need your technical advise or additional suggestions.

Using EMA 8, EMA 13, EMA 21
Timeframe : H1

Open position when these EMA cross each other
Stoploss : for BUY position - the lowest price from the previous bar
for SELL position - the highest price from the previous bar.

Close Postion when it cross again.



see image.

thanks
This system is here Fibonacci_Ema
It was not my idea originally for this Fibo EMA System but I tried to developed some EAs 8 months ago.

It is very good that you remind it. I will try to improve those EAs.
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
  #10 (permalink)  
Old 09-18-2006, 12:51 PM
Member
 
Join Date: Jun 2006
Posts: 62
anazri is on a distinguished road
EMA Fibo - EA

thanks ND

it seems the strategy also can be used in other smaller TF such as M15 or M30.
From what i can see it can produces more pips and minimal losses.

The rules i hv changed regard to SL:

There should be NO STOPLOSS, because the System could CLOSE trade automatically when the opposite cross occurs.

ND, you can add other paramters inside the EA (if you re developing it) such as LotSize, SL, TP, TS (optional for users to have their own presets). Like other EAs parameters.
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
ADX FiboMA, ema55, MT4 インジケーター ダウンロード

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


All times are GMT. The time now is 06:35 PM.



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