Luka Savic
Luka Savic
  • Information
2 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Friends

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

Luka Savic
Added topic Volume limit reached problem when publishing the EA
Hi everyone, there is an issue I saw many people had when they were trying to publish their EAs. Here is some output I get(errors). 2019.04 . 05 03 : 30 : 00    failed instant sell 0.75 EURUSD at 1.12243 sl: 1.12503 tp: 1.11463 [Volume
Luka Savic
Added topic Reading buffer values from custom indicators
Hi everyone, I am programming in MQL4 for some time but there is an issue I can't resolve and it is around using buffers in custom indicators. Specifically, it is one indicator that I found online(i have it's source code).  Here is the picture
Luka Savic
Added topic MT5 not recognizing simple if statement
I have a problem with MT5. I was building a more advanced EA and I had strange problems. Then I decided to go to basics and see what is the problem. Here is the simple code I wrote, and it is not performing how it should. input ENUM_TIMEFRAMES
Luka Savic
Added topic Strategy Tester stops at 10%
Hi, I've built an EA and wanted to backtest it in a Strategy tester . When using historical data from the broker, on EURUSD, everything works fine. But when I switch to any other pair, strategy tester just stops at x%, around 10-15% depending on a
Luka Savic
Added topic Can't open a simple buy trade?
       MqlTradeRequest myrequest;        MqlTradeResult myresult;        ZeroMemory (myrequest);        ZeroMemory (myresult);
Luka Savic
Registered at MQL5.community