学習期間におけるカブロボの設定

今日は評価期間でテストを行うため、robot-config.xmlの変更を行うのでメモ

学習期間の設定

	<robot-class-name>SampleRobot</robot-class-name>
	<time>
		<start>2004-02-12</start>
		<end>2005-12-31</end>
	</time>
	<asset>10000000</asset>
	<each-stock-limit>100</each-stock-limit>
	<short-trade>false</short-trade>
	<special-order>false</special-order>
	<data>data50</data>
	<user-log>
		<console level="0" />
		<file level="0" path="log.txt" />
		<database level="0" />
	</user-log>
	<system-log>false</system-log>
	<config-confirmation>false</config-confirmation>
	<overwrite>false</overwrite>
</robot-config>

評価期間の設定

変更するといっても、下の部分だけ

	<time>
		<start>2006-01-01</start>
		<end>2006-12-29</end>
	</time>