無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 25912
- 評価:
- パブリッシュ済み:
- 2013.05.21 09:09
- アップデート済み:
- 2014.04.21 14:56
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
This Es is using 2 MAs with Input parameters:
- maPerBig = 25;
- ModeBig = 2;
- appPriceBig = 2;
- maPerSmal = 5;
- ModeSmal = 1;
- appPriceSmal = 0;
and Input Parameters for ADX:
- advPeriod = 11;
- appPriceAdx = 4;
- advLevelMa = 13;
- advLevelPl = 13;
- advLevelMi = 14;

Trades when two moving averages cross each other

Trades using parabolic SAR signals

This EA will open a Long Order if the Price move above yesterday High or Short Order if the Price move beneath yesterday Low.

"Follow Your Heart" is an Expert Advisor that open an Order strictly by price increase/decrease during nBars on the M1 time frame (without any indicators).