The previous post is addressed to Noah. I don't know where I saw lamplowman !?
BR --- In [email protected], reinsley <reins...@...> wrote: > > > lamplowman, > > > An exemple was given to me by Aron to plot a text at 5% from bottom's > pane or what ever... > > Please have a look to this formula. > > http://www.amibroker.com/library/detail.php?id=1211 > > Best regards > > > Mike a écrit : > > > > A) Ultimately, the quantity is not determined until the backtester has > > been run. But then again, your Buy/Sell are not confirmed either until > > after the backtester has been run. So, if you already accept that your > > plots are not valid in a portfolio sense (i.e. portfolio criteria may > > have prevented taking signal), then you can continue down that road > > with the position size. You could probably run the Equity() function > > before your plots, then do the position size math yourself during your > > PlotText loop. > > > > B) You control the location of the plots. Assuming you're using > > PlotText, just change the y coordinate to High or Low instead of Close. > > > > Mike > > > > --- In [email protected] <mailto:amibroker%40yahoogroups.com>, > > Noah Bender <knowabender@> wrote: > > > > > > Newbie question. I have learned how to plot the trade price on the > > chart but > > > I have 2 more questions that I can't seem to code in AFl? > > > > > > a) IS there a way to plot the trade quanity (shares traded) on the > > chart? > > > > > > b) i have noticed the plot is on top of the candlesticks. Is there > > anyway to > > > move plot away from the price chart. so that it is not on top of the > > > candlesticks. > > > > > > > > > thanks > > > > > > > >
