Charting program for V*PMO Indicator

Discussion in 'Technical Analysis' started by richrf, Oct 31, 2007.

  1. richrf

    richrf

    Hi,

    Does anyone know which charting programs support the V*PMO Indicator as described by Colby? Thanks.

    Rich
     
  2. The indicator is easy to code, so it can be added to charting packages with basic scripting. Stratasearch code for 3-day EMA of daily V * PMO follows as an example:

    mov((close-ref(close,-1))*volume,3,exponential).
     
  3. richrf

    richrf

    Thanks much for your response. I haven't chosen a charting package yet. Mostly relying on online charting services such as Stockcharts and Bigcharts. I'll check into Stratasearch and see if it fits my needs. Thanks again for the help.

    Rich