Reset Global Variables to Zero

Questions about MultiCharts and user contributed studies.
escamillo
Posts: 203
Joined: 25 Mar 2011
Has thanked: 23 times
Been thanked: 56 times

Reset Global Variables to Zero

Postby escamillo » 22 May 2011

TS has a function that allows Global Variables to be reset on a chart refresh [instead of on reboot of program or computer] called GV_ResetAllNmd<type> (e.g. GV_ResetAllNmdDbls). When using this function in MC, an error message occurs that says:

'Can't find function "GV_ResetNmdDbls" in dll.'

Can/how can Global Variables be reset to zero in MC on chart refresh?

tekram
Posts: 96
Joined: 26 May 2009
Has thanked: 6 times
Been thanked: 18 times

Re: Reset Global Variables to Zero

Postby tekram » 23 May 2011

GV_ResetAllNmd added in Global Variables 2.2. Check if Global Variables 2.1 installed.
TS has a function that allows Global Variables to be reset on a chart refresh [instead of on reboot of program or computer] called GV_ResetAllNmd<type> (e.g. GV_ResetAllNmdDbls). When using this function in MC, an error message occurs that says:

'Can't find function "GV_ResetNmdDbls" in dll.'

Can/how can Global Variables be reset to zero in MC on chart refresh?

escamillo
Posts: 203
Joined: 25 Mar 2011
Has thanked: 23 times
Been thanked: 56 times

Re: Reset Global Variables to Zero

Postby escamillo » 23 May 2011

GV_ResetAllNmd added in Global Variables 2.2. Check if Global Variables 2.1 installed.
TS has a function that allows Global Variables to be reset on a chart refresh [instead of on reboot of program or computer] called GV_ResetAllNmd<type> (e.g. GV_ResetAllNmdDbls). When using this function in MC, an error message occurs that says:

'Can't find function "GV_ResetNmdDbls" in dll.'

Can/how can Global Variables be reset to zero in MC on chart refresh?
Thanks.
Global Variables work in MultiCharts without having had to insert the TS dll GlobalVariable.dll into the MultiCharts program file. I am not going to install GlobalVariable.dll into the MultiCharts program file without know that it it is not going to interfere with native MultiCharts Global Variable functionality.

And I presume that there is already a way to reset MC GV's to null or zero on a chart refresh. But maybe not.

User avatar
Stan Bokov
Posts: 963
Joined: 18 Dec 2009
Has thanked: 367 times
Been thanked: 302 times

Re: Reset Global Variables to Zero

Postby Stan Bokov » 23 May 2011

GV_ResetAllNmd added in Global Variables 2.2. Check if Global Variables 2.1 installed.
TS has a function that allows Global Variables to be reset on a chart refresh [instead of on reboot of program or computer] called GV_ResetAllNmd<type> (e.g. GV_ResetAllNmdDbls). When using this function in MC, an error message occurs that says:

'Can't find function "GV_ResetNmdDbls" in dll.'

Can/how can Global Variables be reset to zero in MC on chart refresh?
Thanks.
Global Variables work in MultiCharts without having had to insert the TS dll GlobalVariable.dll into the MultiCharts program file. I am not going to install GlobalVariable.dll into the MultiCharts program file without know that it it is not going to interfere with native MultiCharts Global Variable functionality.

And I presume that there is already a way to reset MC GV's to null or zero on a chart refresh. But maybe not.
Yes, you can replace the DLL with your new one. It will simply change it to the new version. You can backup your old one, by copying to your Desktop prior to replacing.


Return to “MultiCharts”