Hi,

AFL supports embedding jscript or vbscript in your files:

http://www.amibroker.com/guide/a_script.html

As such, you can use OLE automation from within your AFL file to fire 
off Excel calls. An example using vbscript to manipulate Excel can be 
found here:

http://www.amibroker.com/library/detail.php?id=218&hilite=CreateObject

Alternatively, you can write your own function in your own DLL and 
call that function from within AFL:

http://www.amibroker.com/guide/a_aflcom.html

Mike

--- In amibroker@yahoogroups.com, "sonyfanaticsss" 
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> I wonder if it is possible to call R/Excel functions with AFL?
> 
> I'm trying to create a few scatter plots with regression lines in
> R/Excel with the metrics (arrays) I have calculated in AFL... 
> 
> I think the plot could be created with gfx functions but I've a
> reliable code base in either R and Excel for use.
> 
> Thank you for your help.
>


Reply via email to