Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 6. - page 99
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
According to your code, the line will be deleted after the first tick, i.e. there is no price tracking function and it works like a script - you draw a horizontal line manually, an order opens or not, but the line is immediately deleted. Sellstop orders by this code will never open.
Roger, I can't understand it!
Threw a horizontal line on the chart, fix its price, delete the line - it is no longer needed. Immediately we set an order at that price.
What is the mistake? And why a Sell Stop will not open?
Why keep following the price if I only need the price value of the horizontal line?
Explain!!! Help! Please elaborate!
Roger, I can't understand it!
Threw a horizontal line on the chart, fix its price, delete the line - it is no longer needed. Immediately we set an order at that price.
What is the mistake? And why a Sell Stop will not open?
Why keep following the price if I only need the price value of the horizontal line?
Explain!!! Help! More details please!
When I make the slightest change to the Expert Advisor code, the terminal does not see it and sends it to some kind of "codobase", this has never happened before, what could be the problem?
Robot uprising... :)
Hello, could you tell me how to determine the opening and closing price of a particular bar?
Close only returns the closing price, right?
Close[1]
Hello, could you tell me how to determine the opening and closing price of a particular bar?
Close only returns the closing price, right?
Right.
But there is Open[], with the open price.
Guys, help with the script.
My conditions are as follows
To open two opposite pending orders at the same time, if one of them closes with profit, the second should be deleted automatically...
I just do without any extra functions, two consecutive orders send, with their own conditions, and in the tester, it opens me or one order in one direction, and the second ignores, or just in the same direction opens 4 orders at once...what is it please advise!
Guys, help with the script
The conditions are as follows
I want to open two opposite pending orders at once, if one of them closes with profit, the second one should be deleted automatically...
I just do without any extra functions, two orders in a row send, with its own conditions, and in the tester, it opens me or one order in one direction, and the second ignores, or just in the same direction opens at once for 4 orders...what is it please advise!