Too busy to play in Stock market? how about 24 hour Currency market? You can trade whenever you have the time. Simple to understand and easy to learn click ...
I am attempting to re-create a NN that was in Futures Mag. The network consists of 2 input neurons, 1 output, and two hidden layers of 4 and 2 neurons each....
Is there anybody who has experience in trading S&P 500 E-mini futures and can give me an estimate for average slippage for stop and limit orders? Does choice...
Hi, If you want 61 inputs, then you need a net with 61 input neurons, not two! Perhaps the net you need has a 61-4-2-1 architecture. If you have the data in a...
Hi, If you are trading during normal market hours (when the ES is very liquid), you should not often experience more than one tick of slippage on the ES (S&P...
Hi, Your problem is most likely the "ByRef Value As Variant" in the GetVecQQ fuinction declaration. Variants are specific to Windows, ActiveX and VB. VB...
Hi, Program trading is non-statistical arbitrage. In statistical arbitrage, there is uncertainty, even at the termination point; in non-statistical arbitrage,...
Hi, Yes. C-Trader has a scripting language, and you can easily script standard walk-forward testing. You can also create systems that contain complete...
Hi I'm new to the group, and to the software. I'm 40 and a SW developer from way back. Have been discretionary trading FX for a year now with mixed results....
Hi, There appear to be several problems. The first is simply that the standard C header files are not being included from the gcc/g++ distribution, but from...
Thanks Jeff All working now. I wasn't sure which kb_getch to use as there are two (nw and w - I assume wait an no wait), but have used _w and all seems to...
Hi, Glad to hear that you got everything working. I never traded FX. Looked at it once, and did not like the spreads and the fact that you could not (at least...
Hello List, I'm hoping someone on the list can help with me this. On EliteTrader.com there was a forum by Acrary dealing with Monte Carlo Var Analysis. He used...
I have read the Read-me.txt. I have been trying to install the CD to the hard drive using Windows XP, but i can't get further than the Step 2 of the...
Hello Ryugan, You could open the CD and just copy/paste the folders to your hard drive. Or try this: Click "Start", "Run", then type "command" next to "Open"....
Hello Ryugan, No, there shouldn't be a difference between copy/past and xcopy. It appears that you have C-Trader in the folder "My Documents". It shouldn't be...
MessageHello Trey, I got through the part in the DOS prompt where u mention cd c:\scicon\gopt103. Now I tried buildunx but it gave me some error message so I...
Hello Ryugan, No problem. I'd never used DOS either and had problems of my own. If your file is 'buildsym' then you have the win98 version which won't work ...
MessageHi Trey, I just purchased the Unix version yesterday and struggling to get program working. How do I change to the UNIX version so that C-trader works....
Hello Ryugan, Copy the sconx folder to your 'c:' drive. Just like you did with the scicon folder. Sconx and scicon are pretty much the same, they just have ...
MessageHi Trey, I've done what u mentioned. I get an error message that says 'g++' is not recognized as an internal or external command..." Thanks Ryugan ... ...
Hello Ryugan, It appears that you don't have the path set for the compiler. Here are the directions: First you need to set the path for the mingw compiler. On...
MessageHi Trey, I think I have successfully run the batch files and the makefiles. I am trying to to open up one of the examples in TRAPSMOD. How do I start...
Hi, This is Jeff. Make will not see the makefile unless it is in lower case! The ISO9660 standard for recording CDs forces everything to upper case. Just...
Hello Ryugan, All testing is performed in the "c:\sconx\traps" directory, in the file "trapsmod.c". When you want to test one of the models from the book, you...
Jeff Well, we're up and running, making small changes and playing with the toolkit. However, just scanned the code for trapslib.c. Looks like it doesn't handle...
Hi, I do have an intraday version, but it differs due to many changes I have made over the years for intraday trading. It is probably best to just add a data...
MessageHi Trey, When I type the command "makeportfolio" I get a message saying "***FATAL ERROR: Market pricing file not found! ***" I don't know what I did...