Barry, It's a new entry. I've had a value of 2,500,000 in there for a few months now. Works perfectly. Although, as mentioned, if you do a lot of symbol...
hi James, you could also use for instance Buy = (H > PhighPrice); etc. instead of a cross. And then let ExRem or other means take care of the excessive...
Yes, just don't answer it ;) Joseph Biran ____________________________________________ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On...
Take a look at the AB Object model in the help file there is example in there on how to set your filter to a particular marke. Watchlist is similar. ... ...
Hi Everyone so by just knowing yourself you will start making money ??????????? or buy writing codes you start making money ???????????? if any new comer to...
Yes, it is surely correct to pounce on my post, since it was directed at the newcomer. (not) _____ Från: amibroker@yahoogroups.com...
Jan Malmberg
jan@...
Aug 1, 2008 10:13 am
127592
Herman and Al, I took the scissors to my first effort. It isn't an inline backtester, rather an inline RootCauseMetrics indicator (possibly it could be used...
... This key does not exist on the machine I'm looking at (which has AB 5.15 installed). Obviously I could add it myself, but "should" it already be there? ...
No, it shouldn't. This key is a "hidden extra feature" for advanced users having computers powerful enough to handle extra load. By default the key does not...
At "Command Prompt" Type "regedit" and look for HKEY_CURRENT_USER\Software\TJP\Broker\Settings\MaximumNumberOfBars Click on gMaximumNumberOfbarsh And ...
Approaches like this might be sufficient for extremely simple systems trading single securities in or out . no scaling . no position sizing . no multiple...
... systems ... sizing . no ... I am not sure what Herman & Al are up to (don't expect them to tell me all OR that they even have fixed needs). It might do a...
Thank you for your reply. My request is a little more complicated. Your suggestion would presume that I want to buy if the foreign symbol rises 1.04 *today.* I...
Louis, It looks like you have: if(arnotrade=1) It should be: if(arnotrade==1) The first one does an Assignment. The second one does a Test for equality; ...
Fred, A couple more. For multiple securities the Portfolio GF is the product of the individual symbol GF's - it is like a matrix that adds up in both the ...
... OEX options or futures contract? This was the premire indices to trade. It seems you could make a small fortune day trading this alone.<< QQQQ options are...
I did an explore which wound up having 432,830 rows (8900+ symbols, monthly, from 2004 to present. It took it 5 min 0 sec to save to disk. Can someone confirm...
I don't know what a "GF" is but portfolio trading is NOT the product or sum of trading individual securities as there are a number of other complexities ...
I have not checked V/OI but would not be surprised if leveraged vehicles (e.g., QID, etc.) have not eaten into the options. They certainly have for me. Bill ...
You can use MS Access.......so long as the file is less than 2G ... From: Ken Close <ken45140@...> Subject: [amibroker] Reading and Writing Large CSVs ...
Notepad or any plain text editor will open such file. Best regards, Tomasz Janeczko amibroker.com ... From: Ken Close To: amibroker@yahoogroups.com Sent:...
Fred, Why reinvent the wheel indeed... I am a case in point. I have reinvented many wheels. I usually do it out of ignorance. I see a need and start...