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

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
Dear Professionals and knowledgeable!
I'm at a loss - the BB indicator is giving me incomprehensible signals (not "Red-Green-Red"!). To be more precise, I'm giving the following call:
bolup = iBands(Symbol(), 0, 24, 0, 2, 0, 1, 1);
boldn = iBands(Symbol(), 0, 24, 0, 2, 0, 2, 1);
bolmd = (bolup + boldn) / 2;
Print("Bands upper = ", bolup);
Print("Bands lower = ", boldn);
Print("Bands media = ", bolmd);
As a result, all 3 variables give the same value. >8-O
It is EUR, H1. Any ideas?
Thanks in advance...
Good evening. I have tried to show it in the picture for clarity. Suppose, there is a Dodge, when the price of the NEXT bar higher than the maximum "Dodge" - I buy, T / P suppose the 15 points I have taken, and the price on the same bar and still goes up and order (Buy_2) with T / P 15 points opens again, and I have this 2 nd opening (Buy_2) on the 1 st bar after the "Dodge" is not necessary. How to remove this misunderstanding?
Dear Professionals and knowledgeable!
I'm at a loss - the BB indicator is giving signals I don't understand (not "Red-Green-Red"!). To be more precise, I set such a call:
bolup = iBands(Symbol(), 0, 24, 0, 2, 0, 1, 1);
boln = iBands(Symbol(), 0, 24, 0, 2, 0, 2, 1);
bolmd = (bolup + boldn) / 2;
Print("Bands upper = ", bolup;)
Print("Bands lower = ", boldn);
Print("Bands media = ", bolmd);
The result is that all 3 variables give the same value. >8-O
Pair EUR, TF - H1. Any ideas???
Thanks in advance...
for clarity, I have tried to draw a picture of it at
Dear Professionals and knowledgeable!
I'm at a loss - the BB indicator is giving me incomprehensible signals (not "Red-Green-Red"!). To be more precise, I'm giving the following call:
bolup = iBands(Symbol(), 0, 24, 0, 2, 0, 1, 1);
boldn = iBands(Symbol(), 0, 24, 0, 2, 0, 2, 1);
bolmd = (bolup + boldn) / 2;
Print("Bands upper = ", bolup);
Print("Bands lower = ", boldn);
Print("Bands media = ", bolmd);
As a result, all 3 variables give the same value. >8-O
It is EUR, H1. Any ideas?
Thanks in advance...
I have a problem and I have no idea how it can be solved, I will try to explain.
So, in the code I posted, there are 2 functions
In void PrepareTicketsToClose(int signal, bool Revers, int & ticketsClose[][2], double & lots[],double arrayTickets[][9]) we have to put a condition that will decide if we should leave or close the order...
I tried to put conditions but nothing works....
Can someone look and show if there is an error in these functions or i messed up....
In the tester no need, but on the demo or real account you will get a message about a busy trade thread.
Good afternoon. The system provides three entry points for BUY and SELL. But when a signal comes in, positions are opened on every tick as long as the signal exists. There is an error somewhere with flags. Please help me to understand it.