無料でロボットをダウンロードする方法を見る
Facebook上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- 発行者:
- Peter Eskander
- ビュー:
- 7818
- 評価:
- パブリッシュ済み:
- 2016.04.04 15:15
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
This function calculates your lot size depending on definite conditions explained in input variables.
extern string Multiple_disable="0 = Stop Use Multiple "; extern string FiboMultiple="1 = 1,1,2,3,5,8,13,21,34, etc. "; extern string Multi_X="2 = Last Close Lot X 2 "; extern string Multi_Plus="3 = Last Close Lot + Lot "; extern int Enter_Choice = 2;

This Expert Advisor depends on Moving Average 400 to indicate trend and "slope-direction-line" indicator, it will be attached with EA.

Buy and Sell arrows for Alligator signals.

This library has two functions: BreakEven & TrailingStop.

This library has two functions: first to count OP_BUY positions and second to count OP_SELL positions.