Forum

Need som help to get the code running

Need some help to get this indicator up and running. Get these errors: 'OP_TOLERANCE' - undeclared identifier support_vector_machine_indicator- 3 .mq5 147 28 'OP_TOLERANCE' - cannot convert enum support_vector_machine_indicator- 3 .mq5 147 28 'OP_TOLERANCE' - cannot convert enum

Neural Network errors

Hi I am trying to follow along with the steps in article https://www.mql5.com/en/articles/830 but I am getting a lot of errors when I try to compile it, maybe someone can help me figure it out? Thanks in advance. Since there are to many characters to write it out here I attached the file

Ports used in MetaTrader

Hi, might be a stupid question but which ports must be open in order to run MetaTrader 5? Thanks in advance, ekvationen

Lot size in strategy tester

Hi, I am wondering how to change lot size in strategy tester , is that possible or do I have to edit something in the source code of my EA? Best regards Ekv

Make this EA able to do several trades on different symbols

Hi, how do I make this EA able to make several trades but only on different symbols? I hope you understand how I mean? Thanks in advance. //+------------------------------------------------------------------+ //| rsi-automated.mq4 | //|

Can anyone code this in MQL5?

study(title="Steven Primo's PET-D", shorttitle="Pet-D", overlay=true) petd = ema(close, 15) up = close > petd ? green : red barcolor(up) Hope you understand what I mean

Trying to build a simple RSI EA

Trying to develop a simple Expert Advisor with RSI functionality but it does not seem to work, in addition to this, I wonder how I limit the number of trades to one at a time. Feel free to improve and correct the EA below. // import the trade library #include<Trade\Trade.mqh> // create an instance

Error in compiler

Hi there, I am currently trying to get my first EA to be compiled, but i got som errors, any idea how to fix them? https://pastebin.com/N4EahfUJ Thanks in advance, Ekvationen

A beginners problem with MetaTrader5

Hi, I recently installed MetaTrader 5 and have used it one time. When I started the application today i realised that my market watch wasnt working, it had stopped and my graphs didnt update at all. I tried to login to my demo account and I have a good latency with the server. What should I do