Hi Murray The last time I used Power BASIC was version 6.11. Is there a specific thing that you need help with, like declarations or inline...
I'm referring to writing your own database engine in C++ or C#. One file for all symbols. You need a header in your file with an index that points...
We have a product for this at www.modulusfe.com/apr/ It can be used to scan for patterns, automatically place trades, etc. Feel free to ask...
Try to read and write to 50,000 symbols as individual files on NTFS. The process can take several minutes. Then try a memory mapped file, which...
To help make the adaption easier, you guys can ask programming questions on this forum and we will attempt to help you with code snippets, advice,...
My appologies if you had trouble contacting us earlier in the year. We were in the process of relocating the office from Chicago to Scottsdale, AZ...
Thanks Greg. Unfortunately, the FreeMarketData.net servers were brought down by developers who provided our service to thousands of end-users...
Microsoft .NET is not a kindergartner language. The nice thing about .NET is that while a kindergartener could learn .NET, its just as powerful as...
If you want to build your own trading software in VB.NET and either use it for your own trading or resell it to other traders, we have a complete...
Trading on the Edge by Deboek published by Wiley Richard
Modulus is building a new trading platform that will be given away for free by all popular brokerages, and I would like to ask ET members for...
I know exactly what happened and why it happened, but I can't say (its confidential). Modulus was going to acquire TradeBolt but in the end we...
ScanTheMarket.com is good for this. They have end-of-day scans where the last bar is always 15 minutes old.. and they (Genesis) are working on...
I agree. Or even VB.net.. which is easier than C# for some people. Whatever he starts with, he can always move up from there.. then the sky is the...
Yes but then later try to do a select on a certain span of data or request bar history and you'll see the differences in linear databases such as...
I don't share my systems so I name them "profitable", "extremely profitable", "unprofitable", and "total crap", etc. Richard
Not yet. Genesis Securities plans to change the data feed but they haven't got that far yet. For now you have to use the previous close.....
Well, maybe. But try this on Yahoo! with 11,000 stocks at once :D # Buy if a previous value was below the low Bollinger band and is now above...
Yes you could scan just after the opening and you can include volume: SET EXCHANGE = NASDAQ FIND STOCKS WHERE Low > REF(High, 1) * 1.01 OR...
TraderMojo.. thanks, will update the reference. gwb-trading.. A small group of symbols are missing fundamental data but its being worked...
Separate names with a comma.