Page 1 of 1

Manual Delta Tracker for MC 8

Posted: 21 Feb 2012
by SP
The indicator uses the new mouseclick function of Multicharts 8 and works for minute/tick/volume charts.

If you use "crtl + mouseclick" the indicator starts tracking the delta based on upticks/downticks
and calculates some additional values.

If you use "shift + mouseclick" the indicator resets.

Make sure that you click at the chart and not at the subchart and you have some space on the right part of the chart to display the box.

Limitations:
- Does not work if you click multiple times on the same bar as it needs intrabarpersist for
calculations. Needs 1 new bar till it works again after a reset or switch status on/off.
- Multicharts 8 or higher
- Indicator is Read-Only, time limited.


[Moderator's notes:]

Caution on importing compiled (sef) or password protected codes:

When you import an indicator file, which can consist of an indicator and multiple functions.
If you happened to have functions with the same names (which is quite often the case),
the import process will over write your functions and render them "read only".

Re: Manual Delta Tracker for MC 8

Posted: 21 Feb 2012
by SP
Image

Re: Manual Delta Tracker for MC 8

Posted: 08 Feb 2013
by Bounty_One
- Indicator is Read-Only, time limited.
Hello,

import doesn't work for me:
Study: "(Function)"
Error Code: 1

Is this due to the indicator being time limited? If so, could you post a new version?

Thank you.