無料でロボットをダウンロードする方法を見る
Telegram上で私たちを見つけてください。
私たちのファンページに参加してください
私たちのファンページに参加してください
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
- ビュー:
- 6783
- 評価:
- パブリッシュ済み:
- 2016.07.01 11:15
-
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動
Errors function. In Russian.
Function call: #include <Error.mq4>
Usage example: Print("Error : ",Error(GetLastError()));
MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/8691

Based on the values of the OsMA indicator.

Parabolic plotted based on Lows and Highs of a moving average. Efficiently displays the trends on smaller timeframes, and allows to mostly eliminate frequent switches, inherent to the "Parabolic SAR" indicator.

Determination of the entry levels

Calculation of the number of lots by Anton Trefolev.