[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Request for Bids for Simple(?) Custom DLL



PureBytes Links

Trading Reference Links

Gentlemen,

I am seeking a DLL for use with either minute-based (ie, 5-minute) and
tick-based (ie, 25-tick) TS4 realtime charts that for each bar would
return the quantity (UpTiks - DownTiks), where:

UpTiks = the number of ticks within that bar having a price increase
from the prior tick;
SameTiks = the number of ticks within that bar having no change in price
from the prior tick; &
DownTiks = the number of ticks within that bar having a price decrease
from the prior tick.

Please note that this is slightly different from current TS Easy
Language programming code, where

an UpTick = Tick having a price increase + number of Ticks thereafter
having no change in price; &
a DownTick = Tick having a price decrease + number of Ticks thereafter
having no change in price.

In other words, current EL programming code counts unchanged ticks on
the basis of the last change in price and adds them to Upticks or
DownTicks.  The DLL I seek omits unchanged ticks.

Please submit any proposals for delivering such a DLL.  Thank you.

Sincerely,

Richard