- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
August 2000 TASC Traders' Tip - The MetaStock code for the Breakout Range2, by Mark Vakkur, M.D The MetaStock code for the Breakout_Range2, by Mark Vakkur, M.D. is as follows.: To create the custom indicator select Indicator Builder from the Tools menu, click New and enter the following code: |
|
Breakout Range2 lb:=4; { number of periods in look back } event:=H > HHV(Ref(H,-1),lb); If(event AND (Ref(BarsSince(event),-1)>=lb), Ref(BarsSince(event),-1), 0 ) |
Cheryl C. Abram, Equis International, Inc.
Source / From:
http://www.equis.com