Futures volume indicator for MT4 - page 4

 

FOR THE DOWNLOADERS !!!

The files have a slight defect.

And the zip archive I downloaded is broken.

 
Thanks for your vigilance, I'll re-do it when I get home
 
what a problem with uploading archives to codebase, I'm posting it here.
Files:
experts.zip  18 kb
 
MarkTrade:

For some reason all the bars in the basement are silver, and the volume on them up and down are identical.

And there is no table...


Very "interesting effect". Could you please give more information: which operating system, your rights on the computer, in which folder the terminal is located. if possible, please attach the expert log.
 
FAQ:

Very "interesting effect". Could you please give more information: what operating system, what rights you have on your computer, in which folder the terminal is, if possible please attach the expert log.


This is on the UPU. Windows server 2008. Admin rights. Standard folder (program files/etc).

Log.... (not found. is it no new files?)

2013.08.07 10:53:55     CME_FUTURES_VOLUME EURUSD,Weekly: Data file is not found.
2013.08.07 10:53:51     CME_FUTURES_SAVER EURUSD,Weekly: initialized
2013.08.07 10:53:51     CME_FUTURES_VOLUME EURUSD,Weekly: Data file is not found.
2013.08.07 10:53:51     CME_FUTURES_VOLUME EURUSD,Weekly: initialized
2013.08.07 10:53:51     CME_FUTURES_VOLUME EURUSD,Weekly: Now you avaible only rights to view the historical data from the downloaded files that you download.
2013.08.07 10:53:51     CME_FUTURES_VOLUME EURUSD,Weekly: To view the futures volumes in real time please open a trading account Financial Arsenal Ltd.

The basement is working, but the table glitches, often it is somewhere on the left, behind the visibility area. And data in it then there is no (empty).

 

32\64 bit rate ? for now I suggest to move the terminal out of the protected area, but this may not help as the indicator uses WINAPI functions for table alignment, and on the server wind they may be cut off (inaccessible (depends on the delivery set)).

At least I'll check it on a dedicated server today.

 
FAQ:

32\64 bit rate ? for now I suggest to move the terminal out of the protected area, but this may not help as the indicator uses WINAPI functions for table alignment, and on the server wind they may be cut off (inaccessible (depends on the delivery set)).

At least I'll check on the dedicated today.

32 bit.
Didn't help...

Yeah, something with alignment and dimensions. The data is overlapping on large tf's.

 
OK, try putting this expert on the same chart as the indicator: https: //www.mql5.com/ru/code
 
FAQ:
OK, try putting this expert on the same chart as the indicator: https: //www.mql5.com/ru/code

did not work (
 

I have a picture like this:

Windows 7--32 bit--(program files/etc)--admin

log:

08:29:42 RSI USDJPY,Daily: loaded successfully
08:29:42 RSI USDJPY,Daily: initialized
08:29:42 CME_FUTURES_VOLUME dfEURUSD,H4: loaded successfully
08:29:42 iTicks dfEURUSD,H4: loaded successfully
08:29:42 iTicks dfEURUSD,H4 inputs: delay_MSecond=200; 
08:29:42 CME_FUTURES_VOLUME dfEURUSD,H4: initialized
08:29:43 CME_FUTURES_VOLUME dfEURUSD,H4: loaded successfully
08:29:43 CME_FUTURES_VOLUME dfEURUSD,H4: initialized
08:29:43 CME_FUTURES_SAVER dfEURUSD,Weekly: loaded successfully
08:29:43 CME_FUTURES_SAVER dfEURUSD,Weekly inputs: DeleteThisSymbols=""; 
08:29:51 CME_FUTURES_SAVER dfEURUSD,Weekly: Use 11 Symbols : dfAUDUSD,dfCADUSD,dfCHFUSD,dfEURUSD,dfGBPUSD,dfNZDUSD,dfUSDJPY,dfUSDCAD,dfUSDCHF,dfEURJPY,dfEURGBP
08:29:51 CME_FUTURES_SAVER dfEURUSD,Weekly: initialized
08:30:27 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: loaded successfully
08:30:31 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly inputs: Symbols="fAUDUSD,fCADUSD,fCHFUSD,fEURUSD,fEURGBP,fEURJPY,fGBPUSD,fNZDUSD,fUSDJPY,fUSDCAD,fUSDCHF"; DownloadAllFiles=false; DownloadDelayedData=false; CheckNews=true; 
08:30:32 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fAUDUSD.vol not have in WebServer.
08:30:33 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fCADUSD.vol not have in WebServer.
08:30:33 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fCHFUSD.vol not have in WebServer.
08:30:34 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fEURUSD.vol not have in WebServer.
08:30:34 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fEURGBP.vol not have in WebServer.
08:30:35 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fEURJPY.vol not have in WebServer.
08:30:35 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fGBPUSD.vol not have in WebServer.
08:30:36 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fNZDUSD.vol not have in WebServer.
08:30:36 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fUSDJPY.vol not have in WebServer.
08:30:37 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fUSDCAD.vol not have in WebServer.
08:30:38 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 2013_08_04_fUSDCHF.vol not have in WebServer.
08:30:38 CME_FUTURES_DOWNLOAD dfEURUSD,Weekly: 0 Bytes downloaded
09:06:24 RSI USDJPY,Daily: loaded successfully
09:06:24 RSI USDJPY,Daily: initialized
09:06:24 CME_FUTURES_VOLUME dfEURUSD,H1: loaded successfully
09:06:24 iTicks dfEURUSD,H1: loaded successfully
09:06:24 iTicks dfEURUSD,H1 inputs: delay_MSecond=200; 
09:06:24 CME_FUTURES_VOLUME dfEURUSD,H1: initialized

When I try to add "iTicks" to the chart, the terminal hangs tightly.

It's with "CME_FUTURES_VOLUME" indicator.

It works fine on its own.