Skip to content

Instantly share code, notes, and snippets.

@geofflangenderfer
Last active February 3, 2021 16:23
Show Gist options
  • Save geofflangenderfer/419fa6c48f10f3f1daa43ba71f101638 to your computer and use it in GitHub Desktop.
Save geofflangenderfer/419fa6c48f10f3f1daa43ba71f101638 to your computer and use it in GitHub Desktop.
I'm an active trader. Right now, I need to constantly monitor my position for a trade trigger.
I would like to automate this process so I can walk away from my computer. If my trigger is met, I'd like to receive an email.
I have access to "BidPrice" in an excel sheet. With VBA or python, I'd like to do the following:
if BidPrice > target
send me an email
Here's info data you have to work with: <data link>
Here's info on this type of automation with VBA: https://www.makeuseof.com/tag/send-emails-excel-vba/
I'm looking forward to your proposal with time/cost estimates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment