internal stack overflow-simplify the program

 
setting #property stacksize doesn't help.
What's the reason?
 
too complex nested expressions. try to use functions.
 
i just included 150 commands like: ObjectCreate etc. No nested expressions at all !

"ObjectCreate("4145770_O", OBJ_ARROW, 0, D'2007-01-04 09:25:18', 0.0000);ObjectSet("4145770_O", OBJPROP_COLOR, Green);ObjectSet("4145770_O", OBJPROP_ARROWCODE, 1);ObjectCreate("4145770_Z", OBJ_ARROW, 0, D'2007-01-04 09:25:18', 0.0000);ObjectSet("4145770_Z", OBJPROP_COLOR, Green);ObjectSet("4145770_Z", OBJPROP_ARROWCODE, 3);ObjectCreate("4145770" , OBJ_TREND, 0, D'2007-01-04 09:25:18',0.0000,D'2007-01-04 09:25:18',0.0000);ObjectSet("4145770",OBJPROP_RAY,False); ObjectSet("4145770", OBJPROP_COLOR,Green); " etc.


I just wanted to have one script that contains all data from forwardtests so that I could display it on chart with one click.
Reason: