Extended features for Dealbook Chartstudio CTL programming

Extended features for Dealbook Chartstudio CTL programming


~ CTLDLL ~

The CTLDLL library provides methods to read and write
‘static’ and ‘global’ variables in
Dealbook Chartstudio CTL chart indicators
and strategies.


There
is the recurring challenge with the way CTL strategies and indicators
run in Dealbook
that information calculated cannot be carried across to the
next iteration of the program.
CTLDLL now provides a way to save and access
data from any iteration of CTL code.
Further, the information can be
accessed by any other CTL program – providing a method of global access to
variables.


CTLDLL data can also be accessed and modified by external programs such
(as MS Excel) which further extends your trading capabilities.


Another challenge to CTL
indicators is that the code runs at each tick (price change) which will can
occur dozens of times a minute... perhaps hundreds of times an hour. Where
CTL indicators are working, for example in hourly charts, there could be many
wasted or unwanted iterations and re-calculations at each tick.
The
EachTime function provides a way to action a CTL iteration
after a specific time period.


CTLDLL now also has a set of function to support series
manipulation allowing cross currency and intra-timeframe indicators and
strategies.
These functions include scaling and timestamp indexing


-----------------------------



Orders and Enquiries to

CTLDLL@gmail.com
Order a licenced copy of
CTLDLL

** providing
your demo and live account names **

Pay with credit card via the safety of
Paypal

(Paypal account not
required)
~ or
use your exisiting Paypal account.


AUD$45.00
-------------
or Request a 14 day fully
operational demo



-----------------------------


Other functions supported in CTLDLL

Left, Right
These functions
return text portions of a given text string in the same manner as the 'Left' and
'Right' functions of Basic.


GMTOffset
Returns the current GMT time offset of your machine, for use with
timestamp calculations.

CTLDLL is
supported with several CTL function libraries that are free for use in other CTL
programs.

-----------------------------


CTLDLL is compatable with all current
versions of Dealbook (and ProStation) including beta 2.12, and runs Windows XP,
Vista and W64.
CTLDLL is 'passive', it sits deside Dealbook and will only
activate when CTL code references it.
The CTLDLL zip file contains
documentation and sample CTL programs.
Email support is provided with each
purchase of CTLDLL.


-----------------------------


Code Examples:


Code Example: Strategy linking 15 minute chart for opens and 30 seconds for closes



-----------------------------



Orders and Enquiries to

CTLDLL@gmail.com
Order a licenced copy of
CTLDLL

** providing
your demo and live account names **

Pay with credit card via the safety of
Paypal

(Paypal account not
required)
~ or
use your exisiting Paypal account.


AUD$45.00
-------------
or Request a 14 day fully
operational demo



----------------