[ARCHIVE] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Nowhere without you - 3. - page 238
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
Good evening ! Could you please tell me where the error is... ? I am creating a graphical text object :
The object is drawn. Then I create another object:
By the time they should be drawn, these two objects coincide. And I want to draw them one below the other, which I do by spreading them over different horizons . But in the end the second object is drawn at the level of the first, and the first object disappears. And I get error 4200 that the object already exists. But I've spread them out on different levels. Is there something wrong...?
Good evening ! Could you please tell me where the error is... ? I am creating a graphical text object :
The object is drawn. Then I create another object:
By the time they should be drawn, these two objects coincide. And I want to draw them one below the other, which I do by spreading them over different horizons . But in the end the second object is drawn at the level of the first, and the first object disappears. And I get error 4200 that the object already exists. But I've spread them out on different levels. Is there something wrong...?
Objects are not identified by price, colour, type, etc., but by name. In your case, you assign the name to the time. If the time is the same, then the object names ("candlestick_number" and "undo_down") will naturally be the same. This will result in an error 4200.
Thanks Max ! Put the name at the price level and it all worked out )
Dangerous!!! Because the price level can repeat itself and you'll run into the same rake...
I assign time to one object's name and price to another object's name. Time is never the same as price.
Got it... For two sites, it's more or less acceptable! :)) But I would never do that! ;D
this is how the orders are opened:
I want to make the script calculate a lossless script like this:
if
if
if
how to insert this code to determine the line without loss in the EA:
made it like this and it worked, just like I wanted it to)
1, Window with ticks. Is there any way to set it to fill to full depth?
2, Is there any way to disconnect the terminal from the server without closing it? (Switching to a non-existent account does not work).