- Katılım
- 23 Eki 2020
- Mesajlar
- 1,826
The following is Metastock's attempt to program the basic channel enter the following formula "BaseC" into the indicator builder. It needs to have the name of base for your system test to work. |
|
BaseC If(Cum(1)<=31,1,(((Stdev(C,30)-Ref(Stdev(C,30),-1))/Stdev(C,30))+1)*PREV) |
|
The next two formulas should be entered in the Enter Long and Enter Short of a system test. Enter Long Cross(H,Ref(HHV(H,20)+Fml("Base"),-1)) Enter short Cross(Ref(LLV(L,20)-Fml("Base"),-1),L) If you just want to look at the formulas on a chart enter the following into the indicator builder and plot then on top of your chart. |
|
Base Channel {Formula1} Ref(HHV(H,20) + Fml("BaseC"),-1); {Formula2} Ref(LLV(L,20) - Fml("BaseC"),-1) |
Any assistance would be greatly appreciated Walter Lake [6690] | |
| |
Source / From: |