mt4 custom indicators not showing on charts?

 

Good day to all. First I would like to thank you all for the work you folks do... Thank you

I am having a problem with custom indicators not showing on charts. They show in my list of indicators. But it does not matter which indicator i try to load on the charts, nothing shows. But It shows it is attached to the chart when you click (control I)

Example.. If I try to attach colored Stochastic, the indicators edit pops up asking you for your color ect. But it does not matter which indicator you try to load the colors is always black, dll imports is not checked and allow external imports is.

Any suggestions Thanks again...

 
gobucs963:

Good day to all. First I would like to thank you all for the work you folks do... Thank you

I am having a problem with custom indicators not showing on charts. They show in my list of indicators. But it does not matter which indicator i try to load on the charts, nothing shows. But It shows it is attached to the chart when you click (control I)

Example.. If I try to attach colored Stochastic, the indicators edit pops up asking you for your color ect. But it does not matter which indicator you try to load the colors is always black, dll imports is not checked and allow external imports is.

Any suggestions Thanks again...

Could you please post the logs, you can find in Experts and Journal tabs of the toolbox window.
 
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: initialized
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: expert stopped
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: loaded successfully
2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: initialized
2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: expert stopped
2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: loaded successfully
2013.12.11 07:26:19 CheckAccountType GBPUSDm,M5: initialized
2013.12.11 07:26:19 CheckAccountType GBPUSDm,M5: expert stopped
2013.12.11 07:26:19 CheckAccountType GBPUSDm,M5: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType GBPUSDm,M5: loaded successfully
2013.12.11 07:26:19 CheckAccountType USDCHFm,H1: initialized
2013.12.11 07:26:19 CheckAccountType USDCHFm,H1: expert stopped
2013.12.11 07:26:19 CheckAccountType USDCHFm,H1: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType USDCHFm,H1: loaded successfully
2013.12.11 07:26:19 CheckAccountType USDCADm,H1: initialized
2013.12.11 07:26:19 CheckAccountType USDCADm,H1: expert stopped
2013.12.11 07:26:19 CheckAccountType USDCADm,H1: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType USDCADm,H1: loaded successfully
2013.12.11 07:26:19 CheckAccountType USDJPYm,H1: initialized
2013.12.11 07:26:19 CheckAccountType USDJPYm,H1: expert stopped
2013.12.11 07:26:19 CheckAccountType USDJPYm,H1: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType USDJPYm,H1: loaded successfully
2013.12.11 07:26:19 CheckAccountType AUDUSDm,H1: initialized
2013.12.11 07:26:19 CheckAccountType AUDUSDm,H1: expert stopped
2013.12.11 07:26:19 CheckAccountType AUDUSDm,H1: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType AUDUSDm,H1: loaded successfully
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: initialized
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: expert stopped
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType EURUSDm,H1: loaded successfully

 

gobucs963:...

2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: expert stopped

2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: cannot load library 'CheckAccountType.dll' (error 126)
2013.12.11 07:26:19 CheckAccountType EURJPYm,M5: loaded successfully
2013.12.11 07:26:19 CheckAccountType GBPUSDm,M5: initialized
...

As you can see, you have an expert continuously running and failing because it can load a dll.

Either you remove this EA or you allow DLL loading.

 

thanks for the help, got it going, thanks again

Reason: