PureBytes Links
Trading Reference Links
|
You could try:
Plot(Buy,"Buy",colorGreen,styleHistogram|styleOwnScale|styleNoLabel,0,1);
You can only suppress the automatic title part by creating your own title
statement using text strings and values:
Title = "Whatever you want to show"+writeval(E,1.2);
herman.
-----Original Message-----
From: Dave Merrill [mailto:dmerrill@xxxxxxx]
Sent: Monday, September 08, 2003 2:12 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] buy/sell arrows disappearing
don't think there's an error in the code. the arrows are there, they just
aren't visible at some zoom/scroll settings.
I'll check if vertical lines are less likely to have this problem than
arrows, but I don't know why that'd be true.
I hate to ask dumb questions, but do you have some special trick to plotting
vertical lines? the only way I know of is to plot a histogram at more than
full scale positive and negative, and styleNoDraw+styleNoLabel, but it still
shows in the automatic title text. what am I missing?
dave
> To be absolutely sure you do not miss signals I create a separate
> indicator
> containing your system's code and plot vertical red/green lines where the
> Raw signals are, perhaps on top of the signal line. That gives
> you an Arrow
> "confirmation" and prevents you from missing arrows due to some error you
> may have made in Code, Settings, or Zooming/Ranging. I don't
> recal the exact
> circumstances but I seem to recall that erroneous code/settings
> may suppress
> the last bar's arrow - thus be careful!
>
> Typical code: Plot(Buy, "Buy", 5, 2|styleownscale);
>
> Good luck,
> Herman.
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/
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/
|