Can you read what "error code 4014" means?
ERR_FUNCTION_NOT_ALLOWED 4014 Function is not allowed for call
The property that the OP is trying to set programmatically is the following ...
However, since I don't have experience with signals I am not able to offer the OP any help.
The property that the OP is trying to set programmatically is the following ...
However, since I don't have experience with signals I am not able to offer the OP any help.
Thanks Fernando. Yes. This what I want to do, in order to control when the Provider changes its account balance. The function exist, other signals functions are working, but I dont understand why the program dont accept this function..
Thanks Fernando. Yes. This what I want to do, in order to control when the Provider changes its account balance. The function exist, other signals functions are working, but I dont understand why the program dont accept this function..
There is only one other way beside the one Fenando showed to change the traded volume change the balance. You can't "hang" an EA "between" the signal and the trades on your account.
Here is an example how the volume is calculated: https://www.mql5.com/en/articles/618#example
- www.mql5.com
There is only one other way beside the one Fenando showed to change the traded volume change the balance. You can't "hang" an EA "between" the signal and the trades on your account.
Here is an example how the volume is calculated: https://www.mql5.com/en/articles/618#example
I found why it didnt work. Its because I didnt autorize signal parameter change on the main page of the EA
Do you know how to have this option checked automatically ? Thanks
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi Guys,
I am trying to set a new value of the signal parameter "DEPOSIT PERCENT with function
and I get the error code 4014.
These functions works fine :
Please help