Last active
February 3, 2021 16:23
-
-
Save geofflangenderfer/419fa6c48f10f3f1daa43ba71f101638 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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