Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Yayınlayan:
- Vladimir Karputov
- Görüntülemeler:
- 7343
- Derecelendirme:
- Yayınlandı:
- 2017.01.26 09:10
- Güncellendi:
- 2018.06.15 13:01
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Author of the idea — L.Bigger, author of the MQL5 code — barabashkakvn.
The iStochastic (Stochastic) Oscillator, iWPR (Larry Williams' Percent Range) indicators are used.
Recommended period is M5. Test on EURUSD M5, from 2016.06.01 to 2016.11.18, initial deposit - 10000:
It is recommended to disable output of comments on the chart during visual testing. The version for visual testing is shows:
//| PRINT COMMENT FUNCTION |
//+------------------------------------------------------------------+
void subPrintDetails()
{
return;
string sComment = "";
string sp = "----------------------------------------\n";
string NL = "\n";
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/16995

The Expert Advisor opens trades based on the Bollinger Bands indicator.

The Expert Advisor which uses the AO and AC indicators in its operation, which were proposed by the Bill Williams.

Indicator for building custom charts, which are based on user-defined formula.

Indicator for automatic selection of the coefficients for every instrument in a pseudo-stationary portfolio, which tends to equilibrium at zero.