欢迎访问 外汇EA下载与MT4/MT5自动交易资源 - 聚合外汇EA、黄金EA、量化交易工具与自动化交易实战内容。
登录 注册

开/关十字 (Open/close cross)

author emer | 1 人阅读 | 0 人评论 |
Many thanks to my mentor who has taken compassion on me, seeing my struggles, and is showing me how a real trader trades.

Day chart

5 sma cross 5 lwma
21 lsma trend confirmation

cross 5,5 down enter short trade with 21 lsma trend

cross 5,5 up enter long trade with 21 lsma trend

stop = 1 ATR

Start to trail stop at 2 ATR

exit stopped out or new signal in opposite direction.

There's more but that's the basics...

I use 2% of balance.

ff has a great program for tracking your accounts: http://blog.forexfactory.com/?p=1329

modification to title page:
12/1/11 cross of open/close 21 lwma has been replaced by a cross of the 5 sma/5 lwma.
12/7/11 scaling out as an exit strategy discontinued.
12/9/11 change % for initiating entry and establish % for adding on.
12/11/11 removed file for simulator
12/14/11 Mentor's name removed from title page


All Averages Ma_Method code:
// List of MAs:
// MA_Method= 0: SMA - Simple Moving Average
// MA_Method= 1: EMA - Exponential Moving Average
// MA_Method= 2: Wilder - Wilder Exponential Moving Average
// MA_Method= 3: LWMA - Linear Weighted Moving Average
// MA_Method= 4: SineWMA - Sine Weighted Moving Average
// MA_Method= 5: TriMA - Triangular Moving Average
// MA_Method= 6: LSMA - Least Square Moving Average (or EPMA, Linear Regression Line)
// MA_Method= 7: SMMA - Smoothed Moving Average
// MA_Method= 8: HMA - Hull Moving Average by Alan Hull
// MA_Method= 9: ZeroLagEMA - Zero-Lag Exponential Moving Average
// MA_Method=10: DEMA - Double Exponential Moving Average by Patrick Mulloy
// MA_Method=11: T3 - T3 by T.Tillson
// MA_Method=12: ITrend - Instantaneous Trendline by J.Ehlers
// MA_Method=13: Median - Moving Median
// MA_Method=14: GeoMean - Geometric Mean
// MA_Method=15: REMA - Regularized EMA by Chris Satchwell
// MA_Method=16: ILRS - Integral of Linear Regression Slope
// MA_Method=17: IE/2 - Combination of LSMA and ILRS

ma ribbonalert is the same as mt4 standard moving average codes. 0=simple,1=exponential,2=smoothed,3 =linear weighted
eu.gif training.png oc6.gif oc.gif
eu.gif training.png oc6.gif oc.gif
eu.gif training.png oc6.gif oc.gif
eu.gif training.png oc6.gif oc.gif

原帖附件 (3)

📦 帖子附件汇总 (3)

以下是回帖中所有共享的文件(3 个)。

🔐
请登录后参与评论
注册满12小时后评论,即可解锁附件下载
立即登录