An addition to EFS that I think would provide a lot of functionality would be the ability to create small buttons that would be displayed at user-defined locations within the chart window, regardless of scrolling (e.g., bottom-left of chart window, bottom-right, etc.). These buttons would have onClick() handlers associated with them (similar to how Array.sort() is handled now) that could be used to change variables within the script and then call the main() function to recalc the script. This would alleviate the need for the user to go into Edit Script Options repeatedly.
A simplistic example would be an EFS script that calculates and displays an auto-regression band around current price action. One of the options for this script would be to change the # of StdDevs to use in the calc. If these new buttons were available, we could simply add two buttons to display on the chart: StdDev-- and StdDev++. If the user wanted to increment the standard deviations used in the script, they could click on one of the buttons, the formula would be recalc'd and the bands re-displayed.
Overall, I could think of many uses for a feature such as this. Just my 2 cents
A simplistic example would be an EFS script that calculates and displays an auto-regression band around current price action. One of the options for this script would be to change the # of StdDevs to use in the calc. If these new buttons were available, we could simply add two buttons to display on the chart: StdDev-- and StdDev++. If the user wanted to increment the standard deviations used in the script, they could click on one of the buttons, the formula would be recalc'd and the bands re-displayed.
Overall, I could think of many uses for a feature such as this. Just my 2 cents
Comment