PureBytes Links
Trading Reference Links
|
--- In amibroker@xxxxxxxxxxxxxxx, "Fred" <ftonetti@xxxx> wrote:
>
> For those not well versed in Wealth Lab syntax, can you describe the
> system in English ?
>
Hi Fred, EOD System. Very simple to code in AB.
Buy=Ref(Open,0) < Ref(Low,-1) AND Ref(Avg,0) < Ref(Avg,-1) AND
Ref(Avg,-1) < Ref(Avg,-2);
Very disappointed with Thomasz response (or lack of). All I want to
do is track and manage the SELL's of the individual BUY's, instead of
lumping in and averaging. I assume Thomasz avoidance of the
objective was confirmation. Apparently, this isn't possible with AB
and unfortunately look's like it may be useless for my trading purposes.
--Jeff
------------------------ Yahoo! Groups Sponsor --------------------~-->
What would our lives be like without music, dance, and theater?
Donate or volunteer in the arts today at Network for Good!
http://us.click.yahoo.com/Tcy2bD/SOnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
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/
|