Good evening everyone
I want to help me and make to me a stock scanner
The equation to be converted into a scanner
(
LAST –
(
INFLOWVALUE / INFLOWVOLUME
)
)
/
(
INFLOWVALUE / INFLOWVOLUME
)
* 100
NOTE : LAST mean close
INFLOWVALUE : The value of the incoming cash (daily)
INFLOWVOLUME : Income cash as volume (daily)
The equation gives a result equal to a number
I want the scanner to sort the stock from top to bottom based on the result of the equation
The highest number is above and the lowest is below
In other words To clarify , the stock that result of the equation is greater will be appear at the top of the scanner
With the addition of the condition that the daily trading volume is greater than 1000000 for example
Note: Is it possible for the result of the equation to be appearing in a separate column in the platform , or does the platform not support adding columns like this request?
Thank you and happy weekend.