| New signals service! | |
|
|||||||
| 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 |
|
![]() |
|
|
LinkBack (7) | Thread Tools | Display Modes |
|
|||
|
Quote:
|
|
|||
|
Quote:
SignalEMA == 10 MainEMAPeriod == 90 CloseEMAPeriod == 20 Still, there were no trades for Sep 27 for GBPUSD, is that correct? |
|
|||
|
Quote:
I will forward test it from Monday. |
|
|||
|
Quote:
Code:
if (Sell1_1 > Sell1_3-(Delta*Point) && Sell2_1 <= Sell2_3-(Delta*Point)) Order = SIGNAL_SELL; - if signal EMA value more than (main EMA value minus Delta) on the previous close bar; and - if signal EMA is less or equal to (main EMA value minus Delta) on the current close bar. Your image is not right. You do not have Dalta. Open the main EMA indicator (just ckick two times to open the settings and set "Levels" to 1. probabnle Delta is 1. Anyway you may see on preset file about this delta. You may change this Delta to zero (0) in EA and EA will open sell. And the signal EMA should be about main EMA on the previous close bar. Probable it was not on your image as well. Last edited by newdigital; 09-29-2006 at 10:05 AM. |
|
|||
|
Quote:
Too many EMAs on the chart. |
|
|||
|
Newdigital
From what I understand, the SignalEMA [10] must cross the MainEMA [90] in order for a trade to be initiated? Won't this mean we will get very little trades occurring, and possibly none for days? According to my backtest, the last trade triggered was Sept 26 at 8:30AM [Zurich time using MIG] at the price of 1.9008. Is exit based upon the SignalEMA crossing the ExitEMA? |
|
|||
|
Quote:
But the situation is not really bad. Because as we see from backtesting results this system did more than 900 trades since 2001. It means 3 trades weekly per pair in average. Sometimes less, sometimes more. It is not bad. Because this system was design on breakout of some level. It is Fibo EMA trading system. Breakout of some levels. Because if SignalEMA did not break MainEMA so nothing will be happened. If nothing happened so the price is moving in "normal way" and we may use some other EAs. May be we need to improve this EA because Fibo itself is having man levels. Not one only. So it may be many crossings. Will see. It is EMA crossing but real crossing (for sell): Code:
SignalEMA value on 1st close bar > (MainEMA value on 1st close bar - Delta); Code:
SignalEMA value on current close bar <= (MainEMA value on current close bar - Delta); - it should be real crossing on the close bar. "Current close bar" is not current 0 open bar. It is most recent closed bar. - Delta=1 in my preset. It is for M30 timeframe. For M15 and M5 it should be different (may be we should have many Deltas for M15 and M5 adjusted as Fibo Deltas but I did not try it). Last edited by newdigital; 10-01-2006 at 05:02 PM. |
|
|||
|
Quote:
hi et... my fourth EMA is EMA200. it might show us the major trend. the three EMAs are 8,13,21 hope these answers yours. |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/manual-trading-systems/669-fibonacci_ema.html
|
||||
| Posted By | For | Type | Date | |
| fibonacci forex - forum talks | BoardReader | This thread | Refback | 08-30-2008 07:23 AM | |
| 【MT4】MetaTrader Part12【メタトレーダー】 - MetaTraderまとめWiki | Post #144 | Refback | 07-16-2008 11:19 PM | |
| MT4無料インジケータ | This thread | Refback | 03-01-2008 01:16 PM | |
| 200801 | This thread | Refback | 03-01-2008 06:36 AM | |
| TSDのフォーラムへのリンク | 1万円から目指す原資回復 | This thread | Refback | 02-24-2008 12:34 PM | |
| 無料インジケータダウンロード先 | This thread | Refback | 02-24-2008 09:57 AM | |
| 【MT4】MetaTrader Part8【メタトレーダー】 - MetaTraderまとめWiki | This thread | Refback | 02-16-2008 04:03 AM | |