Ekvationen
Ekvationen
Friends

Add friends via their profile or user search and you will be able to see if they are online

Ekvationen
Added topic 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
Ekvationen
Added topic 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
Ekvationen
Added topic 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
Ekvationen
Added topic 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
Ekvationen
Added topic 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. //+------------------------------------------------------------------+
Ekvationen
Added topic 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
Ekvationen
Added topic 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
Ekvationen
Added topic 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
Ekvationen
Registered at MQL5.community