| 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:
Look at the image attached. Of course all the periods of EMAs will be selectable. And this Delta (21 points) will be selectable as well. Last edited by newdigital; 09-18-2006 at 12:36 PM. |
|
|||
|
what is the purpose for 55
dear ND
what the purpose for 55 EMA and it's 21 points there. i dont really get what it means for. Can you explain. Here is the fiboEMA EA first version of mine which developed by my buddy in this forum. Asking for backtest and forward test as well from all you guys. |
|
|||
|
Quote:
Why 8, 21 and 55? because it is Fibinacci numbers. That is why it is fibo ema (or ema fibo). We may use 34 as well. |
|
|||
|
System which i described in the beginning of this thread is famous system. There was article about it. But it was developed not for MetaTrader.
If I am successful with my EA so we will have two systems and two EAs. Better than nothing. I added EMA channel (21 points on the both side of 55 EMA) just to have some filter. I am testing it my in visual mode of Metatrader to be sure that everything is working well. Will post it tomorrow. Then we may backtest yours and mine EAs (with 90%) just to find the right settings. |
|
|||
|
visual mode test
i will post my result based on my EA tomorrow.
we'll how and what can be improved. as i got in mind the other site which describe about this system can say as a successfully system in trading... i cant remember the site address. |
|
|||
|
Well. I finished coding.
It is my version attached. I checked everything in visual mode of Metatrader during the backtesting attaching indicators and compare the trading with indicators crossing with different settings. It works well. Explanation of the settings: Code:
MagicNumber = 112340; (each pair should have its own magic number (anyone but not the same with others) Code:
Lots = 0.1; Code:
Slippage = 3; Code:
StopLossMode = False; StopLoss = 100; Code:
TakeProfitMode = False; TakeProfit = 100; Code:
TrailingStopMode = False; TrailingStop = 30; Please note that trailing stop is working even if stop loss/take profit options are "false". It means: if TrailingStopMode = True but TakeProfitMode = False and StopLossMode = False so EA will use trailing stop even in this case. All those functions are working separatedly from each other (TrailingStopMode, TakeProfitMode, StopLossMode). Code:
PARAMETERS_MM = "MONEY MANAGEMENT"; MaximumRisk =0.15; DecreaseFactor =3; Code:
PARAMETERS_INDICATOR_ONE = "Moving Average signal"; SignalEMA_Period = 8; Code:
PARAMETERS_INDICATOR_TWO = "Moving Average main"; MainEMA_Period = 55; Delta=0; If Delta is above zero so it means that 8 EMA should cross (55 EMA + Delta) for buy. and 8 EMA is crossing (55 EMA minus Delta for sell). Delta is acting as a filter. I still don't not whether we need it or not. It is very easy to understand when we attach indicators to the chart: 8 EMA closed price, 55 EMA closed price and with "Levels" = Delta and minus Delta (see my image from previous posts). Code:
PARAMETERS_INDICATOR_THREE = "Moving Average for close"; CloseEMA_Period = 21; If somebody finds some bug so don't ask. Just please fix it and post improved versions. Tomorrow I will try to backtest this EA and EA by anazri. |
![]() |
| 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 06:23 AM | |
| 【MT4】MetaTrader Part12【メタトレーダー】 - MetaTraderまとめWiki | Post #144 | Refback | 07-16-2008 10:19 PM | |
| MT4無料インジケータ | This thread | Refback | 03-01-2008 12:16 PM | |
| 200801 | This thread | Refback | 03-01-2008 05:36 AM | |
| TSDのフォーラムへのリンク | 1万円から目指す原資回復 | This thread | Refback | 02-24-2008 11:34 AM | |
| 無料インジケータダウンロード先 | This thread | Refback | 02-24-2008 08:57 AM | |
| 【MT4】MetaTrader Part8【メタトレーダー】 - MetaTraderまとめWiki | This thread | Refback | 02-16-2008 03:03 AM | |