PureBytes Links
Trading Reference Links
|
Hi,
I am doing a derivative of the price to get max and min: a simple
formula is:
f1 := Ref(C,-2)+Ref(C,-1)-Ref(C,2)-Ref(C,1);
minmax := If(Cross(f1,0),1,If(Cross(0,f1),-1,0));
minmax;
The problem is that using a function like that, every indicator that
reference this formula stops 2 days before the last bar. I can see
adding the chart and look minmax; the major problem is that the
Explorer does not work too.
This is not the same in Tradestation or Amibroker. How can I get the
Explorer working till the last day?
Any help woulld be appreciated.
Ciao,
Stefano
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/RvFikB/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|