Assuming I’ve an indicator/script which when runs on a list of stocks/indices/fx returns e.g. buy-level, sell-level.. This is fine as can be done using a PRT Scanner.
Now I want to know when price touches that dynamic buy-level, sell-level. You would say put an alert. Putting an alert on each stock/index is tedious process.
But is there a way like scanner that I pass the list of stocks and an indicator, it then prompts/alerts/shows on screen (like proscanner) that price has approached that level.
Criteria=BuySellDistance// You determine what this is and why. Say the higher the number, the better the chance.
SCREENER(Criteriaas"Sort")// Highest = Best on top, or whatever you want.
But is there a way like scanner that I pass the list of stocks and an indicator
Both I did not incorporate because
a. The list of stocks is just something you can select (see attachment – find under the wrench in the title bar of the Proscreener result) – Is that what you mean ?
b. No idea what you’d mean by an Indicator.
Ad b.: We would like to pass a variable as how it can be done with an Indicator but this is not possible. Thus use some changeable variables in the Screener Code itself.
Now the question : do you understand what I mean with my idea above ? (I tried to be brief)
To help us continually offer you the best experience on ProRealCode, we use cookies. By clicking on "Continue" you are agreeing to our use of them. You can also check our "privacy policy" page for more information.Continue