Библиотеки: Lib_ITC

 

Lib_ITC:

В данной библиотеке находится функция динамического обновления тикового графика.

Автор: Boris Sedov

 

hi, 

i dont find  <katalog_dannyh>

in my mt4 ?

once found, where to put code please ?

thx :) 

 
js497:

hi, 

i dont find  <katalog_dannyh>

in my mt4 ?

once found, where to put code please ?

thx :) 

hi!
  1. Save the "Lib_ITC.mq4" file in <data_folder>\MQL4\Libraries of the MT4 terminal. You can find the data folder  (<data_folder>) for each copy of MetaTrader 4 terminal on your computer via the terminal menu or in MetaEditor: File - Open Data Folder.
  2. Set up the terminal - menu "Tools">"Options">"Expert Advisors">enable "Allow DLL import">"OK".
 

hi boris, thx for your answer :)

I have well did that  finally, but how to activate the file in libraries in mt4 to see a new chart of data (tick) ? 

i have been to see in offline chart, my eurusd M2 is an old chart from renko setting.

a bit help is welcome, thx :) 

 
js497:

hi boris, thx for your answer :)

I have well did that  finally, but how to activate the file in libraries in mt4 to see a new chart of data (tick) ? 

i have been to see in offline chart, my eurusd M2 is an old chart from renko setting.

a bit help is welcome, thx :) 

#import "Lib_ITC.ex4"
   int lib_itc(int pl1);
#import
Это поместить в ваш код renko, в верху.

int hwnd;

hwnd=WindowHandle(Symbol(),2);

if(hwnd!=0) lib_itc(hwnd);
Это поместить после основной части алгоритма построения renko.
Причина обращения: