Forum

Can you have multiple EA's in the same program?

I have a program that contains 3 EA's, is it possible that P 1 has three trades, P 2 has five trades and finally P 3 has ten trades all in all 18 Trades

Can someone explain to me, how to get all trades to close at the same place.

Can someone explain to me, how to get all trades to close at the same place, this is EA we are talking about? You have one that sells at 1.30000, but the market has not thought so, you add a trade at 1.30090, but the market has not thought so either so you add a trade when the market turns at

Can you run tests where you can make changes while running?

Can you run tests where you can make changes while running, because you know that making an EA without touching the settings while running is difficult, you could say impossible

Control the EA

Hi, can you control your EA so that when it's an uptrend he can only buy and downtrend he can only sell, is there anyone who can do it

Back testing

How do I read a back test on my program, I know it's profitable but I don't know how profitable, there are small squares on the graph, how do I proceed

Hi, I have a dilemma

Hi, I have a dilemma, how do I write the code so that the first thread goes in first, and the second one goes in after the first so he can take the crumbs after the first thread, I know I need an if statement, but how do I do it so that it will be good, and when he has finished trading the first

Can you have different platforms?

Can you have different platforms with a Broker, so that you can have both terminals with, in my case, mt5 with the same Broker, I want my trading platform not to stumble when I develop EAs for my trading, I have been out because it took a program that I developed, and that he had traded away all the

else and else if?

When should you have else and else if, is there a rule to follow, I've seen both in code? And I can't get a clear answer from the documentation

Is there some traders and developers from Sweden how is speaking Swedish?

Hello! If there is anyone from Sweden who is doing Trading and trying to write programs , please contact me so that we can develop together

Explain that to me?

Hi all Trades, I have a stupid question for you, if there are any stupid questions. Why can't you use in the code, for example, StopLoss, TakeProfit, BreakEven, TrailingStop, Ask, Bid and a lot of others throughout the code, without using a lot of abbreviations if you don't need to. Can someone out