$0.00
In stock
Envelopes is a client side VTL Script formed with two Moving Averages one of which is shifted upward and another one is shifted downward.
(Downloads - 1451)
Envelopes is a client side VTL Script formed with two Moving Averages one of which is shifted upward and another one is shifted downward.
The selection of optimum relative number of band margins shifting is determined with the market volatility: the higher the latter is, the stronger the shift is. Envelopes define the upper and the lower margins of the price range.
Signal to sell appears when the price reaches the upper margin of the band; signal to buy appears when the price reaches the lower margin. The logic behind envelopes is that overzealous buyers and sellers push the price to the extremes (i.e., the upper and lower bands), at which point the prices often stabilize by moving to more realistic levels. This is similar to the interpretation of Bollinger Bands.
Calculation Upper Band = SMA(CLOSE, N)*[1+K/1000] Lower Band = SMA(CLOSE, N)*[1-K/1000] where:
- SMA — Simple Moving Average;
- N — averaging period;
- K/1000 — the value of shifting from the average (measured in basis points)
Usage
- Download the attachment.
- Copy it to your company VertexFX Local VTL Files folder i.e. C:Program FilesCompany Namevtl10Local VTL Scripts
- Restart your Client Terminal or Right Click on “Local VTL Scripts” Tree Node to find the script.
Additional information
Plugin-Type | Client VTL – Custom Indicator |
---|---|
Compatibility |