Herman,

Thanks for the answer!

I knew that _DEFAULT_NAME() would give me the section name, but I did not realize it would also give me the formula name if placed ahead of any sections.

However, in a drag/drop AFL formula it automatically produces a _Section_Begin("FormulaName"), so I should have guessed it might.

Thanks,
Dennis


On Jan 20, 2008, at 12:58 PM, Herman wrote:

Place this line at the VERY TOP of your code.

Filename = StrLeft(_DEFAULT_NAME(),StrLen(_DEFAULT_NAME())-2);

herman

For tips on developing Real-Time Auto-Trading systems visit:
http://www.amibroker.org/userkb/

Sunday, January 20, 2008, 12:56:45 PM, you wrote:

> Hello,

> Is there a way in AFL to get the current name of the Formula that is
> running.  I need this so that I can identify the name at the top of
> the params window: "Properties of: "+FormulaName.  I use AutoIt to
> click on the "Reset all" button, and I don't want it to click if the
> params window that is open does not go with the current formula running.

> I can edit the name as a constant into each formula, but as we know,
> the formula name gets changed automatically by AB under certain
> circumstances.

> Any help is appreciated.

> Thank you ,
> Dennis



> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/

> For other support material please check also:
> http://www.amibroker.com/support.html
>
> Yahoo! Groups Links





Reply via email to