당사 팬 페이지에 가입하십시오
- 게시자:
- Vladimir Karputov
- 조회수:
- 7486
- 평가:
- 게시됨:
- 업데이트됨:
-
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동
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에서 러시아어로 번역함.
원본 코드: 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.