PureBytes Links
Trading Reference Links
|
<FONT face=Arial
color=#0000ff size=2>I haven't tried this but it might work:
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>Designate one as the "server" and the other(s) as others as
"clients".
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>The server then would write out the param(s) to a work file
using the fopen, fputs, fclose functions.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>The clients would then read in the param(s) from the work
file using the fopen, fgets, fclose functions.
<FONT face=Arial
color=#0000ff size=2>
<FONT face=Arial
color=#0000ff size=2>d
<FONT face=Arial
color=#0000ff size=2>
From: PeterJ (wpq)
[mailto:pjcwebpagequery@xxxxxxxxxxx] Sent: Wednesday, January 28,
2004 2:59 AMTo: amibroker@xxxxxxxxxxxxxxxSubject:
[amibroker] Can AB pass parameter values between
indicators?
I
would like to be able to set a parameter, eg, the EMA period, in one indicator
window and be able to use the same EMA period value in a different indicator
window.
<FONT face=Arial color=#0000ff
size=2>
I
have searched for the term "global" in the manual, mail archives
and current posts but, of course, all I find reference to is local/global
parameters for functions, etc.
<FONT face=Arial color=#0000ff
size=2>
<FONT face=Arial color=#0000ff
size=2>Tomasz, if this isn't currently possible what's the chance of it being
added somewhere in your development to do list :-)).
<FONT face=Arial color=#0000ff
size=2>
Thanks
all
<FONT face=Arial color=#0000ff
size=2>peterjSend 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
Yahoo! Groups Links
To visit your group on the web, go to:<A
href="">http://groups.yahoo.com/group/amibroker/
To unsubscribe from this group, send an email to:<A
href="">amibroker-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the <A
href="">Yahoo! Terms of Service.
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.
|