How can I order profit for a single chart

 

Is there a way to get the profit for just one chart? I would like to find the profit so I cn close all orders just on the one chart

Thank You

Kalkaska

 

You mean one Symbol like EURUSD?

 

That would work, what I was thinking is one chart of EURUSD when I have other charts of EURUSD open. I would like to close all orders on just one chart. I can close he orders I just need to know when. Thank You

 
not if you don't use magic numbers when opening the orders..
 
kalkaska:

That would work, what I was thinking is one chart of EURUSD when I have other charts of EURUSD open. I would like to close all orders on just one chart. I can close he orders I just need to know when. Thank You

Orders are not "on charts", they are on currency pairs.


But there are methods to "tag" them so you can make a script that will close everything that has a certain tag on it. Either the order comment that you can enter when opening a trade manually you can assign them names or programmatically you can assign them a number (the magic number). Then you can make a script to close everything with a certain number or everything with a certain comment.

Reason: