[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 239

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
You need the full code of the indicator.
Above post corrected under. No (empty) criteria for passing one MA through another and vice versa.
The very fact that if one buffer - no questions, but the same through the 2nd, 3rd or 4th, it does not work.
Thanks. I've seen that. But there -
I do not need it near the market but near a specific price.
Example: The market is at 1.3262 and I need to know within 5 pips of 1.1111
What prevents you from changing MODE_ASK here to 1.1111 for a buy order, say? The function is ready - edit it.
What prevents you from changing MODE_ASK here to 1.1111 for a buy order, say? The function is ready - edit it.
Above a post under corrected. Nothing there (empty) criteria for passing one MA through another and vice versa.
The very fact that if one buffer - no questions, but the same through the 2nd, 3rd or 4th, it is not transmitted, or rather does not work.
If there is one buffer in the indicator, you should do it accordingly
the indicators do not work with a slip, so as not to stop the trade flow!
That's the thing, the indicator only works with the slip and the "empty counter", it doesn't draw anything without them!!!!! It's amazing, amazing, incomprehensible, in the end it's just not normal, but I had to write the code!
And the timeframe cannot be changed, everything disappears forever.
I had to add a line for (i=0;i<300;i++){ Alert ( Bottom lineBuffer2[i]); }, it doesn't draw without it!
And it really draws every once in a while! So I set the line thickness to 4, compiled it, and no!!!
I just put the indicator on the chart, it's not there. I wait two minutes, it's gone. Without removing it from the chart, I compile the same code again in the Metatrader editor.
That's the thing, the indicator only works with slip and "empty counter", it doesn't draw anything without them!!!!! It's amazing, amazing, incomprehensible, in the end it's just not normal, but I had to write the code!
Start with this one.
Thanks!!!!!!
Great!!!
Thank you!!!!!!
Slightly corrected the previous post