Orders and Enquiries to
click
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 one month fully operational demo
Home Page
The CtlDll library provides methods to read and write ‘static’ and ‘global’ variables in Dealbook Chartstudio CTL chart indicators and strategies.
It is a recurring problem with the way CTL programs run that information calculated cannot be carried across to the next iteration of the program. The GetNum and SetNum functions in CTLDLL now provide a way to save and access data from any iteration of the code.
Further, the information can be accessed by any other CTL program – providing a method of global access to variables.
Further, the information can be accessed by any other CTL program – providing a method of global access to variables.
Another challenge to CTL programming is that the code runs at each tick (price change) which will normally happens dozens of times a minute... perhaps hundreds of times an hour. Where CTL programs 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.
Home Page