PureBytes Links
Trading Reference Links
|
<SPAN
class=616011801-10032004>Feed your params in as a csv string via the param() but
make the string look like:
<SPAN
class=616011801-10032004>
<SPAN
class=616011801-10032004>ticker1 = new_param1, ticker2 = new_Param2...
etc.
<SPAN
class=616011801-10032004>
<SPAN
class=616011801-10032004>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.
<SPAN
class=616011801-10032004>
<SPAN
class=616011801-10032004>d
<SPAN
class=616011801-10032004>
<SPAN
class=616011801-10032004>
From: Herman van den Bergen
[mailto:psytek@xxxxxxxx] Sent: Tuesday, March 09, 2004 8:03
PMTo: AmiBrokerSubject: [amibroker] How to input user
data into AB-RT
I sure could use
some help with this one :-)
<SPAN
class=484135100-10032004>
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.
<SPAN
class=484135100-10032004>
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.
<SPAN
class=484135100-10032004>
Any ideas
anyone?
<SPAN
class=484135100-10032004>
<SPAN
class=484135100-10032004>TIA
<SPAN
class=484135100-10032004>herman.
<SPAN
class=484135100-10032004>
<SPAN
class=484135100-10032004>
<SPAN
class=484135100-10032004>
<SPAN
class=484135100-10032004> Send BUG
REPORTS to bugs@xxxxxxxxxxxxxSend 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 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.
|