nikoschopen 2,824 posts msg #41107 - Ignore nikoschopen | 
2/8/2006 10:20:25 PM
  LOL. Good idea, but for now I need to tweak the damn filter so that it spits outs identical looking charts as the prophet.com. It seems that the parameter for the TRIX (set{TRI, indposition(TRIX(3,1),100) * 100}) looks pretty good in comparison, but the MACD is still off. The latest tweak is
 
 set{MAC, indposition(MACD Fast Line(9,3),100) * 100} 
 set{MA7, cma(MAC,3)} 
 MAC crossed above MA7 
 
 The (9,3) parameter looks better than (9,1), but still not identical.
 
 In the meantime, I'll let you decide on the big badass name.
 
 
  |