Last active
April 25, 2022 10:48
-
-
Save memento/dd9e4863d57ab8d511ebe2825bfc6cf2 to your computer and use it in GitHub Desktop.
iMacros code to automate your trades on cotps.com. Search chrome extension "iMacros" or download it here: https://chrome.google.com/webstore/detail/tronlink/ibnejdfjmmkpcnlpebklmnkoeoihofec . This code works great for me and I don't miss any trade at night but it comes with no warranty. Use it at your own risk. If you want to thank me, use my re…
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
VERSION BUILD=1011 RECORDER=CR | |
SET !LOOP -99999 | |
SET !ERRORIGNORE YES | |
URL GOTO=https://www.cotps.com/trade#/pages/transaction/transaction | |
WAIT SECONDS=5 | |
URL GOTO=https://www.cotps.com/trade#/pages/transaction/transaction | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=7 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=7 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=7 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Immediate<SP>competition<SP>for<SP>orders | |
WAIT SECONDS=9 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Sell | |
WAIT SECONDS=8 | |
TAG POS=1 TYPE=UNI-BUTTON ATTR=TXT:Confirm | |
WAIT SECONDS=7920 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment