If you are having trouble viewing this email please go to http://www.biocompsystems.com/newsletters/bits/v1n25.htm to view it in your browser. To ensure receipt of our emails, please add profit@biocompsystems.com to your Address Book. Thank you.

   BioComp Systems › Bits Newsletters › Volume 1 Number 25                                         September 21, 2006

Dakota R/T 1.2.11 Release


Yesterday we released Dakota R/T version 1.2, Build 11 with faster loading of historical data, improved support for QuoteTracker historical data files (not just live streams), user interface enhancements and turned on Knowledge Base access.  Now R/T users can start seeing the results that others have contributed.  We include the good, the bad and the ugly in this Knowledge Base and so far we've have collected 560 cases on 90 tickers.  You can browse other's results by ticker, or search by various criteria including equity curve straightness or buy-and-hold ratio, etc.

We can see the bulk of the interest so far is in the S&P500 emini, the Russell 2K emini, EURUSD and the QQQQs.

This Knowledge Base will continue to grow as users share their findings to everyone's benefit, a unique feature uncommon in trading tools.  The End of Day Knowledge Base is flooding over with 10's of thousands of examples, so many we've had to start paring it down to a reasonable size.  The Knowledge Base is a valuable resource for finding good trading opportunities.

 


Tech Talk



Working the Night Shift
Someone recently asked me how to setup Dakota R/T to trade only on the off-hours bars, what I call "Working the Night Shift".  Now, I don't know how much money you can make in these odd hours, it depends on the security, but it is fairly easy to setup Dakota R/T to do this: One way is to use a ScriptStop to exit during normal trading hours.  The code in such a stop's Evaluate function is pretty simple:

Dim TimeArray
Dim BarTimeStamp
Dim CurrentTime

'Get the times sent to the stop
TimeArray = ParameterArray(1)

'The current timestamp is on the end of the array
BarTimeStamp = TimeArray(Ubound(TimeArray),1)

'The time is in MSFT Julian floating point format. We compute the current time in hours...
CurrentTime= BarTimeStamp-Int(BarTimeStamp)*24

'Compare it to the criteria the user has specified in the Stop's Parameters()
If CurrentTime > ParameterValue(1) and CurrentTime < ParameterValue(2) then

'The time is within the hours specified: Exit
Script_Evaluate = GOOUT

else

'Else let the signal pass as it is
Script_Evaluate = STAYPAT

end if

If you set the first parameter to 9 and the 2nd parameter to 16, Dakota will exit between those hours. Dakota R/T users can download this ScriptStop from the Download Center in the Forums.

 
In This Issue
Other Items Of Interest
See Dakota Swarm TechnologyTM  trading systems perform on a wide variety of securities
You can build your own trading bots for BioComp Dakota using Visual Basic 6.
 

 

Customer Quotes
C. M. on Dakota R/T ...
 
"This is great software"

September 22, 2006

 

 

Get Dakota Today!
End of Day or Intraday ...
It's your choice, but get moving!  You can be up and running today.

Order On-Line >

 

 

This newsletter is brought to you by BioComp Systems, Inc.  Please forward it to anyone who might be interested.  They can also subscribe at: http://www.biocompsystems.com/cgi-bin/mojo.cgi?f=s&l=Profit

These documents are provided for informational purposes only. The information contained in this document represents the current view of BioComp Systems on the material discussed as of the date of publication.  Materials written should not be interpreted to be a commitment on the part of BioComp and BioComp cannot guarantee the accuracy of any information presented after the date of publication.   INFORMATION PROVIDED IN THIS DOCUMENT IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND FREEDOM FROM INFRINGEMENT. Statements of equity performance are hypothetical and have not been substantiated by records of actual trading.  Hypothetical or simulated performance results have certain inherent limitations. Unlike an actual performance record, simulated results do not represent actual trading.  Also, since the trades have not actually been executed, the results may have under- or over-compensated for the impact, if any, of certain market factors, such as lack of liquidity.  Simulated trading programs in general are also subject to the fact that they are designed with the benefit of hindsight. No representation is being made that any account will or is likely to achieve profits or losses similar to those mentioned.

The user assumes the entire risk as to the accuracy and the use of this document. This document may be copied and distributed subject to the following conditions: 1) The entire document must be copied without modification; 2) All copies must contain BioComp's copyright notice and any other notices provided therein; and 3) This document may not be distributed for profit.  All trademarks acknowledged.  (C) Copyright BioComp Systems, Inc. 2006.