Советники: ZZ Fibo Trader

 

ZZ Fibo Trader:

ZZ Fibo Trader является простой иллюстрацией использования индикатора Simple ZZ Fibo, который строит линии Фибоначчи на длинных импульсных волнах зигзага. В дополнение алгоритм иллюстрирует работу параболической системы перемещения стоп-лосса.

EA waits for price to breakethrough one of the fibo. level. In case of reverse breakthrough EA trades in a direction of reverse breakthrough.

Автор: Oleg Shenker

 

Выдает такие ошибки

'position' - struct member undefined    ZZ_Fibo_Trader.mq5      191     22
'POSITION_TICKET' - undeclared identifier       ZZ_Fibo_Trader.mq5      191     52
'PositionGetInteger' - no one of the overloads can be applied to the function call      ZZ_Fibo_Trader.mq5      191     33
3 error(s), 0 warning(s)                4       1


 

 
Сергей Криушин:

Выдает такие ошибки

'position' - struct member undefined    ZZ_Fibo_Trader.mq5      191     22
'POSITION_TICKET' - undeclared identifier       ZZ_Fibo_Trader.mq5      191     52
'PositionGetInteger' - no one of the overloads can be applied to the function call      ZZ_Fibo_Trader.mq5      191     33
3 error(s), 0 warning(s)                4       1


 

Ошибки возникают при компиляции?
190           if(ZZLevel000[1] > ZZLevel100[1]) TradeDirection = 1;

191           else TradeDirection = -1;

Вы случайно не удаляли строки из кода?

Судя по содержанию ошибок, у вас нарушен синтаксис определения структуры торгового запроса.

Либо в строке определяющей эту структуру (у меня это строка 57) либо в строке, вызывающей торговую функцию (171 - 174). 

MqlTradeRequest      Request = {0};

...

Request.action = TRADE_ACTION_SLTP;

Request.symbol = Symbol();

Request.sl = StopLossLevel; //move SL as parabolic StopLossLevel;

Request.position = PositionGetInteger(POSITION_TICKET);

if(OrderCheck(Request, Check) && Check.retcode == 0)

       {

        if(!OrderSend(Request, Results) || Results.retcode != 10009) Print("Fail to modify SL");

       }

else

       {

        if(Check.retcode == 10019) Print("There is not enough money to complete the request");

        if(Check.retcode == 10025) Print("No changes in request");

        if(Check.retcode == 10014) Print("Invalid volume in the request");

       }              


 


 

HI.... я пытаюсь сделать Backtest с "ZZ Fibo Trader EA + Siple ZZ Fibo индикатор"
и я не могу сделать это, потому что система показывает мне:
Устаревшая версия импортированного модуля "Simple ZZ Fibo.ex5"
Вы можете перекомпилировать его и загрузить снова?
Большое спасибо и наилучшие пожелания
ps. извините за мой английский.

ZZ Fibo Trader
ZZ Fibo Trader
  • голосов: 12
  • 2017.01.18
  • Oleg Shenker
  • www.mql5.com
The ZZ Fibo Trader is a simple illustration of the use of the Simple ZZ Fibo, which plots Fibonacci lines on long impulse waves of the ZigZag. In addition, the algorithm illustrates operation of the parabolic system for moving the stop loss.
 

Здравствуйте. При запуске этой программы на демо-версии icmarkets или при бэктесте я получаю ошибку (Unsuported Filling mode).

Пожалуйста, проверьте.


 
где можно скачать индикатор Simple ZZ Fibo? Загрузка не работает ...
Indicador técnico Simple ZZ Fibo
Indicador técnico Simple ZZ Fibo
  • www.mql5.com
The Simple ZZ Fibo indicator represents a further development of the ideas about automatic price pattern identification, implemented in the Simple - Português
 
HI! Где можно скачать "Простой ZZ Фибо"? Спасибо.
 

У меня такая ошибка, пожалуйста, подскажите мне.

 
nvtruongjsc #: У меня такая ошибка, пожалуйста, дайте мне совет

.

Затем дайте более подробную информацию и опишите ошибку. Покажите вывод журнала.