Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 902

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
It does! But why doesn't it work in this combination?
Although in the picture below it all fits together.
It does! But why doesn't it work in a combination like this?
Although in the picture below it all fits
Nothing there converges. It often happens that the price is higher than MA on the previous tick, and the price is already lower than MA on this tick, but the exact equality does not happen, or it happens so seldom that nobody has ever seen it. Especially, it cannot be seen on tester ticks. It cannot be seen on the chart. And to subtract a whole unit from the double price and then compare it with МА, as"PC--> MA" - it won't suit at all, such a comparison will never obtain the truth.
Good day to you all. A word of advice...
I am writing an indicator. I need a separate indicator in the upper window - fresh data (tick values) to be drawn on the right - like the price - with a green arrow.
I edit indicator from tutorial - my fresh data (new tick values) are drawn on the left - red arrow...
Help me change their drawing. To be on the right, like the price and as on the top indicator in a separate window of the terminal. Thank you.
Hi all!
Question:
ticket = OrderSend(blah, blah, blah, ......................)
After reviewing the tutorial, documentation, articles, and forum I've seen thatticket variable- some put it inside the OnTick() function
- Others put it outside (making it external).i.e. in front of (making it external, they did a stat)
- some simply declare it ( int ticket; )
- others assign it to 0 (which is the same as a simple declaration)
- others assign -1
If this is significant (except in individual cases), could it lead to errors, if so how is it correct ? ? ?
Thank you !
Nothing there fits. It often happens that on the previous tick the price is above the MA, and on this tick the price is already below the MA, but the exact equality does not happen, or it happens so seldom that nobody has ever seen it. Especially, it cannot be seen on tester ticks. It cannot be seen on the chart. And to subtract a whole unit from the price and then compare it with MA, as"PC-- > MA" - it does not work at all, such a comparison will never return the truth.
Hi, I'm new here. Can someone please tell me or give me a link where you can learn how to use the full functionality of mt4
I got it, thanks! Can you tell me something for the future: for example, if I have a line (may it be a muving), how can I write, that when the Ask price reaches this line, a buy order will be opened? ))