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 ); ...
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...
Can someone please advise where the error is in the following simple code:- fbr = Status("firstvisiblebar"); Lbr = Status("lastvisiblebar")-1; x0 = fbr; x1 =...
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...
"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...
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...
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...
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...
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....
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....
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...
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...
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...
Re: [amibroker] Re: Date for Bar DATETIMECONVERT - date/time format conversion Date/Time (AFL 2.90) SYNTAX DateTimeConvert( format, date, time = Null ) RETURNS...
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...
Look up DateTime() function in the manual. Anthony ... From: lucianomt To: amibroker@yahoogroups.com Sent: Friday, May 01, 2009 10:39 AM Subject: [amibroker]...
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...
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...
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...
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...
Re: [amibroker] Re: Date for Bar look also at ValueWhen( Buy, DateTime() ) Note that there are DateTime(), DateNum() and TimeNum() arrays. afl provides many...
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...
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...
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...