Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 1146
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
Forgot, thank you for your attention.
A new trick for me. Here's the result.
The indicator still changes the colouring of the chart. If you restore the standard one and tap through iCustom it re-colours the chart in its own way again.It means we have values in the buffers, it's already good. Then try to find the value not on the 1st bar but slightly farther, on 2-3 bars, or vice versa, on 0. You cannot say anything without having seen the code.
Gentlemen, Greetings!
I have been struggling with webrequest (get) for a long time, first using mql4 and now using mql5.
The solution is as follows: I need an onTick to copy from the site the prices of some exotic crosses. My broker, unfortunately, does not have them. The example of the cross is on the site below:
Please help. I'm almost ready to pay for the solution of this problem: Can you imagine how far it goes?))
Good luck to all ! BugRiver
How to get a variable of string type in EA, if dll function call returns only pointer to string
Link to documentation
Gentlemen, Greetings!
I have been struggling with webrequest (get) for a long time, first using mql4 and now using mql5.
The solution is as follows: I need an onTick to copy from the site the prices of some exotic crosses. My broker, unfortunately, does not have them. The example of the cross is on the site below:
Please help. I'm almost ready to pay for the solution of this problem: Can you imagine how far it goes?))
Good luck to all ! BugRiver
I have not worked with Investing in this way and I think this will be problematic. They made their site especially slow for those who do not have a subscription. Therefore it is better to find another source of quotes for automatic reading from program code.
PS> You can't call WebRequest in the indicator. So you will have to arrange the connection between the indy and the EA or the indy and the looped script, to deliver the data to the indy.
I made the code, or rather a parody of it, during half a day of studying and studying, it generates error "return value of 'OrderSend' should be checked".
Can someone help me figure this out?
I made the code, or rather a parody of it, during half a day of studying and studying, it generates error "return value of 'OrderSend' should be checked".
Can someone help me figure it out and tell me how to create an EA?
I am fine. Still need to read about the error handling function and add to the code.
https://www.mql5.com/ru/forum/64058
It's OK. All that's left is to read up on the error handling function and add it to the code.
He won't find the error, you tell him right away:
Yes, he will not find an error, you immediately tell me:
OK.
after each command to open / close any order, add this line:
and place the called function after the EA code:
I am writing an EA using the Ma_C indicator.
PLEASE tell me how to write buy/sell conditions, if I need to take data from indicator buffer 1 and 2 empty - to buy, not empty buffer 1 and 2 - to sell.
I would be very grateful for any help.