Market Monitor

Viewing 4 posts - 1 through 4 (of 4 total)
  • #121563

    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
    #121580

    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.

    #121605

    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

    #121651

    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.

Viewing 4 posts - 1 through 4 (of 4 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login