Skip to content

Releases: stephencorwin/hegemon

0.0.19

10 Sep 17:47

Choose a tag to compare

  • Adjusted the automated bid/ask price to be 10% from midAsk

0.0.18

06 Sep 13:24

Choose a tag to compare

  • Updated the default options expiration to support same day Friday 0 DTEs
  • Increased the bias towards the buy/ask price to have better execution speed

0.0.17

21 Aug 19:51

Choose a tag to compare

  • Updated sell buttons. Removed extra unused ones and added a 2x profit goal button.

0.0.16

23 Jul 14:18

Choose a tag to compare

  • Updated default portfolio positionGoal and watchlist
  • Updated the README.md with manual workaround instructions
  • Added crude support for profile nicknames in the profiles.json file

0.0.15

17 Jul 20:16

Choose a tag to compare

  • Updated the default profile high movement indicators
  • Reverted the buy/sell bias back to +/- 0.15
  • Fixed a small caching bug with the weekly sentiment

0.0.14

17 Jul 13:56

Choose a tag to compare

  • Reverted the recent default macro change back to a range of -2 to +2
  • Now automatically updating the sentiment cache
  • Now automatically setting the options expiration date for nextFriday
  • Added additional logout cleanup

0.0.13

16 Jul 17:41

Choose a tag to compare

  • Updated default sorting for orders and positions
  • Updated sell buttons to by default replace existing sell orders
  • Updated default macros

⚠️ You will need to "reset" your profile settings data in the case of a black screen error. This is because a new setting was added. You can alternatively update your portfolio settings file and add the following fields to the settings block:

"positions": {
    "sellPercentagesReplacePreviousOrders": true,
    "profitGoalsReplacePreviousOrders": true
},

0.0.12

15 Jul 22:08

Choose a tag to compare

  • Added an additional sorted array which combines both above and below option chains
  • Minor styling updates to the order tile
  • Updated sentiment cache
  • Adjusted the logout function to more appropriately reset the store states and caches
  • Adjusted buy/sell ask biasing to be 35% from the median
  • Trimmed the default watchlist

0.0.11

14 Jul 16:45

Choose a tag to compare

  • Updated snapshot sentiment
  • Fixed a tooltip inaccuracy with the sell at profit goal buttons
  • Minor code cleanup
  • Updated default macros and their descriptions

0.0.10

10 Jul 17:38

Choose a tag to compare

  • Updated options expiration date
  • Updated the default macros to be more conservate. There is now a default ITM option macro
  • Added an option to Reset a registered account back to it's default settings
  • Added the strike price to the macrobar tooltip