So I got really exicted to use the watchlist feature in e11, but after running some simple EFS's in it, I realize its a massive resource hog.
Does anyone have any ideas of how to reduce the update frequency.
For example, I have one simple EFS that just prints "breakout" and changes the color if high(0) > high(-1, inv30) and other similiar scripts.
The previous high value wont change for 1/2 an hour but running this script on every new tick is a resource hog.
I was thinking about printing values (that dont need to be updated often) to a text file and then importing them but I am stuck trying to figure out a script that would import values every 30mins (or 5min etc) and if that script would be much of an improvement anyways
any ideas.
Does anyone have any ideas of how to reduce the update frequency.
For example, I have one simple EFS that just prints "breakout" and changes the color if high(0) > high(-1, inv30) and other similiar scripts.
The previous high value wont change for 1/2 an hour but running this script on every new tick is a resource hog.
I was thinking about printing values (that dont need to be updated often) to a text file and then importing them but I am stuck trying to figure out a script that would import values every 30mins (or 5min etc) and if that script would be much of an improvement anyways
any ideas.
Comment