Forum

Sharing lines between graphs

Hello, I can't manage to see a HLine drawn on a graph (m1) on other graphs (m5). When I set the properties of the line correctly, it doesn't do anything. The line is only shown on its graph, not on others. What am I doing wrong ? Christian

Newbie : How to remove an old account in the login list

Hello, I have used a lot of demo accounts , and now they are all in the login list. Because they are obsolete, I would like to remove them from the list. How can I do that ? Christian

Putting a line (object) from a graph on another graph

I wrote an EA that I put on a graph (M1). I want it to put a line (object) on another graph (M5) which already exists. Is it possible ? How can I do that ? Christian

Newbie : requesting history

Hi, I would like to read the data which appears in the history : How much have I earned in the current day, information provided in the bottom line , at the right of the history. How can I do that ? Best regards Christian

I do not have the current prices, but the previous tick prices

Hi, I use the OnTick event to manage the position. When I want to have the current Profit requesting the position with PositionGetDouble( POSITION_PROFIT ), I have only the previous tick Profit. How can I have the very current datas using OnTick, or another event... Christian