PureBytes Links
Trading Reference Links
|
Hello,
Since some of you asked me to send the original answers on the list:
> Questions:
> >
> > Can I configure the 'workspace' to be my own style of folders instead of the default sectors and groups etc which I don't
like?
> > I like 'All and 'Markets' and 'Watchlists' but that's it. The current config does my head in.
> >I'm also unable to highlight symbols and drag to another folder...? Requesting help on setting up user defined folders I
> suppose....
>
Workspace tree does not work like "explorer". It shows FIXED categories. You can assign symbols to categories
using Symbol->Organize assignments, and you can change category names in Symbol->Categories
but you can not "drag"
> > Love the afl language. Easy to learn. I'm hoping to set up a system for intraday but I can't find the inbuilt variable name
for
> 'current price'.
> > Is there one, or an equivalent? This may be a brain fade from my end.
Current price is just Close (the last value). Please take a look at this document
http://www.amibroker.com/guide/h_understandafl.html
It shows that Close is an ARRAY. The last value (the last element) of Close array represents Last Price.
> > Can I overlay different indicators on top of each other? I presumed the 'Layers' function on the workspace would be the go ,
but
> I have had no luck there. Actually I don't get layers at all. Is this available for using raw drawing tools?
You can overlay but this requires writing the code http://www.amibroker.net/video/customizeprice.html
As for layers there is a description here: http://www.amibroker.com/guide/h_layers.html
Please note that layers are for drawing tools and PlotShapes command
> >
> > Can anyone define each of the ratios and factors for me at the end of a 'Report'. They are defined in the docs, but give
little
> or no guidance on what is bad - neutral - good etc. eg Is a risk/reward of 4.5 good or not? Does it mean 4.5 : 1 profit ? Ulcer
> factor, Standard error all mean nothing without a baseline to measure from.
> >
http://www.amibroker.com/guide/h_report.html
The guide is already 500+ pages, if there was detailed discussion on each and every figure and
technique there would be 5000+ pages (that no one would read, btw).
You can get huge amounts of information on each item also by searching the web www.google.com
> > Alerts. Can I define an alert for a symbol in eg my watchlist. The only thing I have found is alerts via afl. I'm hoping that
I
> can set one up easily by (right?)clicking on a symbol and simply entering the trigger to buy/sell etc that my afl has earlier
> identified.
No, alerts are formula-based and have to be coded via AlertIf
http://www.amibroker.com/guide/h_alerts.html
Best regards,
Tomasz Janeczko
amibroker.com
----- Original Message -----
From: "Tomasz Janeczko" <amibroker@xxxxxx>
To: <amibroker@xxxxxxxxxxxxxxx>
Sent: Thursday, February 12, 2004 2:43 AM
Subject: Re: [amibroker] New Kid on Block
> Hello,
>
> Answered by support channel already.
>
> Best regards,
> Tomasz Janeczko
> amibroker.com
> ----- Original Message -----
> From: "master77uk" <paulmurfett@xxxxxxxxxxx>
> To: <amibroker@xxxxxxxxxxxxxxx>
> Sent: Sunday, February 08, 2004 3:35 PM
> Subject: [amibroker] New Kid on Block
>
>
> > Hi,
> > Just grabbed the Demo. Enjoying messing around with it. Thanks to
> > Thomasz for making it available for trial.
> >
> > Questions:
> >
> > Can I configure the 'workspace' to be my own style of folders
> > instead of the default sectors and groups etc which I don't like? I
> > like 'All and 'Markets' and 'Watchlists' but that's it. The current
> > config does my head in. I'm also unable to highlight symbols and drag
> > to another folder...? Requesting help on setting up user defined
> > folders I suppose....
> >
> > Love the afl language. Easy to learn. I'm hoping to set up a system
> > for intraday but I can't find the inbuilt variable name for 'current
> > price'. Is there one, or an equivalent? This may be a brain fade from
> > my end.
> >
> > Can I overlay different indicators on top of each other? I presumed
> > the 'Layers' function on the workspace would be the go , but I have
> > had no luck there. Actually I don't get layers at all. Is this
> > available for using raw drawing tools?
> >
> > Can anyone define each of the ratios and factors for me at the end
> > of a 'Report'. They are defined in the docs, but give litle or no
> > guidance on what is bad - neutral - good etc. eg Is a risk/reward of
> > 4.5 good or not? Does it mean 4.5 : 1 profit ? Ulser factor...?
> >
> > Alerts. Can I define an alert for a symbol in eg my watchlist. The
> > only thing I have found is alerts via afl. I'm hoping that I can set
> > one up easily by (right?)clicking on a symbol and simply entering the
> > trigger to buy/sell etc once my afl has identified a symbol to watch
> > out for in the 'portfolio'
> > .
> >
> > Thanks for reading.
> >
> > Paul M
> >
> >
> >
> >
> >
> > 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
> >
> >
> >
> >
> >
> >
>
>
> 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
>
>
>
>
>
>
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:
http://docs.yahoo.com/info/terms/
|