StockFetcher Forums · General Discussion · PAIN.....<< >>Post Follow-up
chetron
2,817 posts
msg #66798
Ignore chetron
modified
8/29/2008 12:25:37 PM


http://www.forexrealm.com/technical-analysis/technical-indicators/price-action-indicator.html

The Price Action Indicator (PAIN) provides a lot of helpful information using only today's open, high, low and close. This pays a single value that is rather efficient, building ideal limit-up and limit-down scenarios in bond futures. The output has also demonstrated to be firm with the interpretation of "Japanese candlestick pattern". Using the formula:

[(C-O)+(C-H)+(C-L)] / 2

where:

(C-O) defines Intra-Day Momentum,

(C-L) defines Late Selling Pressure (LSP) and

(C-H) defines Late Buying Pressure (LBP)

This yields a single value that has proven itself by constructing ideal limit-up and limit-down scenarios in bond futures. The output has also shown to be consistent with the interpretation of Japanese candlestick patterns.



Fetcher[

/* TACHIKAWA */

SET{INTRADAY_MOMENTUM,CLOSE - OPEN}
SET{LATE_SELLING_PRESSURE,CLOSE - LOW}
SET{LATE_BUYING_PRESSURE,CLOSE - HIGH}

SET{VAR1,INTRADAY_MOMENTUM * LATE_SELLING_PRESSURE}
SET{VAR2,VAR1 + LATE_BUYING_PRESSURE}
SET{VPAIN,VAR2 / 2}
SET{THE_PAIN,INDPOSITION(VPAIN,60) * 100}

DRAW THE_PAIN
DRAW VPAIN

ADD COLUMN INTRADAY_MOMENTUM
ADD COLUMN LATE_SELLING_PRESSURE {LSP}
ADD COLUMN LATE_BUYING_PRESSURE {LBP}
ADD COLUMN VPAIN

CLOSE ABOVE 1
VOLUME ABOVE 1000
]




StockFetcher Forums · General Discussion · PAIN.....<< >>Post Follow-up

*** Disclaimer *** StockFetcher.com does not endorse or suggest any of the securities which are returned in any of the searches or filters. They are provided purely for informational and research purposes. StockFetcher.com does not recommend particular securities. StockFetcher.com, Vestyl Software, L.L.C. and involved content providers shall not be liable for any errors or delays in the content, or for any actions taken based on the content.


Copyright 2022 - Vestyl Software L.L.C.Terms of Service | License | Questions or comments? Contact Us
EOD Data sources: DDFPlus & CSI Data Quotes delayed during active market hours. Delay times are at least 15 mins for NASDAQ, 20 mins for NYSE and Amex. Delayed intraday data provided by DDFPlus


This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.