Forum

Can I close the EA's opened positions manually?

Hi friends. I hope you are enjoying a nice day. I have an EA with an strategy, that I want it to only open positions. Of course there's rule for closing the positions in emergency situations. However, I want to be able to close the positions myself, because I'll probably be able to avoid a profit

Let's Improve My Strategy

Hi folks. I hope you are fine and enjoying a good day. After a lot of time studying renko charts, I found something interesting about them combining with bollinger bands . As you see in the picture attached to the post, there are arrows which shows the points where Bid or the price hits the upper

Different results between strategy tester results and live trading results for an EA. Can anybody tell why?

Hi friends. I found an EA for trading on Renko Charts and it looks very promising on the strategy tester , but when i tested it with a live account, it wasn't profitable and I wonder how. I'll attach the EA and you test it yourselves. And I would appreciate it if you could tell me the reason why it

What is the Buffer Index Numbers for Blue and Red bricks in this indicator?

Hi friends. I hope you are enjoying a good day. I found an indicator from the developer Kaleem Haider from this link ( https://www.mql5.com/en/code/15563 ). I find it helpful to my strategy. When I want to make an EA based on my strategy and this indicator, for Buffer Index number I have a problem

How To Check Previous candles in EA Creation?

Hi friends. I hope that you are fine. I built an strategy and I want to make an EA of it. I've already written the basic code, but I have a problem that I will explain. I'll attach a picture to this post showing the indicator results of my strategy with arrows up and down. In this picture you will

Need a help on debugging my EA based on my strategy

Hi friends. I hope that you are fine. I built an strategy and I want to make an EA of it. I wrote the basics code which I'll be sharing with you but it doesn't do what I want from it. I'll attach a picture to this post. In this picture you will see four vertical lines . I'll tell you what those

Need A Little Help On My EA Coding (Reversal Fractals)

Hi. I need a little help on my EA coding. I found an intersting indicator and i want to make an EA of it. I am not a professional programmer, but i tried my best. i would be very appreciated if you can help me. I will attach the EA and the errors

Different Results From Backtesting VS My Original Chart For An Indicator

Hi everyone. I got an indicator that I will attach to the post. The problem is when I add it to my originnal chart I get a few arrows showing entry and exit signals, but when I start backtesting it, more arrows show up when I compare it to my original chart. In short words, more arrows in my

Basic Parabolic SAR EA for MT4

Hi. I want to build a Basic Parabolic SAR EA and after I write the code and start a backtest , it doesn't work the way it should, or better to say the way i want it to do. Well i want to open a new trade at the reverse point and also close the last trade too. here's my code: void OnTick () {