PureBytes Links
Trading Reference Links
|
Hi<SPAN
> <?xml:namespace prefix = o ns =
"urn:schemas-microsoft-com:office:office" />
1)Is it
possible instead of two comp tickers to have just one with volume and closeor
open ?
I have this
questions because at this moment I am full of <SPAN lang=EN-US
>"_composite"
ticker <SPAN
lang=EN-US
><SPAN
>J<SPAN
lang=EN-US >
2) if we
make an activeX Dll can we call it
from AAnalysis so we be faster for
scaning?
<SPAN lang=EN-US
>
******My
test is no good as Dimitris <SPAN lang=EN-US
><SPAN
> <SPAN lang=EN-US
>******
<SPAN lang=EN-US
>s1=RSI(14);
<SPAN lang=EN-US
>os=s1<=30;
<SPAN lang=EN-US
>ob=s1>=70;
<SPAN lang=EN-US
>EnableScript("jscript");
days =
day();
months =
month();
years =
year();
values =
os>0;
valuesa =
ob>0;
<SPAN lang=EN-US
><%
days =
AFL("days").toArray();
months =
AFL("months").toArray();
years =
AFL("years").toArray();
values =
AFL("values").toArray();
valuesa =
AFL("valuesa").toArray();
oAB = new
ActiveXObject("Broker.Application");
<SPAN lang=EN-US
>
comp =
oAB.Stocks.Add("_RSI");
compa =
oAB.Stocks.Add("_RSI");
<SPAN lang=EN-US
>
for( i = 0;
i < days.length; i++ )
<SPAN lang=EN-US
>{
<SPAN
> qt = comp.Quotations.Add(years[ i
] + "-" + months[ i ] + "-" + days[ i ] );
<SPAN lang=EN-US
>
<SPAN
> qt.Volume += values[ i ] ==
1 ? 1 : 0;
<SPAN lang=EN-US
>}
for( i = 0;
i < days.length; i++ )
<SPAN lang=EN-US
>{
<SPAN
> qt = compa.Quotations.Add( years[
i ] + "-" + months[ i ] + "-" + days[ i ] );
<SPAN lang=EN-US
>
<SPAN
> qt.CLOSE += valuesa[ i ] ==
1 ? 1 : 0;
<SPAN lang=EN-US
>}
<SPAN lang=EN-US
>%>
<SPAN lang=EN-US
>
<SPAN lang=EN-US
>buy=0;
<SPAN lang=EN-US
>****************
if is
possible pls sent me a sample.
<SPAN lang=EN-US
> Best
regards////----------------------\\\\ <A
href="">akaraman@xxxx Panos
Boufardeas
<SPAN lang=EN-US
>
|