Hi!
Is it possible to filter for currency in ProRealCode?
I want to build 1 ProScreener that filters on traded capital, for instance “Today traded capital > EUR 1000.000)”
But multiplying “close x volume” is incorrect as it does not account for currency (GBP*Volume cannot be compared with EUR*Volume for example)
If is not possible, how would you suggest to solve my problem?
Thanks for helping!
CLOSE is always expressed in the currency of the instrument/asset traded, be it GBP, YEN, EUR or else.
Conversions to EUR (or other currencies) cannot be automatically done.
Thank you for your answer.
You say dat automatically it cannot be done, but can it be manually?
Let’s say that in one screener I select the universe of Euronext (EUR) stocks and LSE (GBP) stocks.
How would you calculate the traded capital in EUR for the LSE stocks in this screener?
Again, thanks for helping me out.
Yes, you need to set up a variable with the conversion value, but you cannot do it at every tick, maybe once or twice a day so it will not be 100% accurate.
In your case the problem is that you cannot tell what assets come from one list or the other.
You should run two copies of your screener, one for each currency.