Hello All
I am interested to see if the market monitor that is presented on the stockbee website can be reproduced on this platform.
https://stockbee.blogspot.com/2011/08/how-to-use-market-breadth-to-avoid.html
There are several indicators. The first is below with code in tc2000. If anyone can reproduce this I would be very appreciative. Much thanks in advance.
4% plus daily
Number of stocks up 4% for the day on high volume.
(100 * (C – C1) / C1) >= 4 AND V >= 1000 AND V > V1
There is no way to create table like the one you presented. But you could easily make a stock screener from the code you shared. You’ll get a full list of stocks meeting that criteria.
Hi, and thanks for replying. In this instance, it isn’t the individual stocks that are of interest, but to be able to graph the total number as an instrument. Just to be clear, it is not possible to do this in prorealtime? Much thanks.
Tom
By using a stock screener code in the ProScreener module you’ll get a list of all stocks and therefore the total number of stocks that met the coded conditions.
As I stated in my last post, we can’t create the same table as the one you presented.