
Вы упускаете торговые возможности:
- Бесплатные приложения для трейдинга
- 8 000+ сигналов для копирования
- Экономические новости для анализа финансовых рынков
Регистрация
Вход
Вы принимаете политику сайта и условия использования
Если у вас нет учетной записи, зарегистрируйтесь
I found a strange BUG. As long as there are more than two characters in front of "Input", a 5040 error will be reported。
I found a strange BUG. As long as there are more than two characters in front of "Input", a 5040 error will be reported。
Thanks, fixed.
Author, I have a question I need your help with. I want to set a specific value based on a name. When the second parameter of SetValue is a double or int, it works normally. However, if the second parameter is a string, it fails to compile, with an error saying that string cannot be converted to bool. How can I solve this issue?
Would you like me to provide any suggestions or explanations regarding this programming issue?
Let me explain why I don't use Inputs.CustomLot = "0.01-0.02"; It's because it's dynamically controlled at runtime. Sometimes it's not setting CustomLot, but rather another input variable xxxx. I hope to write the code only once and be able to set all input parameters.Let me explain why I don't use Inputs.CustomLot = "0.01-0.02"; It's because it's dynamically controlled at runtime. Sometimes it's not setting CustomLot, but rather another input variable xxxx. I hope to write the code only once and be able to set all input parameters.
Memo.
Inputs = "CustomLot = 0.01-0.02";
Memo.
我发现了另一个奇怪的错误。当 INPUT 包含字符串时,字符串后面的所有参数都会重复一次。请使用以下输入参数进行验证
Fixed this bug, but did not carefully test other situations, such as when containing '|'. Please author review