PureBytes Links
Trading Reference Links
|
Thanks
D and Graham,
<FONT face=Arial color=#0000ff
size=2>
the
way i understand D's method it that would be too much typing, i would like to
enter the ten parameters in about a minute or so. And Graham's method requires a
set of predefined parameters. The problem has to do with modifying stops
and limits on the fly while working with RT data. <SPAN
class=375270002-10032004><FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>
thanks
for the feedback...
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>herman
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Tahoma
size=2>-----Original Message-----From: WALEDINGO
[mailto:dingo@xxxxxxxxxxxx]Sent: Tuesday, March 09, 2004 8:27
PMTo: amibroker@xxxxxxxxxxxxxxxSubject: RE: [amibroker]
How to input user data into AB-RT
<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. <SPAN
class=484135100-10032004>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@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 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.
|