';' - open parenthesis expected

 

double sell_stop = support - Point;

double buy_stop = resistance + Point;


for my5 expert

in these lines i got error

';' - open parenthesis expected

 
Jeff Stones:

double sell_stop = support - Point();

double buy_stop = resistance + Point();

Hi Jeff

check the above correction.