Looking for a programmer for a Tradestation Black box using C, and tick data

simply program a black box, in c for tradestation these set of rules, using tick data:

We look for the slow stochastic to make a new low
A new low implies an old low that has been exceeded.
We will call the old low: low-b
Low-b needs to meet 2 conditions
1
It is below 35
2
On either side of the low-b, preceding and ante-ceding, there is a rise
of 5 points.
To explain: a rise of 5 points means that if the low is 10 it needs to
have hit 15 on either side.
 
There is no need to program something as simple as this in C. It can easily be programmed in Easy Language which will save the trouble of dealing with DLLs and thus run faster.

Jack
 
Back
Top