Skip to content

Releases: ShadowWhisperer/OptionsMonitor

Version 1.10

24 Jan 16:22
e1b93c0

Choose a tag to compare

Changed

  • Not setting a premium now defaults to 0
  • Search for all prices at once, instead of 1 at a time
  • Show the price when found, instead of waiting for the others to finish
  • Icon on the "Add" window is now the program icon, instead of the blue leaf

Updated

  • Certificate

Version 1.9

03 Oct 02:22
f7653a0

Choose a tag to compare

Changed

  • Remove cents from Value
  • How Value is calculated when a Call become as Sell. Missed opportunity: ((Diff * (Contracts * 100)) - Premium
  • Removed - Ver from title bar

Added

  • Icon to .exe file
  • Icon in top left corner
  • Toggles buttons - Now able to filter by All, Calls, or Puts
  • File Details is now populated

Version 1.8

25 Sep 13:52
a76b86d

Choose a tag to compare

Added

  • Premium collected column
  • Comma to Value, when needed

Changed

  • Removed cents from Value column
  • Show Value difference based on Premium collected
  • Value calculates difference with premium factored in, on sold puts *If assigned

Version 1.7

12 Sep 14:23
dba0278

Choose a tag to compare

Added

  • 1 hour & 2 hours to update time
  • Price automatically updates after adding a new ticker

Version 1.6

01 Aug 04:42
3d2ac54

Choose a tag to compare

Fixed

  • Gap between Add Option and bottom of the window
  • Stock does not always highlight in red when Outcome changes
  • Update errors printing to terminal when Dev mode is off
  • Outcome logic sometimes incorrect
  • Sort buy Outcome not working

Changed

  • Add Option windows now opens in the center of the main program. Instead of randomly placed on the screen.
  • GUI now opens before the price check.

Added

  • If price check fails, retry
  • Add comma to Value column

Version 1.5

30 Jul 03:43
7b60810

Choose a tag to compare

Fixed

  • Don't change table sort after auto price update
  • Don't change table sort after pressing the Refresh, Add or Remove buttons

Changed

  • Date is now a fixed string (Early version of this script had a countdown)
  • Switch from Pandas to Python's internal csv module (Reading csv data file)
  • Don't update the current price when changing the Close Date
  • Default auto update time from every 10 minutes to every 15 (Less strain on Yahoo)
  • Columns headers - Shorter wordings
  • Add dialog - disable windows resizing

Added

  • Added confirmation dialog to the Remove All button
  • Contract *Number of
  • Value column Diff * (Contracts*100)
  • Dev mode: Show stock price fetch info in terminal

VirusTotal: https://www.virustotal.com/gui/file/dcb276c1d318996513c2fb8ad208c82fc10390d12c82932fadc080040fd62982/detection

Version 1.4

21 Jul 14:14
71a6166

Choose a tag to compare

Fixed

  • Removing a stock from the list no longer changes the current sort by
  • The remove button does not always remove the selected stock
  • Changing window height caused the button area to compress instead of the whole window

Added

  • If the market status changes from open to closed, automatically update the prices
  • Dev mode (self.DevMode = 1) - Testing script when the markets are closed
  • Auto refresh combo box
    • Auto checks market prices after selected time (Default of every 5 minutes)
    • Disabled if markets are closed
    • Re-enabled when they are open

Changed

  • Removed market status from the bottom left. and integrated it into the refresh combo box.
  • Moved the Last Updated time from the status bar to the same area as the buttons. Next to the combo box.

Notes
Previous releases only updated prices manually

VirusTotal: https://www.virustotal.com/gui/file/672ccf47d75bddb0d7a587afbe2d4fda88650f95e4b1551df521b3dc5c20c7b2/detection

Version 1.3

17 Jul 22:14
233e000

Choose a tag to compare

Fixed

  • Consistent spacing on the Diff column when sorting (Sometimes there was a space between +/- and the number)
  • Changing Option (Call/Put) is no longer case sensitive

Changed

  • Update the Outcome column when the Option or Strike Price entry is modified
  • Disable the Refresh button if the markets are closed
  • Button sizes are now consistent
  • Reduced spacing / pady
  • Adjusted windows size
  • Check the current time more frequently, closer to market open / reduced over all time check frequency
  • Cleaned up code

Added

  • Self-signed certificate to the .exe file

VirusTotal: https://www.virustotal.com/gui/file/778afe4d2b197e37f16a042a47c520c222967539821e8f43511bc75b4e4b27f7

Version 1.2

11 Jul 17:17
59f0fc1

Choose a tag to compare

Fixed
Trailing 0 comes back when sorting by column.

Changed
Check market open time from every 6 min to 1 min.

Added
Version number to the title bar
"Diff" column to show price difference

First upload

10 Jul 15:48
53c2203

Choose a tag to compare

Converted from python script with Pyinstaller