@l-andorrà
Thank you Sir
Posts made by ipul
-
RE: Working with Custom Indicator, help please...posted in Questions & Answers
Sorry I forgot to share the project.
This is the share link: https://fxdreema.com/shared/Pr2yxCu5eThanks again,
Ipul -
Working with Custom Indicator, help please...posted in Questions & Answers
Hello,
I am trying to build a simple EA using attached custom indicator (BrainTrend2Stop.mq5) that will close BUY order & open SELL order when custom indicator start the red line (SellStop line) and do the opposite when indicator start blue line (BuyStop line) as below chart.

I inputted this custom indicator to My Indicator as follow:

There was no error when I compiled the EA.
But when I backtested it, I got following errors in Journal:

What did I do wrong?
Thank you,
Ipul -
Open trade out side chartposted in Questions & Answers
Hello,
I tried to make a very simple EA based on Stochastic Indicator Stochastic that suppose to open BUY when Stochastic value cross above 10 and open SELL when Stochastic value cross below 90.
When I tested, I found strange things some position were opened beyond the chart as shown in below picture !Screen shot
image url).
In earlier timeline of the chart, position were not taken although conditions were met and no open order.
May I know what did I do wrong?
Thank you -
RE: Hot do we limit EA to work on certain accounts only?posted in Questions & Answers
@jstap
Jut an update, I applied your suggestion but with little modification, i.e. by assigning concern EA to specific account rather than blocking it from non related accounts as follow: .Thanks again!!!
-
RE: Hot do we limit EA to work on certain accounts only?posted in Questions & Answers
@jstap
Thank you so much!!!
I will try it. -
Hot do we limit EA to work on certain accounts only?posted in Questions & Answers
When multiple accounts active at the same time, is there anyway to limit/assign an EA to work on certain account only?
I want to run real time test on several EAs in demo accounts.
The idea is to assign one demo account for each EA and see how they perform after being run for several months.Thanks