Quote:
|
Originally Posted by niva
I never had chance to work with scripts, could you explain how it function.
|
Put the script in the expert/scripts directory. Compile and drag it to the chart.
You can use it as an example hot to write into a file.
in your EA or indicator INIT procedure open the file(handle variable must be global) and inside the START procedure write into the file. Close the file in the REINIT procedure.