Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1349
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
Can you post the code to open a trade, I'll see why it doesn't work
no
parameter 0 indicates belonging to this graph
Sorry, confused with the function
StringFind
Can you post the code to open a trade, I'll see why it doesn't work
Here's pasting your functions
Here's pasting your features
First
OrderOfSymbol=CounterOrderTradeType(-1);
should be put here.
I'll fix the rest.Here's pasting your functions
Try
I've tweaked it a bit more and updated it
I'm out of the house, I'll test it tomorrow. Thank you.
I'm out of the house, I'll test it tomorrow. Thank you.
Good day to all. I have an EA which signals when the trend line andhorizontal line cross a certain colour. I decided to re-do it so it signals when the trend line and horizontal line cross a certain style. It worked. But I need it to signal when a trend line crosses only the beam to the right. I understand that I have to add
OBJPROP_RAY_RIGHT
Good afternoon.
The Expert Advisor is supposed to check the conditions and open orders when a new bar appears.
I got the error"function declarations are allowed on global, namespace or class scope only". Translated it into "function declarations allowed on global, namespace or class scope only".
I still don't understand it, I am too dumb. Please tell me or tell me where to read it. Thanks in advance)
***