[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[amibroker] Re: I need some loop-... / KASE indicators



PureBytes Links

Trading Reference Links










This probably doesn’t help but I used this to plot fib
retracements, but maybe could be altered to provide you with something you want


 

List = (
"0,0.25,0.312,0.50,0.618,0.75,1,1,1.333,1.618,2,3.205,4" ) ;

for( i=0; ( num = StrExtract( List, i ) ) != ""; i++
)

{

 f[i] = StrToNum( num );

Plot( SelectedValue(WeekRatioMove(f[i])), "",
17+i*2, styleDots|styleNoLine|styleNoRescale );

 }

 

eg

<span
lang=EN-AU >List
= ( <span lang=EN-AU
>"ABC,
BCD, CDE, DEF, EFG, FGH, GHI, HIJ, IJK, JKL"<font
color=black face="Courier New"> );

 



Cheers,
Graham
http://e-wire.net.au/~eb_kavan/ 



<span
>-----Original Message-----
From: WALEDINGO
[mailto:dingo@xxxxxxxxxxxx] 
Sent: Wednesday, March 10, 2004
9:27 AM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] How to
input user data into AB-RT

<font size=2
face="Times New Roman"> 

<font size=2 color=blue
face=Arial>Feed
your params in as a csv string via the param() but make the string look like:

<font size=2
face="Times New Roman"> 

<font size=2 color=blue
face=Arial>ticker1
= new_param1, ticker2 = new_Param2... etc.

<font size=2
face="Times New Roman"> 

<font size=2 color=blue
face=Arial>Then you
can parse the above using the string commands to get them down to where
you can use if statements to assign the params to the correct ticker.

<font size=2
face="Times New Roman"> 

<font size=2 color=blue
face=Arial>d

<font size=2
face="Times New Roman"> 

<font size=2
face="Times New Roman"> 



<font size=2
face="Times New Roman"> 

<font
size=2 face="Times New Roman">





From:<span
> Herman van den Bergen [mailto:psytek@xxxxxxxx] 
Sent: Tuesday, March 09, 2004 8:03
PM
To: AmiBroker
Subject: [amibroker] How to input
user data into AB-RT



<span
>I sure could use some help with this
one :-)





<font size=2
face="Times New Roman"> 





<span
>Assume I am trading a portfolio
of ten out of 100 stocks, and I need, during the day, to enter custom
parameters for the ten stocks traded, not for the other 90. I could use ten
Param() variables to enter the ten parameters, however the ten stocks change
each day, so it seems the only way is to use 100 Param()s... right? Of course
this is impractical because I would have to scroll through all 100 Param
variables to find the stock i need. I need to enter/change these
parameters quickly in response to changing RT data.





<font size=2
face="Times New Roman"> 





<span
>I tried iffing out Param() buy=t
that doesn't work. I tried dynamically changing the Name string to force
the used stocks to the top in the window but that doesn't work either. I
thought of entering ten comma separated parameters in a single Param() window
and separate those in code....but this makes it difficult to change a single
variable.





<font size=2
face="Times New Roman"> 





<span
>Any ideas anyone?





<font size=2
face="Times New Roman"> 





<span
>TIA





<span
>herman.





<font size=2
face="Times New Roman"> 





<font size=2
face="Times New Roman"> 





<font size=2
face="Times New Roman"> 





<font size=2
face="Times New Roman"> 



<font size=2
face="Times New Roman">

Send BUG REPORTS to
bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html




Send BUG REPORTS to bugs@xxxxxxxxxxxxx<font
face="Courier New">
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to:
amiquote@xxxxxxxxxxxxxxx 
(Web page: <a
href="">http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: <a
href="">http://groups.yahoo.com/group/amibroker/files/groupfaq.html









Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx 
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html








Yahoo! Groups Sponsor


ADVERTISEMENT




Click Here















Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/amibroker/ 
To unsubscribe from this group, send an email to:amibroker-unsubscribe@xxxxxxxxxxxxxxx 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.