You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16
Original file line number
Diff line number
Diff line change
@@ -100,3 +100,19 @@ An incomplete user interface. If completed the user might use this to check and
100
100
101
101

102
102
103
+
104
+
## Left As Exercises For The Reader
105
+
106
+
This demonstration suggests at but does not yet implement the following.
107
+
108
+
1. Unsubscribe: users can subscribe to symbols, and it is intuitive that they be able to unsubscribe as well.
109
+
110
+
1. Automated subscription to FX time-series candlestick data for Dukascopy data, displayed in a table and as an [Excel stock chart](https://www.tutorialspoint.com/how-to-create-stock-chart-in-excel).
111
+
112
+
1. Editing the server URL and authentication details: hinted at by the Authentication tab, it would be intuitive to load and save these in user defaults.
113
+
114
+
## Utility Scripts
115
+
116
+
`purge.sh` finds and removes Excel's web cache. Microsoft advise clearing the cache as part of the development and debugging process. Takes the `-n` option to remove even more.
117
+
118
+
`defaults.sh` useful only on macOS. Applies the system defaults to enable web view development tools from within the taskpane.
0 commit comments