PureBytes Links
Trading Reference Links
|
Ken,
I don't know if this is your situation or not but if there are
several buy/sell/short/cover statements check to see that they are
not written in a way where the sell/cover aren't dependent on the
short/buy NOT also occuring.
I often write systems this way in AB to avoid cluttering the chart
i.e.
Short = Condx;
Sell = Condy AND NOT Short;
This would keep the sell arrow from appearing. Also check to see how
you have reverse entry signal forces exit in the AA general signals.
--- In amibroker@xxxxxxxxxxxxxxx, "Ken Close" <closeks@xxxx> wrote:
> Still another basic question based on a puzzling observation: I
thought
> that all trades had to have or show corresponding trade arrows on
the
> price chart when using either Raw Signals or Actual Trades.
>
> If I have a long and later exit by Selling, then the Price Chart
will
> show a Long (Solid green up arrow) followed by a Sell (Solid Red
Down
> Arrow).
>
> I did not think I could see a trade arrow without its corresponding
exit
> or close trade arrow. In other words, every Buy arrow must be
followed
> by a Sell Arrow (even if a Short arrow is on the same bar). Every
Short
> Arrow must be followed by a Cover arrow, even if a Buy arrow is on
the
> same bar.
>
> As I have been implementing exact trade arrows (including
Applystops)
> within Indicator Builder to match what is in the Price chart, I have
> come upon many cases of a trade being reversed **WITHOUT** a
> corresponding trade arrow being shown.
>
> The attachments gives an example. The AA results grid shows the
trade
> being exited but there is no corresponding exit trade arrow. At
other
> times there is a paired comparison on entering and exiting the trade
> (whether long or short).
>
> Is this an inconsistency in the program or is there a minute rule
that
> dictates when these arrows are "paired up" and when they are not.
My
> Plotshape arrows follow the same "anomaly", that is, they match the
Raw
> Signals arrow for arrow.
>
> I suspect some twist in the Equity(1) routine, but who knows?
>
> Ideas?
>
> Ken
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/KXUxcA/fNtFAA/uetFAA/GHeqlB/TM
---------------------------------------------------------------------~->
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
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|