evdubs
evdubs
For each of the bullish/bearish chart patterns, the Stock Outlook is computed like: Profit / ATR = Stock Outlook Computing the Stock Outlook helps determine whether to use Long Calls/Puts...
Recently, there was some feedback given about racket/gui limitations from user [13415](https://news.ycombinator.com/user?id=13415). I figured it may be helpful to leave them here? If they're valued, I can break them out...
There was a UAA earnings date entry, but no UA entry. Some linkage between class shares and earnings should probably exist.
Hello, I would like to know if there is a way to have two datasets share an x-axis while using independent y-axes. My use case is to plot stock prices...
See https://en.wikipedia.org/wiki/Box-drawing_character for the tables that show these characters. This is not really a big deal, but if you think this is nice to have, then I'd like to merge...
This extra character causes the table column titles to have an extra character for the first column. You can see an example of this in the sortable-table example.
I can see the definition for Event is: ``` pub enum Event { MainPlayerAppeared(), PlayerAppeared(), DamageDone(), HealthReceived(), ZoneChange, EnterCombat(), LeaveCombat(), UpdateFame(), UpdateItems(), UpdateParty(), ChatSay(), } ``` Does this mean that...