daytraders after market lounge 9th may 2012, page-8

  1. 14,780 Posts.
    lightbulb Created with Sketch. 35
    Hi ewob.

    I dont have Metastock Software and,
    haven't used Metastock Formula before, so wrote
    a Scan in my own Formula laungage to suit my software.
    I normally use "MA of Volume" & "MA of Trades" to check
    a stocks relative performance.
    Dont know if you can use any of this.

    Script for "Market Cap" scan.

    {Variables}
    _var1 := formula("Volume", 1);
    _var2 := ma(Volume,14,Simple);

    {Condition}
    filter := (Security.MarketCap > 0)
    and (_var1 > 0)
    and (_var2 > 0);


    It equates to this criteria.

    Market Cap greater than 0
    Volume greater than 0
    14 day simple moving average of Volume is defined

    Or... in other words.

    Market Cap is defined/True
    Volume is defined/True
    14 day SMA / volume is defined/True

    (change SMA period to whatever suits,
    ie: 100 day/200 day)

    Here is A sample scan. ASX200 (10 out of 200).

    SymbolNameMarket CapVolume14 SMA Volume
    BHPBHP Billiton Limited110,257,355,63512,649,913.0011,080,728.57
    CBACommonwealth Bank Of Australia.82,250,715,9354,557,853.004,291,520.71
    WBCWestpac Banking Corporation69,757,428,14710,166,509.008,910,872.71
    ANZANZ Banking Grp Ltd61,950,491,23312,263,040.008,540,247.43
    NABNational Australia Bank Limited55,106,757,3076,400,727.006,560,668.29
    TLSTelstra Corporation Limited.45,417,221,40370,326,172.0058,865,309.93
    WOWWoolworths Limited32,500,443,5173,069,615.002,834,581.36
    WESWesfarmers Limited30,345,616,6673,023,462.002,569,818.00
    WPLWoodside Petroleum Limited27,230,247,2146,240,794.002,656,637.64
    RIORIO Tinto Limited26,681,506,4264,109,219.003,012,673.43




    So... In Metastock, ??????.

    (1) If you can select which securities to scan,
    for example: ALL securities, ALL ords, ASX 200, etc.

    (2) Market Cap = True

    (3) Volume = True

    (4) Mov(V,14,S)


    Links for ASX200 info.

    www.tradingroom.com.au/apps/mkt/indexDetails.ac?idx=XJO

    www.asx200.com/

    www.asx.com.au/products/sp-asx200-vix-index.htm

    Link for Metastock Formula.

    www.equis.com/customer/resources/formulas/MetaStockFormulaPrimer.pdf


    ewob,
    Best I can do at the moment mate.

    Cheers Ravgnome.
 
arrow-down-2 Created with Sketch. arrow-down-2 Created with Sketch.