Reply

Custom Indicator Import – Empty Strings

1 replies

mantadiver

Subscriber, bbp_participant, community, 33 replies.

Visit profile

7 years ago #115423

When importing a custom indicator into EAWizard with a line such as:

 

extern string xyz = “”;

 

EAWizard imports the default value as a blank field instead of “” and will not work.

 

To get it to work I simply double click on the imported indicator and add “” to the relevant string fields.

 

I have recently had a related problem where an EA causes memory to continually increase. I discovered it was related to a similar problem where in the code there were several lines with:

 

string xyz = “”;

 

As soon as I added extern to these lines and manually added the “”” in EAWizard the memory leak stopped and everything is now fine.

 

My question is what can I do in the pre-imported code to ensure that EAWizard picks up these fields and places a default value of “”in string fields ?

 

Many thanks

 

 

 

 

0

tomas262

Administrator, sq-ultimate, 2 replies.

Visit profile

7 years ago #138738

Hi, can you send me the indicator or attach here so I can have a look into it?

0

Viewing 1 replies (of 1 total)