[ARCHIVE]Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Can't go anywhere without you - 5. - page 97

 
There is no such line. The text appears in a separate box without any details.
 
Then post the lines you've added and a couple of old lines on each side.
 
MikeM:
Then post the lines you've added and a couple of old lines on each side.

You must be psychic.
 

This line is added in two previously empty spaces

if (Var_Stop==3)stopsell = opensell+Stop_Pips*Point;

+ this line has been added to the two previously empty spaces as well.

if (Var_Stop==3)stopbuy = openbuy-Stop_Pips*Point;

Everything compiled well before insertion. After insertion Type of error

 
Vinin:

You must be a psychic.
Does that mean that the cause of this kind of error cannot be ascertained from the source?
If it doesn't, then I don't understand the point of the remark.
 
MikeM:
Does this mean that the cause of this kind of error cannot be ascertained from the source?
If it doesn't, I don't understand the point of the remark.

You can look at the whole code, and the logs will help. You can't tell anything from two lines
 
Vinin, hello, if there's an explanation, I'd love to read it.
 
locol91:
Vinin, hello, if there's an explanation, I'd love to read it.

Not much information
 
Show adjacent lines and lines describing the variables used
 
Yes. There seems to be a limit to the total number of variables. I'm not quite sure why this happened, but after making several identical parts as a single function, the error has stopped. Sorry for the inconvenience.
Reason: