<task-ID>19192182</task-ID>

<default-options>
	<start-date>20/01/2001
	<end-date>20/01/2001
	<interval>daily
	<leadbars>20
	<commission>0.005
	<commission-type>per-share
	<starting-capital>10000
	<allocation>20
	<allocation-type>percent <!-- percent | shares | cash | percent_of_equity -->
	<bar-count-exit>0
	<force-round-lots>false
	<max-open>0
	<max-open-symbol>0
	<profit-target>10%
	<stop-loss>30%
	<scope>GOOG, MSFT, EWZ</scope>
</default-options>



<open-position type="long">
	bid > bid.history (-1)
	bid.history (-1) >  bid.history (-2)
	bid.history (-2) >  bid.history (-3)
	volume > volume.history(-3)
</open-position>
		
<open-position type="long">
	indicators.aroonup (20, close) > indicators.aroonup (-20, close)
	indicator.abcd > indicator.defg * 0.96
</open-position>

<open-position  type="short" options="allocation = PositionsManager.thisSymbol.holdings.percent * 0.5">
PositionsManager.thisSymbol = open
month = may
</open-position>


<open-position>
</open-position>

<close-position>
	bid > position.closeprice * 1.10
	indicator.aroondown (20, close) > 90
</close-position>

<close-position>
	indicator.aroondown (50,close)>90
</close-position>
