Do Not change values in global variables until i change

Created at 05 Nov 2013, 20:00
How’s your experience with the cTrader Platform?
Your feedback is crucial to cTrader's development. Please take a few seconds to share your opinion and help us improve your trading experience. Thanks!
MI

mijo212

Joined 12.10.2013

Do Not change values in global variables until i change
05 Nov 2013, 20:00


Hello,


Can add check box or how can i do 

if(LostConnecton() == true || CrashPlatform() == true || ReopenPlatform() == true)

{

Donot Recalculate Init() in Indicator and donot change values in global variables and arrays ?

Save this value to file or similar ?

this will be very helps and usable.

thx. 


@mijo212
Replies

Spotware
07 Nov 2013, 17:04

Persisting of states of an instance may be implemented in the future.


@Spotware