無料でロボットをダウンロードする方法を見る
Twitter上で私たちを見つけてください。
私たちのファンページに参加してください
興味深いスクリプト?
それではリンクにそれを投稿してください。-
他の人にそれを評価してもらいます
記事を気に入りましたか?MetaTrader 5ターミナルの中でそれを試してみてください。
ライブラリ

Lot_Volume - MetaTrader 4のためのライブラリ

ビュー:
10003
評価:
(8)
パブリッシュ済み:
2008.11.21 07:15
アップデート済み:
2014.04.21 14:53
\MQL4\Include\
このコードに基づいたロボットまたはインジケーターが必要なら、フリーランスでご注文ください フリーランスに移動

The functuion automatically calculates the lot size from the specified percent of free assets (х%) or uses the fixed lot size ("х" without "%" sign).

We add the function #include <Lot_Volume.mqh> to the program and call it in the necessary place: OrderSend(Symbol, Order Type, Lot_Volume(), Price, 0, Stop, Profit);

If you specify "10%", for example, then the size of the lot will be equal to 10% of free assets, and if you specify just "10" then the size will be equal to 10 lots.

Certainly, the library is not perfect, I wait for your comments.


MetaQuotes Ltdによってロシア語から翻訳されました。
元のコード: https://www.mql5.com/ru/code/8556

Normalizer Normalizer

A "cover" for the normalization of the indicator values.

Murrey Math Lines (Support and Resistance) Murrey Math Lines (Support and Resistance)

MM Lines are drawn where support and resistance is.

Pivots_Test Pivots_Test

We place the pending orders at the support and resistance levels.

Smoothed RSI indicator Smoothed RSI indicator

Smoothed RSI indicator with the sound signalling of crossing the level 50.