[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 927
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
That should help.
Tried editing the post, it writes too much text and won't paste with changes.
Is this an edited part of the code or an extra portion?
Hi guys, could you please advise: slippage - The value of the maximum slippage in pips. What is it and what is it for? I always set it to zero. Maybe it makes sense to change it. Can it be changed by my brokerage company? Thank you in advance!
Slippage is the maximum slippage value when your broker opens a trade (i.e. you still want to make a trade at a price that is even worse for you), you should set it to 2 or 3 or 5. "0" is too small a tolerance that you define for the broker in real market conditions.
Tried editing the post, it writes too much text and won't paste with changes.
Is this an edited part of the code or an extra portion?
It's only the init() function that needs to be fixed
And the SRC button is used to paste the code
It's only init() function, which needs to be fixed
And the SRC button is used to insert code
Thanks Victor, I'll study myself at the weekend, it's a funny thing, coding.
I will report to you with results!
Man, I understand that you're angry when you ask the same questions in this thread a hundred times,
As a beginner, I would certainly understand it myself, because it is interesting to do everything myself
I may be a beginner, but I'm still puzzled by the fact that the EA is being tested, but i don't want it to work on demo and real account.
I have always been interested in this, but I am still stuck when I look at the EA.
May be the problem is not in the EA but in the DC?
Help?
Look for the order in the history, and if you find it, compare its closing price OrderClosePrice() with its StopLoss OrderStopLoss() level
If they are equal, it means that position was closed at Stop Loss.
I understand that you guys are pissed off when the same questions are asked a hundred times in this thread,
What kind of errors do you get when you don't open a position? You could try this
Man, I understand that you're angry when you ask the same questions in this thread a hundred times,
As a beginner, I would certainly understand it myself, because it is interesting to do everything myself
I may be a beginner, I would figure it out myself, it's interesting to do everything myself.
I have always been interested in this, but I am still stuck when I look at the EA.
May be the problem is not in the EA but in the DC?
Help?
Maybe your brokerage company does not allow explicit specifying of take and stop positions, check it - put zeros in the opening order function in their places.
Man, I understand that you're angry when you ask the same questions in this thread a hundred times,
As a beginner, I would certainly understand it myself, because it is interesting to do everything myself
I may be a beginner, I would figure it out myself, it's interesting to do everything myself.
I have always been interested in this, but I am still stuck when I look at the EA.
May be the problem is not in the EA but in the DC?
Help?
If at least one position is open (any - by hand, by another EA) this EA will not work