المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مؤشرtrend trigger factor


epswork
09-05-2005, 11:41 AM
trend trigger factor TTF

المؤشر لا يعطي اشارة واضحة خلال التداول اي في فترة اقل من يومي
يفضل اختيار فترة يومي او اسبوع

يعطي الؤشر اشارة لمسار السهم

above +100 uptrend buy
below -100 downtrend sell
between -100 and +100 hold

to use this indicator with metastock

please inter

in the tolls menu, select indicator builder

click new to open the indicator editor for new indicator

type the name of formula

click in the larger window and type in the following

name: trend trigger factor

formula

x:=input("number of periods",2,100,15);k
bp:=hhv(h,x)-ref(llv(l,x),-x);k
sp:=ref(hhv(h,x),-x)-llv(l,x);k
((bp-sp)/(0.5*(bp+sp)))*100

epswork
09-05-2005, 11:57 AM
sorry, please ignore k in the formula
اعتبر k غير موجودة
k is a typo error
and the last formulait is ((bp-sp))/(0.5*(bp+sp)))*100

epswork
09-05-2005, 04:47 PM
sorry, other typo errors

tolls=tools