EA using the crossing of 3 ema lines,simple and useful - page 2

 
ammodawg:
I've been trading it on the M30, H1, and H4 succefully -- manually. But if someone could put it on an EA that would be cool!

You should describe your trading strategy in details based on the 2 indicators,there will be someone who can help you
 
seanwood:

Your advisor's back test is extreme bad and I want to known how you get such report.

If I use control point, my advisor also get good result:

商品 EURUSD (Euro vs US Dollar)
时间周期 1 小时图 2010.07.08 07:00 - 2010.12.28 14:00 (2010.07.01 - 2011.01.01)
复盘模型 控制点(基于最近的小一级时段内的12个控制点的分形插值计算)
参数 STDPeriod=50; SDLPeriod=100; Stoploss=80; ShockWave=12; ShockWaveTP=4; ShockWaveTP2=12; OneLots=5; MaxLots=10;
经测试过的柱数 3481 用于复盘的即时价数量 61394 复盘模型的质量 n/a
输入图表错误 1704
起始资金 10000.00
总净盈利 90934.00 总获利 424738.00 总亏损 -333804.00
盈利比 1.27 预期盈利 531.78
绝对亏损 1679.50 最大亏损 47908.50 (45.85%) 相对亏损 55.31% (12750.00)
交易单总计 171 卖单 (获利百分比) 87 (49.43%) 买单 (获利百分比) 84 (50.00%)
盈利交易(占总百分比) 85 (49.71%) 亏损交易(占总百分比) 86 (50.29%)
最大: 获利交易 18602.00 亏损交易 -4060.00
平均: 获利交易 4996.92 亏损交易 -3881.44
最大: 连续获利金额 8 (39202.50) 连续亏损金额 6 (-23998.00)
最多: 连续获利次数 39202.50 (8) 连续亏损次数 -23998.00 (6)
平均: 连续获利 2 连续亏损 2


There is never holy grail for any time and any instrument. It is reasonable for anyone to test my EA with loss results.

of cause I got that report by testing instead of something else you imagined.

Any boasting guy is not welcome here.

I shared my EA, what did you share ?

 

hello


this EA cannot open any trade in my broker


can only use for ECN broker ??

 

Updated:

1 Revised Lots to double type.

2. Added MaxBuyOrders and MaxSellOrders

extern double Lots=1;
extern int MaxBuyOrders = 5; //
extern int MaxSellOrders = 5;

The updated EA is attached.

Files:
 
forexichi:

hello


this EA cannot open any trade in my broker


can only use for ECN broker ??


It is not applicable for ECN broker.

 

Must be fixed for ECN brokers.

Parameters must be manually changed between 4 and 5 digit brokers.

Must count DOWN when closing orders.