Why don't you use PlotText()?
Plot(C,"",colorBlack,styleBar);
FirstVisibleBar = Status( "FirstVisibleBar" );
Lastvisiblebar = Status("LastVisibleBar");
TN=DateTime();
for( b = Firstvisiblebar; b <= Lastvisiblebar AND b < BarCount; b++)
{
PlotText("\n^\n"+StrLeft(StrRight(NumToStr(TN[b],formatDateTime),11),8),b,L[b],1);
}
In this formula you can replace TN[b] with any variable you like: Buyprice, Sellprice, PosSize, etc. Placing "\n" between the variables you can add a complete status table to each bar. I have up to 7 or bits of information attached to trade bars.
herman
Saturday, May 5, 2007, 7:18:08 AM, you wrote:
> --- In amibroker@xxxxxxxxxxxxxxx, "svenchante" <svenchante@xxx> wrote:
>> I would like to draw a "trade taken" indicator on a chart and have the
>> date, price and long or short entry available to my indicator. The
>> idea is to have the indicator plot a stop loss line, initialize
>> trailing stops, track gain and loss for the trade and so forth. One
>> open trade at a time is sufficient. Obviously, I'll use the same idea
>> to tell the indicator the trade has been closed.
>> Any pointers?
> I think you will be well on the way to getting what you need if you
> download the "Basic Portfolio Tracker" from the 3rd Party area on the
> Amibroker main web page.
> Another great piece of work by OzFalcon, that I only discovered
> recently. It works, I don't think you can short with it, but it does
> all the other things you want.
> 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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
> http://www.amibroker.com/devlog/
> 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/
> <*> Your email settings:
> Individual Email | Traditional
> <*> To change settings online go to:
> http://groups.yahoo.com/group/amibroker/join
> (Yahoo! ID required)
> <*> To change settings via email:
> mailto:amibroker-digest@xxxxxxxxxxxxxxx
> mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
> <*> 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/
>
__._,_.___
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 NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
SPONSORED LINKS
__,_._,___
|