Forum

Meta trader 5

Hey, Can I get some quick help here. I'm starting to hate metatrader 5. I really don't understand it at all and every tutorial that I've tried to learn from is wrong in some form or another. Here's an example of what I'm talking about. Here's a code that I found that I copied and here are my errors

expert advisor is not placing buys

Hey all, Metatrader seems to be really finnicky and sometimes when I launch the strategy tester it will place buys and sometimes it doesn't I dont understand whats wrong with the code i've written. any help would be greatly appreciated. #include<Trade\Trade.mqh> CTrade trade; bool Cross_Below =

Syntax help

Hello, I'm not super good with understanding C++ and mt5 so this is probably super simple but I'm getting a '<' illegal operation use on line 45 and 49 as well as some operator expected on 51. Can anyone help me with this? #include<Trade\Trade.mqh> CTrade trade; bool Cross_Below = false ; void

Indicators

Hello, I'm new to mql5 so please bear with me. I found an indicator here on codebase that I like but to call it into an ea I need to know the parameters . I don't know how to find that. Can someone help me? Here's the indicator: //+------------------------------------------------------------------+

Help with Bollinger bands

Hello, I'm new to mql5 and programming with c++ so bear with me as it might take some explaining to help me understand. I'm trying to print the current values of bollinger bands in meta trader 5. I realize there is other topics on this namely https://www.mql5.com/en/forum/242393. But I read through