Hi Phil,phil_trade wrote:Have you disabled all Signals from signals tabs ?jjgengis wrote:Hi to all,
have someone noticed that MM's memory usage is very high? After two days my VPS was blocked. Turning off Empty4 and restart it, the situation become normal.
is there a mql instruction that allow to reset the EA/indi's memory usage?
JJ
Are you using 512000/65000 bars in Options Menu / Graphics tabs ?
may be it could help
I studied the behavior of MM. I have introduced in MM the modification that allow MM to calculate SS indi in different time for each chart.
Once MM begin SS-indi calculation the memory consumption increase from 20 to 65 MB, depend which pair has been calculated. After two minutes ( that's value of myStartMinute variable) the next chart is calculated and the memory consumption increase again. This happen up to the last chart has been calculated. at the end the total memory consumption will be 800MB (for 11 charts).
But ..... if I push F7 key and return to the chart, the memory back free, the same if I restart Empty4.
At this point, my question is: all the data that MM store in memory from SS-indi, after calculation, is possible to cancel?
JJ