Price to Clipboard EA?

 
I'm looking for a fast way to obtain price in text, is there an EA that allows me to copy price to my clipboard using crosshair to point to the price I seek? Tradingview, you can copy price, possible to do this on mt5?
 
stealthbo:
I'm looking for a fast way to obtain price in text, is there an EA that allows me to copy price to my clipboard using crosshair to point to the price I seek? Tradingview, you can copy price, possible to do this on mt5?

I am not aware of such any ea or script with such specific feature, but i suggest that you search codebase, marketplace, and the articles.

But just be aware that it is against the rules on the forum to mention or discuss products from the marketplace.

You can also create a job on freelance to get a job done for a price.

And if you do find a solution, then please report your findings so that the next user with such a request can find it more easily.

 
Hi,

I am also not aware of any scripts, EA or indicator currently on the market that would let you do so.

In all fairness, I don't even think that such a code could be uploaded to the market, as it would require using DLLs. 

Feel free to create a job post on the Freelance tab, as this is definitely possible. 
 

Here's a utility coded by Stanislav Korotky that should get you most of the way there, if not all of the way:

Code Base

ChartObjectsCopyPaste

Stanislav Korotky, 2024.09.20 17:59

Copy and paste selected graphical objects between charts via Windows clipboard as text. Use Ctrl+Q on a source chart, then Ctrl+J on a target chart.