[amibroker] Re: Price Filtering - fixing bad Ticks

2008-09-01 Thread bleifish
Hi Dennis, thank you for your helpfull comment. I just got the idea, to modify the O,H,C,L-Values infront of the indicator code instead of using AddToComposite. They aren't write-only, as I expected. It seems to work, as check with this code: O=L; C=H; Plot(C,Name(),colorGreen,styleBar);

[amibroker] Price Filtering - fixing bad Ticks

2008-08-31 Thread bleifish
Hello, does anyone have code or ideas to fix bad ticks for intraday trading, and is willing to share it? Is there an elegant solution to feed indicators with these filtered prices? Thank you very much. Peter

[amibroker] Problem with SetForeign and TimeFrameGetPrice on Intraday-Chart

2007-12-15 Thread bleifish
I'm trying to plot the percentual gain of multiple symbols from Watchlist Nr. 0 plotted on the same intraday chart. But I've been sticked in a problem, that I don't understand: I have ASTIZ and LTRE on my watchlist 0 and this is my code: list = GetCategorySymbols( categoryWatchlist, 0 );