Forum

Read volume set in One click trading panel

Hi, Unfortunately my search didn't yield any results in the MQL5 constants/functions. Is there any way to read out the current value that was put into the one click trade panel? Your help is much appreciated. I am getting back to MQL5 programming after some time of absent, so please be patient with

Newbie Coding Question: Get deal results

Hi, I would like to know, if and how it is possible to obtain trade results into an EAs code. What I want to do is to have a counter that adds up when the last trade closed in loss. Exemplary: i= 1 if (lasttradeclosednegative) i=i+ 1 ; E.g., after 5 losing trades i would be at 6. The parameter i

Problem: Multiple Trades at brokerX

I have some problems with brokerX Terminal and I hope you guys have encountered that problem. I'm trading on brokerX and for quit some time, without any problem. However, when I started using an EA, I wondered that it always opened multiple trades of the same size, instead of the one trade it was

Problem with calling specific indicators from resources

Hi, I get annoying problems with 2 indicators out of 4 used in my EA. Whatever I do, the EA fails to load them, even though they get compiled successfully into resources and the other 2 indicators work fine. They only work when I put the files into the indicator folder, which gives me the impression