Questions from Beginners MQL5 MT5 MetaTrader 5 - page 801

 
Alexey Viktorov:


or uncheck the "graph from above" box in the graph properties.
Eh... You are a good man.
Only in this case, we are not talking about a chart (candlesticks) and indicator lines, but about graphic objects and a grid.

I take a square with my mouse and place it in a chart. The square is in the cell (grid). How to make it to be on top of the grid?
 
User_mt5:
Here, I take a square with my mouse, set it on a chart. The square is squared (grid). How do I get it to be on top of the grid?

Here's the answer.

прямоугольник, треугольник, эллипс. заливка цветом при наложении объектов друг на друга.
прямоугольник, треугольник, эллипс. заливка цветом при наложении объектов друг на друга.
  • 2017.11.11
  • www.mql5.com
прочему при наложении объектов друг на друга залитых одним цветом образуются дыры через которые виден цвет фона графика...
 
User_mt5:
Eh... You're a good man.
Only in this case we are not talking about a chart (candlesticks) and indicator lines but about graphical objects and a grid.

I take a square with my mouse and place it in a chart. The square is in the cell (grid). How to make it to be on top of the grid?

Didn't your mother say you could check?


 
Alexey Viktorov:

Didn't your mum say you could check?

Thanks, I didn't see it that way. Probably because he's "a little burdened" anyway :)
Thanks.

 
Interestingly, for squares it works the same for window and sub-window.
But it works differently for horizontal lines. In the chart, the line "opens" - it comes out from under the grid to the outside, but not in the sub-window.
It's not a question, I'm just saying.
 

Hi all, I have a strange thing happening : when trading manually in the window you only see a window with numbers and no tick chart to the left .

.... Very inconvenient for TakeProfit and StopLoss.

I don't know if it's a tweak or what. By the way it is only on one computer, the other one is fine.

Both computers are running Windows7 and Terminal5 build 1643


 
Ivan Ivanov:

Hi all, I've got a strange thing going on: when trading manually I only see a window with numbers and no tick chart to the left.

.... It is very inconvenient for TakeProfit and StopLoss.

I don't know if it's a tweak or what. By the way it is only on one computer, all is normal on the other one.

Both computers are running Windows7 , and Terminal5 build 1643



Double click on the left side of the window and the tick chart appears.

The tick chart appears!

 

Help me know if a position has been closed. Please, there is a BUY position, I want an alert when the position is closed.

 
lil_lil:

Help me know if a position has been closed. Please, there is a BUY position, I want an alert when the position is closed.

Read OnTradeTransaction() and OnTrade() first.

 
Artyom Trishkin:

At first, read about OnTradeTransaction() and OnTrade()


It is unclear how to find out the last position closing time to compare it with the current time

Reason: