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

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
find that "stupidity" be merciful, have mercy on a man tortured by Pascal.
When modifying a market position, the price must be set and equal to the opening price of the position: OrderOpenPrise()
Then this function, in your opinion, will not work? I haven't tested it but it seems to me to be a part of a working code (this Ilan was obviously rebuilt from something debugged at best). Or is it still a crummy code?
PS If I were you, I wouldn't look for "efficient algorithms" in that code - it looks like the guy wrote the code without really knowing what he's doing there...
In the right place - which place is that?
For example an order is in the 1200 point position already... and the price e.g. went down and the stars aligned so that in this place an order must be placed... and the order is already there and not to lower the balance below the required one not to place 2 orders each, for example
Then do you think this function won't work? I haven't tested it, but it seems to me to be part of working code (this Ilan was obviously rebuilt from something debugged at best). Or is it still a crummy code?
Well... the code is not for real. At the very least.
Lommultiplicator = The ratio of the lot size of the next order in the grid.
Magic= magic number
We exit the trade as in the initial code, i.e. all orders in the grid will be closed when the 1st order is closed.
there is for example an order at 1200 points already... and the price went down, for example, and the stars are lined up so that in this place the order must be placed... and the order is already there and not to lower the balance below the required one so as not to place 2 orders by one, let's say
It goes something like this:
To check if there is a BuyStop order on the current symbol at the price of 1.35000 with Magic, we call the function:
If you are talking about documentation, highlight the word in the MetEditor and press F1. Or go online, for example:
https://docs.mql4.com/ru/customind/SetLevelStyle
Of course thank you, but if you're too lazy to read the question, then what's the point of answering? I can change the value, thickness, colour and style of the levels in the indicator in the two functions I have. I don't have access to the description. I'm asking again, does anybody know the answer? I don't know if I've seen it before.
I attached a picture to show what I need.
Of course thank you, but if you're too lazy to read the question, then what's the point of answering? I can change the value, thickness, colour and style of the levels in the indicator in the two functions I have. I don't have access to the description. I'm asking again, does anybody know the answer? I don't know if I've seen it before.
I attached a picture to show what I need.
It wasn't and probably never will be in this form.