How to change values of a vector

 

Hi everyone,

Does anybody know what is the problem with this simple code? I want to change the vector values but I get error in compiling.

vector HA_Candle = {1,2,3,4};

HA_Candle = {2,3,3,4};

ERROR: '{' - expression expecte