if close[1]-open[1]>=0 then
pivot75=0.75*(high[1]-low[1])+open*
//*nota personale: un’ottima variante in questo caso è la posto di open utilizzare typicalprice[2]. Non 1 ma 2
pivot25=0.25*(high[1]-low[1])+open*
pivot33=0.33*(high[1]-low[1])+open*
pivot50=0.50*(high[1]-low[1])+open*
pivot66=0.66*(high[1]-low[1])+open*
else
pivot75=0.75*(-high[1]+low[1])+open*
pivot25=0.25*(-high[1]+low[1])+open*
pivot33=0.33*(-high[1]+low[1])+open*
pivot50=0.50*(-high[1]+low[1])+open*
pivot66=0.66*(-high[1]+low[1])+open*
endif
return pivot75 as "piv75", pivot25 as "piv25", pivot33 as "piv33", pivot50 as "piv50", pivot66 as "piv66"
****
ok ricerca 1 day
funziona molto bene intraday, meno utile multiday :(
come al solito
per reference Stocks & Commodities, Luglio 2010Any source
No comments:
Post a Comment