My experience has been positive. Here are a couple of negatives: 1. you cannot trade from a client account - only from the advisor. Which makes sense of course...
You might notice a slowdown in the optimization performance if you read the numbers from a file hundreds of times during the optimization. If the performance...
For bookmarking forum posts, you might consider using Twine or Delicious. You can tag the bookmarks with keywords to make it easier to find items later. You...
What about just using Firefox with foxmarks? Allows me to to file away hundreds of bookmarks in dozens of folders, like the Windows file system, but with the...
In Outlook 2007 you can search "All outlook items" which does a pretty impressive job (once it finishes indexing your files) -- Joseph Biran ... From:...
Hi Randy -- Go to this website and scroll down to the Data section. There are links to historical intra-day data providers. You can get a little for free,...
Greetings all -- The setup instructions for both qpFeed and DTNIQ Feed are included in the chapter of Introduction to AmiBroker that you can download (free)...
The best browser for organizing and retrieving bookmarks is Opera, a Norwegian browser, followed by Firefox. Internet Explorer is a distant 3rd or fourth...
i am tempted to use xp 64 bit for reasons of using more memory on my machine. what are the pro and cons. understand that there are only afew apps that use 64...
Hi, After my scan or exploration the buy/sell arrows are not appearing in the charts? even i select (show all trade signals) no arrows are showing up. any help...
How to detect Parameter change Hello, I have many parameter statements and want to know when any one has changed. Is there a trick to do this without OR-ing...
Herman, Here are a couple of ways: _Param_Values() will give you a string for each section. You will have to save the last values and test them in each...
Re[2]: [amibroker] How to detect Parameter change Thanks Dennis, Yes, these are ways. i was looking for something tricky, like seeing if the broker.params file...
This is probably just a setting I have to change, but I don't see it. My base Time Interval is set at 1 minute in the database settings. If I set my Bar Replay...
I use Copernic Desktop Search, which will index any document, file, email, etc you have on your hard drive. Drop in some search terms, and get a listing of...
Yes, indeed, Howard. Very good description in your book. My problem was that even though the qp server verified/recognized my password, they had not "turned...
Dear friends I have setting of amibroker 30 bars empty at the end of the chart. if i draw a trend line and stretch this trend line in future say in this 30...
Hey Mike (or anyone), As a simple test, I am first trying to extract a few numbers from a basic text file and print them to the interpretation window. But I'm ...
... You have incremented count twice so when you output the text you are outputting the value of an array item that has not be assigned to yet. Your printf...
My comments apply straightly to Xp64 not Vista64 AB 32 runs smoothly, if anything, a little faster, and use memory a little better and more reliable. There are...
Thanks on the Count++. It's an improvement. But I still get wrong results: Number: 5.30979e-037 Number: 0 Number: 0 Number: 0 Number: 0 Number: 0 Number: 0 ...
... results: Oops...don't increment before writing out your data: good[count] = StrToNum(fgets(fh)); printf("Number: %g\n", good[count] ); count++; That should...
Yes, I've used InfoSelect for a few years. It's a PIM (personal information manager) and I use it to store all AFL, code clips and comments for my work and...
hi, I want to know Is there anyway to load backfill data in amibroker or something like url which provide one day and 5 day backfill data.Any suggestion is...
Re[2]: [amibroker] Re: Document Storage Software yes Joe, I have been using it as long as I can remember, it must be about 10 years. I didn't upgrade to the...
Hello, I want to identity a MACD no-crossover. My "if" condition is wrong, it depends of the last bar. However, I find both side (positive or negative) but one...