Hello,
In order to optimize one of my stock screeners, I’m looking for a possibility to select stocks within the price range of 10 to 25 (€ or $) and integrate this into my screener.
Does anyone know if this is possible and which coding rule I can use?
You can add this condition PriceCond to your conditions to select items:
PriceCond = 0
IF close >= 10 AND close <= 25 THEN
PriceCond = 1
ENDIF
Thank you robertogozzi,
Again your reply was faster then Vonasi 🙂
This wil help me a lot and save me a lot of time.
Again your reply was faster then Vonasi 🙂
Screeners are not really my thing so I tend to wait 30 seconds and then Roberto has usually answered by then!