the indicator initialize void

Created at 12 Oct 2018, 04:20
Bits's avatar

Bits

Joined 14.03.2018

the indicator initialize void
12 Oct 2018, 04:20


when changing the timeframe, the void of initialize  is do twice, eg:

protected overwide initialize (){

form.show();

}

if i change the timeframe of chart(the chart has the indicator befor changed),it will show two forms.it look like the void of  initialize  that contain the initialize and thd uninitialize .


@Bits
Replies

PanagiotisCharalampous
12 Oct 2018, 12:36

Hi yearn2012,

It is a known issue and should be fixed in one of the upcoming updates.

Best Regards,

Panagiotis


@PanagiotisCharalampous