Советники: Two Horizontal Line - страница 2

 
Is there an indicator version instead of EA? 
 

В Тестере выставить Горизонтальную линию 

установить расстояние вот здесь 

//---
input bool     InpCurrenBarZero     = true;        // Current Bar #0
input string   InpLineUPName        = "UP";        // Horizontal Line "UP" Name
input string   InpLineDOWNName      = "DOWN";      // Horizontal Line "DOWN" Name
input ushort   InpHLineStep         = 25;          // HLine Step, in pips (1.00045-1.00055=1 pips)
input ENUM_TIMEFRAMES InpWorkTimeFrame=PERIOD_CURRENT;// Work Time Frame
//---

X Two Horizontal Line

Файлы:
 
Emak:

Зачем? Индикатор не может иметь торговых функций.