[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 355

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
Please enlighten me:
If in the course of a series made by Dynamic, for example, I wanted to increase the base Pipstep overnight (or change the LE, or TP), how much will this break the EA's logic?
Thank you!
You have to loop it.
What function gets the spread on the current pair?
1 Ask-Bid
2 MarketInfo
Which function gets the spread on the current pair?
https://docs.mql4.com/ru/common/MarketInfo
int spread=MarketInfo("EURUSD",MODE_SPREAD);
Hello all. I came across an interesting point while trading.
I have a trading account monitoring function in some brokerage company (X). I try to use it but sometimes I´ve got strange strange moments (see image below).
At the gap does not look like because gepa notбыл, and left somewhere and then return back, as if the withdrawal and deposit. Who has been dealing with this?
I did not ask DC because I do not want to draw attention to myself unnecessarily
I can't see it.
Here's a piece of code.
paste the code correctly
OrderModify error 1
At the same time, according to the log, the order is modified correctly but the stop does not trigger when the price reaches it.
By the way, how do I paste the code correctly here on the forum?
I can't see it.
Here is a piece of code.
there is simply no need to modify the order - all parameters of the existing order coincide with the new ones
ignore it - look at the error description - error #1 - "no error"
https://docs.mql4.com/ru/constants/errors
By the way, how to properly highlight code here in the forum?
SRC button