Thread: MQL4 Learning
View Single Post
  #741 (permalink)  
Old 07-01-2009, 05:49 AM
Ricx Ricx is offline
Junior Member
 
Join Date: Apr 2006
Posts: 26
Ricx is on a distinguished road
Quote:
Originally Posted by luxinterior View Post
I'm not too clear on your question but if you're trying to phsyically change an external variable so that it will show up in your paramenters as changed then you can't do that. However if you change the value of an external variable from within your EA it stays changed until you recall the init function by either changing time frames, re-entering your external variables by looking them and pusing SAVE etc.

Not sure what you want to achieve but maybe take a look at global variables or consider writing values to a file.

Good luck

Lux
you got it right lux, sorry for not so clear... im not programmer and just learning to code this

Yes i'm trying to write the Extern variable

thank you for the save idea i like it... i'll try to make the EA save then load it nice.
Reply With Quote