Rejoignez notre page de fans
- Vues:
- 10367
- Note:
- Publié:
- 2008.11.21 07:15
- Mise à jour:
- 2014.04.21 14:53
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
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.
Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/8556

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

MM Lines are drawn where support and resistance is.

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

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