Search the web
Sign In
New User? Sign Up
amibroker · AmiBroker User's List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 95646 - 95675 of 143780   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
95646
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...
Andy
andyindoors
Offline Send Email
Apr 1, 2006
8:28 am
95647
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...
emp62
ed2000nl
Offline Send Email
Apr 1, 2006
8:35 am
95648
function NewBar() { PrevDateTimeNum = StaticVarGet("DateTimeNum"); LastDateTimeNum = LastValue(DateTime()); StaticVarSet("DateTimeNum",LastDateTimeNum ); ...
Herman van den Bergen
psytek2
Offline Send Email
Apr 1, 2006
10:14 am
95649
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...
Rush
rushingitagain
Offline Send Email
Apr 1, 2006
11:00 am
95650
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); ...
emp62
ed2000nl
Offline Send Email
Apr 1, 2006
11:24 am
95651
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...
Rush
rushingitagain
Offline Send Email
Apr 1, 2006
11:41 am
95652
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...
emp62
ed2000nl
Offline Send Email
Apr 1, 2006
12:23 pm
95653
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...
Tim
raven4ns
Offline Send Email
Apr 1, 2006
12:40 pm
95654
Hello, Either do not use multiple installations or TURN OFF auto-save of layouts (Tools->Prefs->Misc). Best regards, Tomasz Janeczko amibroker.com ... From:...
Tomasz Janeczko
amibroker
Offline Send Email
Apr 1, 2006
12:53 pm
95655
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...
david
davidpaulweir
Offline Send Email
Apr 1, 2006
1:52 pm
95656
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....
thorstef2003
Offline Send Email
Apr 1, 2006
3:55 pm
95657
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...
Ara Kaloustian
Akaloustian
Offline Send Email
Apr 1, 2006
3:59 pm
95658
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 ...
Tony Lei
yiupang91
Offline Send Email
Apr 1, 2006
9:10 pm
95659
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...
cohndw
Offline Send Email
Apr 1, 2006
10:40 pm
95660
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...
cohndw
Offline Send Email
Apr 1, 2006
10:46 pm
95661
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...
Graham
kavemanperth
Offline Send Email
Apr 1, 2006
11:04 pm
95662
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...
Graham
kavemanperth
Offline Send Email
Apr 1, 2006
11:05 pm
95663
Tomasz, Thanks for the quick response ... One comment though This phenomena of layout interference between multiple installations started with a recent...
Ara Kaloustian
Akaloustian
Offline Send Email
Apr 1, 2006
11:12 pm
95664
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...
Ara Kaloustian
Akaloustian
Offline Send Email
Apr 1, 2006
11:26 pm
95665
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...
mikelaurataylor
Offline Send Email
Apr 1, 2006
11:43 pm
95666
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...
Bob Jagow
BobJagow
Offline Send Email
Apr 1, 2006
11:52 pm
95667
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...
Ernie Newman
ewn87544
Offline Send Email
Apr 2, 2006
12:21 am
95668
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 ...
J. Biran
jbiran
Offline Send Email
Apr 2, 2006
12:59 am
95669
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 ...
J. Biran
jbiran
Offline Send Email
Apr 2, 2006
12:59 am
95670
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. ...
Ernie Newman
ewn87544
Offline Send Email
Apr 2, 2006
1:37 am
95671
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...
Graham
kavemanperth
Offline Send Email
Apr 2, 2006
1:58 am
95672
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 ...
Rush
rushingitagain
Offline Send Email
Apr 2, 2006
4:11 am
95673
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 Mann
rbikemike
Offline Send Email
Apr 2, 2006
4:56 am
95674
Mike, you need to expand the compressed data out to match the chart bar times eg Plot(timeframeexpand(ATRM,in1Minute),"ATRMinute",colorBrightGreen,512); -- ...
Graham
kavemanperth
Offline Send Email
Apr 2, 2006
5:01 am
95675
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...
Mike Mann
rbikemike
Offline Send Email
Apr 2, 2006
5:03 am
Messages 95646 - 95675 of 143780   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help