- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
----- Original Message ----- From: iansdaddy To: equismetastock@y... Sent: Monday, June 17, 2002 10:30 AM Subject: [EquisMetaStock Group] Acceleration Bands Anybody know the formula in Metastock for Price Headley's Acceleration Bands? Thanks, Kev - In equismetastock@y..., "William Zecha" <wrzecha1@m...> wrote: I have no idea where I got this code. The author got a very close approximation to the Acceleration Bands on the Big Trends website. Hope this helps. William Where is the code? I do not see it in the message. Thanks, Kev Kev, I think this is the code you want: |
|
Acceleration Bands {For upper band} Upperband:=(H*(1+2*((((H-L)/((H+L)/2))*1000)*0.001))); Mov(Upperband, 20, S ); {For lower band} Lowerband:=(L*(1-2*((((H-L)/((H+L)/2))*1000)*0.001))); Mov(Lowerband, 20, S ); |
Source / From: |