PureBytes Links
Trading Reference Links
|
--> 6. Running formula as indicator - added to to-do list
What is this for? Or am I missing the obvious?
MSG
Tomasz Janeczko wrote:
> Hello,
>
> 1. Loading/Saving AA settings - already possible. You can save up any
> number of custom setting files and then re-load them from automation.
> As for setting each individual setting - this won't be implemented
> because it will duplicate existing
> SetOption() function http://www.amibroker.com/f?setoption
> Rather than that I will extend setoption
>
> 2. Showing Arrows - added to to-do list
>
> 3. More than one instance - it was discussed before that it would
> present some problems, but will re-think
>
> 4 . A way to close - already available see: *Quit()* method of
> Broker.Application object.
>
> 5. Saving as image - already on to-do list
>
> 6. Running formula as indicator - added to to-do list
>
> 7. Resizing from automation - already available
> You can MINIMIZE/RESTORE/MAXIMIZE AA window from automation using
> *ShowWindow* method of Analysis object.
> I am reluctant to allow more because that way you could be resizing
> windows beyond limits or make them invisible and
> since window sizes are saved in the registry the user may end up
> with unusable AmiBroker because of windows resized below/above limits.
>
> 8. AmiQuote suggestions:
> a)Ability to position and size window.
> - the same concerns as in 7. I may provide ShowWindow instead
>
> b) Ability to assign the destination folder per session.
> added to to-do list.
>
> c) Reflect the TLS file name in the title bar - its now showing
> "Amiquote - Untitled".
> yes of course this will be added, should be there from the beginning.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ----- Original Message -----
> *From:* dingo <mailto:dingo@xxxxxxxxxxx>
> *To:* amibroker@xxxxxxxxxxxxxxx <mailto:amibroker@xxxxxxxxxxxxxxx>
> *Sent:* Sunday, June 26, 2005 5:18 PM
> *Subject:* RE: [amibroker] Re: So Long Amibroker, Its been nice
>
> I see that Bruce has already replied.
>
> Here's is what Fred wrote me:
>
> "For me it's basically everything that doesn't exist in AA now
> including the settings as well as being able to show arrows on
> demand from current trades."
>
> I'll have to second that request on being able to at least read
> the info in the settings file and ideally change them.
>
> Plus my list:
>
> Amibroker:
>
> A way to have more than 1 instance being automated
> simultaneously - similar to AQ ( I suspect that this might be a
> tough one to do )
>
> A way to Close an instance. (ie same as hitting the "x"
> control)
>
> Right now I'm using
>
> For Each oProcess in oWinMgm.ExecQuery ("select * from
> Win32_Process where name='Broker.exe'")
> oProcess.Terminate
> Next
>
> But I'm not sure if this is "proper" - if it doesn't cause
> any harm (which seems to be the case) then nevermind
>
> A way to do the various "Image" commands (as in the Edit menu
> selection)
>
> Ability to load a formula and run as an indicator
>
> Ability to position and size main and AA windows.
>
> Amiquote:
>
> Ability to assign the destination folder per session.
>
> Ability to position and size window.
>
> Reflect the TLS file name in the title bar - its now showing
> "Amiquote - Untitled".
>
> TJ - Thanks for listening to us on these.
>
> d
>
> ------------------------------------------------------------------------
> *From:* amibroker@xxxxxxxxxxxxxxx
> [mailto:amibroker@xxxxxxxxxxxxxxx] *On Behalf Of *Tomasz Janeczko
> *Sent:* Saturday, June 25, 2005 6:14 PM
> *To:* amibroker@xxxxxxxxxxxxxxx
> *Subject:* Re: [amibroker] Re: So Long Amibroker, Its been nice
>
> Dale,
>
> Maybe describe what more about automation you need, because almost
> every aspect of AB is accessible from automation already (imho).
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
>
> ----- Original Message -----
> *From:* dingo <mailto:dingo@xxxxxxxxxxx>
> *To:* amibroker@xxxxxxxxxxxxxxx
> <mailto:amibroker@xxxxxxxxxxxxxxx>
> *Sent:* Saturday, June 25, 2005 8:48 PM
> *Subject:* RE: [amibroker] Re: So Long Amibroker, Its been
> nice
>
> Yeah.
>
> My next post will be "Goodbye Amibroker - Its been fun but
> I need more automation"
>
> d
>
> ------------------------------------------------------------------------
> *From:* amibroker@xxxxxxxxxxxxxxx
> <mailto:amibroker@xxxxxxxxxxxxxxx>
> [mailto:amibroker@xxxxxxxxxxxxxxx] *On Behalf Of
> *Christoper
> *Sent:* Saturday, June 25, 2005 2:46 PM
> *To:* amibroker@xxxxxxxxxxxxxxx
> <mailto:amibroker@xxxxxxxxxxxxxxx>
> *Subject:* [amibroker] Re: So Long Amibroker, Its been
> nice
>
> Wow this guy was just fishing for attention and boy
> did he get it.
>
> --- In amibroker@xxxxxxxxxxxxxxx, "bj012859"
> <byronjames@xxxx> wrote:
> >
> > My new trading plan requires volume charts. Since
> this is lacking in
> > Amibroker, I am moving over to Sierra Charts. This
> decision is made
> > with a heavy heart as I have enjoyed the ease of
> programming with AFL.
> >
> > I want to thank all of you that helped me get up to
> speed with
> > Amibroker and wish you all great trading.
> >
> > Hopefully, volume charts will be available in the
> future, and I can
> > come back into the group.
> >
> > Best regards,
> >
> > bj012859
>
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:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|