Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 13290
- Derecelendirme:
- Yayınlandı:
- 2017.03.02 11:49
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
The "Session Buy Sell Orders Volume" indicator shows a histogram of the minimum and maximum values of the following parameters:
- SYMBOL_SESSION_BUY_ORDERS_VOLUME - "Total current volume of buy orders"
- SYMBOL_SESSION_SELL_ORDERS_VOLUME - "Total current volume of sell orders"
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/17427

The indicator shows t he parameter "Total volume of open positions - SYMBOL_SESSION_INTEREST".

Trading on a new bar only. The rules are simple: if MAIN_LINE MACD (1) > MAIN_LINE MACD (2) -> Buy, if MAIN_LINE MACD (1) < MAIN_LINE MACD (2) -> Sell". When a signal opposite to open positions is received, close all positions.

The MARE5.1 Expert Advisor is very easy to use. It uses the values of two Moving Averages (SMA) at the close of 0th, 2nd and 5th bar. The EA is configured to work on the M1 timeframe.

The simplest EA based on the Fractal_WeightOscillator weighted oscillator.