Hi
can some body help with the following scanner:-
- Latest close is more than 2% up from last day close
- Latest Total traded volume is greater than yesterday volume
- If stock crosses today’s high, buy it with day’s low with trailing as SL.
I intend to use it during first half hour of market open.
Thanks.
Hi @gauravgargi.2k2,
You can use the following condition for 1&2
However, for 3, you need to define a point in time till which the day’s high will be considered. If the currect close is higher than the day’s high then the current price will become the day’s High price.
The same logic for this. You need to define the point of time till which you want to check the day’s Low
Hope this helps.