PureBytes Links
Trading Reference Links
|
Hi Tomasz,
Thanks for your reply. I have also tried it with checking for Equity
being greater or equal to its MA.
The main problem I am having is, that Equity doesn't seem to give
correct results when it is called before Buy/Sell are evaluated.
I guess, that is because each statement would get evaluated for the
whole array. Which is kind of a chicken egg-problem too ;)
Is there a way of having this kind of relationship at all, where
statements are interpreted in a kind of inteleaved fashion, so that
they might reference each others results.
I have worked with tradesignals equila language, which would run a
script in an iterative fashion for each day/bar, rather than
processing the whole array at once.
I think, theoretically, for each day, the previous' days equity should
be known so that I could use it in the current days Buy rule
Bests
~Lars
--- In amibroker@xxxxxxxxxxxxxxx, "Tomasz Janeczko" <amibroker@xxxx>
wrote:
> Hello,
>
> Yes the conceptual mistake in your formula is that
> buy signal may occur only when equity is its above 30 day avarage.
> But equity will be FLAT line unless there are any buys, so
> it will never cross above 30 day average so no buy will happen.
>
> Typical chicken and egg problem.
------------------------ Yahoo! Groups Sponsor --------------------~-->
In low income neighborhoods, 84% do not own computers.
At Network for Good, help bridge the Digital Divide!
http://us.click.yahoo.com/EpW3eD/3MnJAA/cosFAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
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/
|