Maybe there's recent info available on this subject but i don't find it. If it will be available for which date is planned to be? best regards Luigi...
thx! works for finding the "High". 2 following questions. 1. how to test the high is a real peak? high can be a lower high or a higher high. 2. how to check if...
Hello, The values in the title generated by Plot function are displayed with 2 digits to preserve screen space and this is hard coded in AB (%.2f formatting...
Good day, I was wondering if the following is possible with AB: I want to count the number of stocks depending on my own criteria, like, something like: Number...
Thanks Tomasz...will use the "Title" statement in the mean time... Thanks again. ... with 2 digits ... formatting sequence is used internally). ... this is ......
George, This may be a start... Plot(C,"",colorBlack,styleCandle); x=!Cum(1)%10; Plot(x,"",colorRed,styleHistogram|styleOwnScale|styleNoLabel); Someone else...
It's quite doable ... as long as your system is not particularly slow ... From: IVA GmbH To: amibroker@yahoogroups.com Sent: Monday, March 01, 2004 3:47 AM ...
Ara, if you donīt mind: would it also be possible to detect stocks that show, letīs say volume of at least 150% of their 50 day moving average volume? I...
IVA GmbH
funnybiz@...
Mar 1, 2004 5:26 pm
59663
Thanks Perry Do you remember the heading for that particular email? George Loyd ... From: "Perry Lentine" <lentino@...> To: <amibroker@yahoogroups.com>...
Marcus, Finding the condition is a matter of x=ma(v,50)*1.5...... the challenge is more technical. Esignal will not allow you to scan anywhere near 8000 stocks...
Hi Herman and Werner, In order to insure that today's High 'made a new 10 day high' (ie, is greater than ANY High in the last 10 days), would you not want to...
Correct statement is: New10DayHigh = HHVBars( H, 10 ) == 0; or (the other way) New10DayHigh = HHV( H, 10 ) == H; Greater then (>) is incorrect because HHV...
When the vertical lines are plotted on the price chart, the standard default horizontal dotted lines on the y-axis are overwritten. How can I restore these...
Steve, I don't remember telling you that it is not possible to plot grid lines. In fact you just need to go to Indicator Builder and mark "MIDDLE" checkbox in...
If I want to backtest with Intraday data (say 15 minute), how can I reference daily indicators and data (e.g., previous close) for the same symbol? Per usual...
Tomasz, My original e-mail had to do with changing the background color based on price being above or below a moving average. You provided a solution for me...
Yes, these is often an easy answer from the help files TimeFrameGetPrice( "C", inDaily, -1 ) - gives previous day close when working on intraday data Cheers, ...
Was able to snag a copy of Tim's white paper that someone kindly posted on an AB site and just getting to reading it. I remember vaguely some discussion going...
Check the amibroker-ts forum for posts around the jan 13, 2004 with the subject of "# bars loaded" and Cedar Creek Trading as the "from". d _____ From: Joseph...
Scourt2000, You can use the PlotGrid() function. Anthony ... From: "scourt2000" <stevehite@...> To: <amibroker@yahoogroups.com> Sent: Monday, March 01,...
The adaptive T3 DLL was the first posted on the AmiBroker-DLL list (post #6, 5/17/2002) and you can follow the thread there. The HBT3A.DLL can be downloaded...
Anthony, If I try to use PlotGrid() with the example I've given below, the dots will still not overwrite the areas of the chart that I multi- colored. Plug in...
Hello again Jayson, your answer is somewhat sobering :-( Would you have a clue how I then could track a stock basketīs value otherwhise in REAL-TIME???? ...