Here is the error message that I get when trying to create the second chart window with either of the following commands: Alt+W - New Linked Window or Alt+F -...
Hello, All is correct in fact. The data you have is EOD data. But you are trying to display 1-minute (which you don't have). So switch the display to DAILY...
Thanks, Tomasz. That solves the problem. However, it looks like the "new chart" window always defaults to 1 minute interval, so I always end up with this error...
thanks, good info. FYI, this reply includes .png version of your original graphics resulting in a file size of ~1/3 of original (129KB vs. 363KB) Joseph Biran ...
I think I have the answer. The "new chart" window will always default to the "base time interval" of the database (which in my case is one minute). Please...
Dear All, Help required for AFL of MACDComposite. Metastock formula is as under:- ==================== MACD - composite EMA ... { MACD or Histogram based on...
Help required for AFL of MACD Composite, originally written by Mr. Jose Silva for Meta Stock.I have taken permission of Mr.Jose Silva regarding the same. ...
... Hi chuck, i also use AB with an IQ Feed but i got problems during explorations or scans. From time to time the explorations or scans hang because the ...
Hello, I used AB with an iq and an esignal feed and noticed that the explorations or scans hang each time, so some quotes could´t be backfilled. Each time i...
Allan, Check the attached image....is this what you are talking about.....my data tree is set up like this....Sector / industry/ stock.... Anthony ... From:...
Thomasz for me the new version 1.93 of AQ works fine but ... I have tried to find all the command lines that I can use for the start up of AQ in Timers. The...
Hello, Backfill never hung on my end using eSignal. I also did not have any problems using IQFeed with LATEST (important!) plugin Do you use "wait for...
Hello, It defaults to BASE time interval of the database. Go to File->Database Settings to change base interval. Best regards, Tomasz Janeczko amibroker.com ...
I've been having a problem with AB and was wondering if anyone could help. I use IB as backfill and have a database where Mixed EOD data is checked. I download...
Thank you for your reply Allan, I will certainly visit the website you mentioned, I am getting close to buying a software now, I have narrowed down my list to...
Hi Tomasz, Thursday, February 1, 2007, 9:42:08 PM, you wrote: TJ> Backfill never hung on my end using eSignal. TJ> I also did not have any problems using...
Hello, Mixed mode is for eSignal. Please read the "things you should not do" paragraph at: http://www.amibroker.com/guide/h_rtsource.html Best regards, Tomasz...
Hello, ... Good luck with other softwares. You will be back here sooner or later once you outgrow other pieces. As for "strategy" - our strategy is to provide...
Is it possible in the backtester to code in AFL the following: - Open up two charts (basic price) - On the top chart, show all long positions. I use this code...
Bravo TJ Brovo Their is so much in Ami you can't go wrong... You may have to work for what you want but it's there. If you want a cookie cutter program that...
I have not tried this, but it should work. Add to Composites now works in indicator mode, so you can place your array (Long Setup etc) in an ATC and access it...
Yuki, Have you used Categories->Groups to setup custom time frames for your different tickers, especially futures that trade outside regular hours. When you do...
Sorry - this is a bit beyond my beginner understanding. Could you give a solid example, eg:- - How to open up two charts in AFL - How to plot indicators to one...
Hello I have been trying to create the cmf index like http://stockcharts.com/education/IndicatorAnalysis/indic_ChaikinMoneyFlo w1.html I modifed the code from...
I've been trying to experiment with Volume-based Price Bars using the code from the manual: TimeFrameMode( 2 ); TimeFrameSet( 50000 ); I've tried this with a...