imf_speed_cond.xml 364 Bytes
<?xml version="1.0"?>
<param xml:id='imf_speed_cond'>
	<time_resolution>600</time_resolution>
	<get>
		<amdaParam name='imf' />
		<amdaParam name='speed' />
	</get>
	<process>And(greater_than($speed,100),greater_than($imf[0],0))</process>
	<output>
		<dataMining>
			<timeFormat>ISO</timeFormat>
			<fileFormat>XML</fileFormat>
		</dataMining>
	</output>
</param>