Here is another way to find the top [and the bottom] Indicator in a database . r1=StochD();// The Indicator list = GetCategorySymbols( categoryGroup, 254 ); ...
Herman, I did not notice any problem with composites charting or backtesting till now. It would help to post some example, if there is some time of course, to...
Tomasz, I've got to join the chorus of congratulation. The new report system is superb! Steve ... From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent:...
Hello DT, like I write earlier: I had some as yet undiagnosed problems. No need for you to worry, you can rest assured my problems had nothing to do with...
Herman, thank you for the quick response. Dimitris Tsokakis ... problems. No ... to do ... it would ... know it ... backtesting ... course, ... <psytek@m...> ...
...is really really great! But I have some suggestions, or rather, I think I do. Feedback from the group would be good, so Tomasz can get a sense of what would...
Hi All, Can anyone tell me how do I use the 3rd Party DLL's after I load the Dll where do I find the function list or any associated information. Thanks Sj. ...
Hello, The DLL should come with the documentation (usually there is an associated document available in the 3rd party download area). Also the list of all...
Thanks TJ for the great upgrade...you are a one-man show. Glad I did not re-up for my MetaStock upgrade. Has anyone looked at how to implement a neat feature...
Hi, This is what I am using, it will give you a weekly and daily bar. Plot(MACD(),"macd Daily",colorGreen,styleLine|styleThick); Plot(EMA( MACD(), 9...
Hello all - In using Yahoo EOD quotes, I continue to get the above message which shows up after downloading about 65 quotes. Has anyone else gotten this...
Hi jmbruegge, Monday, December 1, 2003, 11:02:17 PM, you wrote: j> Hello all - j> In using Yahoo EOD quotes, I continue to get the above message which j> shows...
Hello, Please see AmiQuote mailing list for answers/advices what to do: http://www.egroups.com/messages/amiquote Best regards, Tomasz Janeczko amibroker.com ...
Dave, 1. As for additional options... well you know that we have already so many switches that people get lost :-))) but I will think about it 2. Additional...
MessageHi Paul, Thanks for doing the Excel analysis. I am back without, unfortunately, any bright idea as to the next step on this. Some thoughts though: a)...
... I know, and it's not like you don't have anything else to do either. Still, if new users aren't careful, they'll end up with an enormous amount of stuff in...
Hi Dennis. Outside of the fact that it can't be placed over the Price chart (I realized this after I sent the first email), it's exactly what I wanted. Thank...
hello Michael, ... thanks Michael for this sequel :) yes, it was my oversight. thanks for correcting code. your post also forced me to rethink export.js case....
Hello Group, this message was sent to be after I had been complaining at Yahoo Finance about their recent download problem. It is related to the Reuters'...
Ara, There is no log for alertif. Best regards, Tomasz Janeczko amibroker.com ... From: Ara Kaloustian To: Ami-Main Sent: Monday, December 01, 2003 7:52 PM ...
Hi, If someone has the time could they please see what I am doing wrong. I would like to backtest this formula. This what I am trying to do. Long Trade When a...
Hi Udo, I just successfully used them (ie http://finance.lycos.com/qc/default.aspx) to download intraday data via Amiquote into ''regular' (not real-time)...
Please excuse my ignorance, I do try to keep up with improvements but... I have a system that I backtest (regular mode) in AA. I then do further analysis on...
Hello, ... No, it should not break it. Best regards, Tomasz Janeczko amibroker.com ... From: "Dave Merrill" <dmerrill@...> To: <amibroker@yahoogroups.com> ...
Period1 = 7; // Determine Time base //File: Mod - DateTime //Compute Data Interval EOD = IIf(Interval() > 5000 AND Interval() < 100000,1,0); Weekly =...