I have question:
How can I transfer some value from one program to another program in 
AmiBroker?
For example:
I have the program "PR1", path: 
C:\ProgramFiles\AmiBroker\Formulas\PR1.afl,
where  the code is written:
Function indA( )
{ r1 = RSI(10);  r2 = RSI(14);  return r1/r2; }

The second program "PR2", path: 
C:\ProgramFiles\AmiBroker\Formulas\PR2.afl
Haw can I, for example draw the value "indA( )"  in "PR2" ?


Probably I need to use the function  " #include ".
Maybe somebody knows haw to use this function, so I can draw the 
value in the program "PR2"?

Thanks for any suggestion.
Lech










Please note that this group is for discussion between users only.

To get support from AmiBroker please send an e-mail directly to 
SUPPORT {at} amibroker.com

For other support material please check also:
http://www.amibroker.com/support.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:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to