mu_world / Publications
Forum
Is it ok to negotiate an individual owner who sells EA on mql market about legal rights?
Is it ok to negotiate an author individually who sells EA on mql market about legal rights? In other worlds, I want to ask each author about the price when I sell his EA for other people. Is it against mql community guide line
After today's MT5 update, I cannot run the strategy tester on custom symbol.
After MT 5 update, I cannot run the strategy tester on custom symbol. I've got the following message on the tester's journal. [ cannot add symbol (my name of custom symbol) ] [ symbol (my name of custom symbol) does not exist ] I checked the data folder and historical data exits. (MetaQuotes-Tester-
How to separate balance of each EA virtually?
I am now combining 4 EAs into 1 EA (I deal with Each EA as a function) and it seems to work properly, but I’ve got one problem for position-sizing. When I use AccountInfoDouble (ACCOUNT_BALANCE), it returns the total balance of 4.EAs and each order is calculated based on the balance. That’s not what
How should I have 2 kinds of High array?
I need to have differentiate High array, but I don't know how to do that. When I tried to duplicate High array, I got an error message " ']' - expression expected ". How should I solve this? // that's the code right now SetHighestBar_A = 3 ProfitHighestBar_A = 2 SetHighestBar_B = 4