- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
These are dynamic moving vertical lines. Each new bar causes the line to move forward one bar. How to Create a Vertical Line in MetaStock Dynamic Moving Vertical Lines {Plot in Stoch window} {...you can change the 100 and 0 to 80/20 or ?} n:=Input("Bars Before LastLoadedBar", 0,1000,89); LastLoadedBarNum:=LastValue(Cum(1)); If(Cum(1)=(LastLoadedBarNum-n)+1,100,0) ....or Create a new Expert. |
|
Dynamic Moving Vertical Lines Expert {Place the following in "Trends"/"Bullish"} n:=89; LastLoadedBarNum:=LastValue(Cum(1)); Cum(1)=(LastLoadedBarNum-n)+1 |
In "Corner", UNcheck "Display symbol in Expert corner". In "Ribbon", check Display Ribbon, Display Vertical Line, and "Ribbon's inner window". Delete or rename the "Neutral" label. Choose Bullish color. Plot Stochastic on chart, attach Expert, then drag Expert to Stochastic inner window. from Ken | |
| |
Source / From: |