+1 888 340 6572 GET STARTED

Offset Anything SM

Article/Author: Omega Research Inc., 1997

Download: offset-s.ela

File Includes: SM - Offset Anything SM

Category: ShowMe > Offset Anything SM

Description: This is a ShowMe that plots back X bars. It will allow you to offset the plot back in time.
This is used most commonly to identify the actual swinghigh or low point. Since we do not know we have a swing
until after the fact, this allows us to plot back X number of bars. When using this with the swing functions be sure
the Offset value is eqaul to strength. The 'where' value in the indicator and the showme should also be the value
of the where you want it ploted offset by the strength.
Example: Offset=2 Anything=Swinghigh(1,high,2,20)
Where=High[2]

See also:
Indicator - Offset Anything Ind
PaintBar -
Offset Anything PB

EasyLanguage Code:
INPUT: OFFSET(1), ANYTHING(H<H[1] AND H[2]<H[1]),WHERE(H[1]);



IF ANYTHING THEN
PLOT1[OFFSET](WHERE,"OFFSET");