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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 137774 - 137804 of 143745   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
137774
Hi Dingo, I know how to remove, add and even how to get a tickerlist using the Stocks object in the AmiBroker object model ... oStocks.Remove( Ticker ); ...
Ton Sieverding
amsiev
Offline Send Email
May 1, 2009
7:30 am
137775
Hi all, I'm testing a system which increases the number of positions as price moves in our favor, for example at $0.1 price intervals. entry at $25.00 2nd...
pmxgs
Offline Send Email
May 1, 2009
7:37 am
137776
Can someone please advise where the error is in the following simple code:- fbr = Status("firstvisiblebar"); Lbr = Status("lastvisiblebar")-1; x0 = fbr; x1 =...
brianw468
Offline Send Email
May 1, 2009
7:39 am
137777
Not much left on my list. What were previously limitations, at least from my pov (and possibly other more quant-oriented users), has been solved by the RMath...
vlanschot
Offline Send Email
May 1, 2009
8:47 am
137779
"To my surprise it seems as if Amibroker not only meets these criteria but exceeds them. " If this is the case btw. for only about 10% of MS price, there is no...
rhoemke
Offline Send Email
May 1, 2009
8:59 am
137780
Hello monty, Thank you for your quick reply ..but its not plotting correctly !? even i cant see ..evey level gets mixed up. please solve this Thank you...
chandrakant
darshan_age
Offline Send Email
May 1, 2009
12:08 pm
137781
Hi chandrakant' mmm, plots fine for me... Couple of things, this is not stand alone code needs to plot on a price chart.. I have added below a stand alone...
Monty
pmonty411
Offline Send Email
May 1, 2009
12:51 pm
137782
anyone?...
lucianomt
Offline Send Email
May 1, 2009
1:38 pm
137783
hello all, I am working on my AT system. with some succes but trying to work out where the errors are. I was studying the Autotrade system posted on the...
Noah Bender
noah.bender
Online Now Send Email
May 1, 2009
1:39 pm
137784
ACE, As I am still fairly new to AmiBroker, but do have a reasonable computer programming background, here are a few things that I am still working on... 1....
Blair
flyboypa30
Offline Send Email
May 1, 2009
1:40 pm
137785
Look at the functions list sorted by category. there are a whole bunch of functions depending on the specifics of what you want. It's all in the user manual....
sidhartha70
Offline Send Email
May 1, 2009
1:42 pm
137786
The main thing I would do is get a cast iron understanding of the AB execution cycle. I would get an understanding of that bedded deep into my DNA and then...
sidhartha70
Offline Send Email
May 1, 2009
1:43 pm
137787
Re: [amibroker] Re: what would you do differently with Amibroker while at first array handling in AB may be a bit confusing you'll find that eventually you...
Herman
psytek2
Offline Send Email
May 1, 2009
1:51 pm
137788
I did (I always do before posting here). On page 357, there is a list of all datetime related functions, but it's not there. Or I completely missed it. In any...
lucianomt
Offline Send Email
May 1, 2009
1:52 pm
137789
Re: [amibroker] Re: Date for Bar DATETIMECONVERT - date/time format conversion Date/Time (AFL 2.90) SYNTAX DateTimeConvert( format, date, time = Null ) RETURNS...
Herman
psytek2
Offline Send Email
May 1, 2009
1:58 pm
137790
I don't see how I could go from bar number to date with that function......
lucianomt
Offline Send Email
May 1, 2009
2:23 pm
137791
DateNum() gives you an array of values representing dates for each interval....
sidhartha70
Offline Send Email
May 1, 2009
2:31 pm
137792
I don't see how that works either. Maybe I didn't make myself understood. I am running an exporation, and I want to return the date where a particular Buy was...
lucianomt
Offline Send Email
May 1, 2009
2:39 pm
137793
Look up DateTime() function in the manual. Anthony ... From: lucianomt To: amibroker@yahoogroups.com Sent: Friday, May 01, 2009 10:39 AM Subject: [amibroker]...
Anthony Faragasso
ajf1111us2000
Offline Send Email
May 1, 2009
2:56 pm
137794
oAB.Documents.Open(CStr(Ticker)) is the way to do it in vbscript. The Cstr is needed in vb. d...
dingo
dingodigital
Offline Send Email
May 1, 2009
3:11 pm
137795
Re: [amibroker] Re: Date for Bar Use Filter = Buy in your exploration; will return a list of all Buys. The date will show in one of the default columns, if you...
Herman
psytek2
Offline Send Email
May 1, 2009
3:14 pm
137796
Hi, I downloaded this code from the Amibroker AFL library which calculates the intraday average volume. I have been trying to calculate the standard deviation...
gucytribe
Offline Send Email
May 1, 2009
3:18 pm
137797
Hi, The ticker for the index symbol as changed with the extension EUR, due to IB change. I unfortunately removed my index old name from the database, but...
reinsley
Offline Send Email
May 1, 2009
3:42 pm
137798
Herman, I can see how that would work, but my exploration actually filters for the most recent bar only and the point is exactly to display the date of the...
lucianomt
Offline Send Email
May 1, 2009
4:09 pm
137799
For the record, I got it to work using: DateArray = DateTime(); DateLastEntry = Ref( DateArray,-BarsSince(Buy) ); No convert needed....
lucianomt
Offline Send Email
May 1, 2009
5:02 pm
137800
Re: [amibroker] Re: Date for Bar look also at ValueWhen( Buy, DateTime() ) Note that there are DateTime(), DateNum() and TimeNum() arrays. afl provides many...
Herman
psytek2
Offline Send Email
May 1, 2009
5:52 pm
137801
Looking for programmer familiar with AFL and connecting to vb.net programs. I have an existing vb.net (front end) program that places bracket trades to TWS...
Bruce Hawkins
tonkadad
Offline Send Email
May 1, 2009
6:17 pm
137802
Very interesting problem. First, it appears that your code is not quite right. It would appear that Status("lastvisiblebar") will actually give you the index...
Mike
sfclimbers
Offline Send Email
May 1, 2009
6:21 pm
137803
Hello monty, Yes this is working ... Thank you...
chandrakant
darshan_age
Offline Send Email
May 1, 2009
6:28 pm
137804
SOLVED I created the symbol with the old name Then copy the old file and paste to overwrite the new file Straightforward as somebody used to say in all its...
reinsley
Offline Send Email
May 1, 2009
6:41 pm
Messages 137774 - 137804 of 143745   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