New metatrader 4 compatible indicators - page 312

 
handy148:

Here it is 

As I told : not mine

And it seems to be working on my broker. Check if you have all the required symbols (those from the list :

string CoppiaValuta[] = {"EURUSD", 
                         "GBPUSD",
                         "AUDUSD", 
                         "USDJPY", 
                         "USDCHF", 
                         "USDCAD", 
                         "EURAUD", 
                         "EURCAD", 
                         "EURCHF", 
                         "EURGBP", 
                         "EURJPY", 
                         "GBPJPY", 
                         "GBPCHF", 
                         "NZDUSD", 
                         "AUDCAD", 
                         "AUDJPY", 
                         "CHFJPY", 
                         "AUDNZD", 
                         "NZDJPY", 
                         "NZDCAD", 
                         "NZDCHF", 
                         "GBPNZD", 
                         "EURNZD", 
                         "GBPCAD", 
                         "GBPAUD", 
                         "AUDCHF", 
                         "CADCHF", 
                         "CADJPY"};
 
handy148:

Here it is 

It works on FXCM
 
handy148:

Here it is 

Do you have suffixes or prefixes in symbols?
 
Hello! Fix, please the indicator to work in the new build of MetaTrader. Thank you
Files:
DKX.mq4  3 kb
 
magistr913:
Hello! Fix, please the indicator to work in the new build of MetaTrader. Thank you

It was told already at this post : https://www.mql5.com/en/forum/180648/page924

That indicator can not be compiled (it is a mixture of mql and some coding language that is not mql, that code could never work). So, that is something that was used to copy paste something that was - what? It is not the issue of compatibility with the new metatrader, but the issue of compatibility with any coding language (it will not work in mql and it will not work in the language that the pasted part was copied from)

 
magistr913:
Hello! Fix, please the indicator to work in the new build of MetaTrader. Thank you
What should it do?
 
techmac:
What should it do?
it should add all pips of GBPUSD yesterday sell in my account.
 
To make the indicator worked on the new build
 
Intrest1:
To make the indicator worked on the new build
Made new mql compatible.
 
mladen:
Made new mql compatible.
Thank you 
Reason: