using custom indicators in MT5
-
Hello my friends . I need to use custom indicators. But unfortunately, any robot that I make will not trade in Metatrader 5 if these indicators are used. I don't have this problem in MetaTrader 4. I don't know why I can't use it in Metatrader 5. Please someone help me and tell me what to do. Now, with this same robot, which does not have more than two simple blocks, it does not trade. Why ?????????link text
-
@YASI-AZ your indicator might be for MT4 only (mq4 format) so you can't use it with MT5 as they are difference.
You need to convert it to MT5 first.
-
@YASI-AZ Are you using the exact same indicator code for both MT4 and MT5? Because they need to be different code files.