Yes, It was wrong Path settings and now I can connect to Binary com and start receiving quotes.
But I can not execute trades. Also, how to setup trade duration in ticks, different trade type?
Code:
function run()
{
set(TICKS);
set(BINARY);
History = ".t1";
BarPeriod = 1;
LookBack = 1;
Lots = 1;
LifeTime = 1;
WinPayout = 94;
LossPayout = 0;
enterLong();
}