[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 137

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
Here's an article
https://www.mql5.com/ru/code/9376
but there's something wrong with the website, has anyone come across a similar one?
Could you please tell me if it is possible to change the lot of a pending order via OrderModify ? Something didn't work on Alpa. Thanks in advance, colleagues.
You can not!
Hi all)
Newbie question, there is a price Ask, Bid - to look at ticks, bars Close, etc., but on the currency chart, what price is given, any average? Price on the chart=(Ask+Bid)/2 ?
Hi all)
Newbie question, there is a price Ask, Bid - to look at ticks, bars Close, etc., but on the currency chart, what price is given, any average? Price on the chart=(Ask+Bid)/2 ?
No, just the Bid. And Ask is red at the top.
Here's an article
https://www.mql5.com/ru/code/9376
but there's something wrong with the website, has anyone come across a similar one?
Interesting. It's about the article, and the link is in CodeBase
Interesting. It's about the article, and the link is in CodeBase.
Found an indicator on this link, so I wanted to ask if there are any such indicators, but showing volume.
When closing a position, tell me which is the correct entry to use (below), or does it make no difference:
Hello !
Problem with signal calculation:
if RSI is above overbought level or below oversold level more than N bars, signal = "0", in all other cases signal = "1".
Maybe an error with the cycle - the counter does not work, i.e. signal "0" occurs just after the levels...
I can't get the EA to open 2 buy orders above and below price at once with Pending Orders.
It only opens bystop.
Please give me the correct code to make my EA open 2 pending buy orders simultaneously bypass and bylimit.