Corey, Have looked up that TASC code.I can see what's going on there. Very neat indeed. Wasn't aware until I looked into this that the AMA/EMA calculations (as...
let me answer that one Willem since I made the same mistake. The real time quote window must be open the be able to backfill all symbols. See Email by Tomasz...
Hi, I'm still confused on how to use the variables. The code below seems to work but slows AmiBroker down. It seems that the "if" statement doesn't like to...
Simple code problemRush, these type of calculations can be done using arrays only, like Periods = Param("Periods", 5, 2, 200, 1, 1 ); mo = MA( Open, Periods); ...
Getting the moving average result outside the loop does my head in because it doesn't look like it will work. I tried it and it is also very slow. I tried...
Simple code problemRush, using loops it looks like the code below, it should be slower then the first code but not much. You only have to calculate mo, mh and...
Hello, I had the same thing happen to me. I had 2 data bases set up with different screen configurations and they bled together. I had to re-configure the...
Hello, Either do not use multiple installations or TURN OFF auto-save of layouts (Tools->Prefs->Misc). Best regards, Tomasz Janeczko amibroker.com ... From:...
Hi Guys Thought I would share this. The solution was provided to me by Glenn. I am sure this will be documented in the next major release. However this is a...
Hi, Is it possible to use "plot" in AA to displace the arrows generated by a scan? Or is there some other way. I want to displace the arrow, to 2 bars earlier....
Thanks Herman I was trying to eliminate use of LastValue(), but the structure you provided should allow me to do that. Putting it in a function is an extra...
Hi all, Are there any Dinapoli traders in this board? I was wondering if we can work with a fibonacci tool similar to what they provide in Tradestation and ...
How can you march thru each symbol for each bar in a CBT without having a PositionScore or Buy/Sell signal associated with each symbol for each bar? The only...
Is there a way to generate a PositionScore which is sorted and RETAINED for access by a CBT for each symbol at each bar without using a large Position Quantity...
Why do you need multiple installations of AB on one computer You can just have the one installation and use different databases. AB can be opened many times...
inlcude the scan code into the chart and offset the arrows -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to your...
Tomasz, Thanks for the quick response ... One comment though This phenomena of layout interference between multiple installations started with a recent...
Graham, I would prefer to have a single installation and use it with multple data bases as you suggest... however I ran into problems earlier doing that. That...
I'm not sure why they are doing it - but I have started doing this because I ran into a problem where I'd have one running (intraday for instance) and I'd be...
I use two installations all the time, but on separate computers! Two in the same boot partition interact as badly as two instances [due to shared registry...
Hi I recently installed QP3 on my notebook to use with Amibroker as I want more quote versatility. My problem is that the quotes for !VIX !VXN and !VXO didn't...
Is this still a problem? Or have you managed to find a solution from tech support? I was starting to debate subscribing to eSignal since IB tick and volume ...
Is this still a problem? Or have you managed to find a solution from tech support? I was starting to debate subscribing to eSignal since IB tick and volume ...
I found the problem! My list to import was not in capitols? Oddly enough never tat it matered but why the quotes didn't show up orginally I don't understand. ...
I have many databases for different markets and timeframes and have always run 2 instances during the trading day, intraday and end of day databases. Plus I...
Hi, I use end of day data to draw my charts. Each day I have to manually update the database by reloading the files with the new information into the ...
I was trying to calculate ATR for multiple time frames. I expected the code to produce ATR's of different magnitudes across the chart history (I am using IB...
Mike, you need to expand the compressed data out to match the chart bar times eg Plot(timeframeexpand(ATRM,in1Minute),"ATRMinute",colorBrightGreen,512); -- ...
I am running some custom indicators on minute data on Futures and my computer bogs down calculating minute indicators for a long history of data. Is there a...