Pages:
Author

Topic: Mcafee Trading Bot - With Image Processing & Auto Sell - page 4. (Read 1806 times)

newbie
Activity: 29
Merit: 0
Sorry if this is a dumb question!
I wasn't running the bot so didn't matter...but curious why it didn't pick up his text tweet in the original format?

also, since his cred may have been lost today....what is your thoughts on future Monday tweets from JM?
I guess we just have to wait and see.
newbie
Activity: 42
Merit: 0
I'd rather it look for the ticker letters in the image within parenthesis. So if it sees "Coin of the" and then an image containing (COIN) it should grab COIN. How can I change the bot to do this?

I wouldn't since it is much harder to read the text between (), then normal text. But if you want to; change the coin variables in the script from full name to the ticker
newbie
Activity: 39
Merit: 0
I'd rather it look for the ticker letters in the image within parenthesis. So if it sees "Coin of the" and then an image containing (COIN) it should grab COIN. How can I change the bot to do this?
newbie
Activity: 42
Merit: 0
Right, that's what others on Twitter are saying about why he Tweeted twice.
If my math is right looks like it pumped about 20%??

Yeah something like that. Didn't even beat the highest point of the last 24 hours, so wouldn't really call it a pump.
newbie
Activity: 42
Merit: 0
Not sure what is going on. He might be trolling with the Dogecoin pick.

Anyway the bot gladly did not activate since he did not use the normal format. And as you can see in the charts it did not create any pump.



How come the bot wasn't able to pick up on it? It has (DOGE) in the text.

Check out the PDF:

Basic workflow of the bot
1). Gets live feed from John's twitter.
You can change this URL ( found under the settings ) to your own URL to test the bot.
2). As soon as John posts his coin of the day Tweet, the bot will activate.
Important to note here that Mcafee ALWAYS has a tweet pinned on this twitter. So the bot will check the SECOND tweet of his profile for the coin of the week. As this is where the tweet will show as soon as it goes live. Keep this in mind when testing on your own profile!
It will only active on the words: “Coin of the”.
3). First it checks if the Coin of the day can be found in text.
Coin must be writtin in full after the words: “Coin of the”. This is to avoid false triggers, and preventing the bot from buying the wrong coin. So Tweet must be: “Coin of the week: Tron etc.” Not: “Coin of the week: TRX”
4). If not, it will download the image, translates the image to text and finds the coin of the day in the image.
Same thing here. The FULL NAME of the coin must appear as the FIRST WORD of the image. So image must start with TRON, not TRX or any other word, else the bot will not buy.
5). Detects on which exchange the bot can be traded ( currently Bittrex & Binance are supported ).
If API keys for an exchange are left as : *** it will skip and try the other exchange.
6). Places market order for the pair on suitable exchanges.
Please be aware of the minium order here when testing. Since people get error if they try to buy an amount to low.


So since John did not include any coin as the first word of the image the bot did not trade. This is done to prevent false positives. Here is the log from the bot:

Code:
[14:40:37] Start checking for new tweet
[14:59:54] Coin of the Week Tweet found in Tweet #2.
[14:59:54] Start Picture download.
[14:59:55] Picture downloaded.
Introduced as a "Joke Coin" in December of
2013, the Doge Coin (DOGE) has grown, in
four years, into one of most widely accepted
and loved cryptocurrencies in the world. The
recent re-interest in DOGE has ignited a well
deserved price hike that I believe will
continue unabated.
[14:59:56] Picture translated to text.
newbie
Activity: 29
Merit: 0
Right, that's what others on Twitter are saying about why he Tweeted twice.
If my math is right looks like it pumped about 20%??
newbie
Activity: 39
Merit: 0
Not sure what is going on. He might be trolling with the Dogecoin pick.

Anyway the bot gladly did not activate since he did not use the normal format. And as you can see in the charts it did not create any pump.



How come the bot wasn't able to pick up on it? It has (DOGE) in the text.
newbie
Activity: 42
Merit: 0
Looks like he Tweeted the pic at 8:59am est and then the Text Tweet at 9:05am
Based on chart I'm seeing looks like it pumped at 8:59, pulled back and pumped a bit again at 9:05.

My guess is that since he used a new format, no bot was able to read and activate on it.

And nobody who was doing this manually would buy on this pick lol.

So yeah their goes his last bit of credibility. Sorry guys. I had a lot of money riding on this as well and was hoping for a big win like everybody else.


Off topic: I got a bunch of requests from people who like this idea and want to use it on Telegram Pump & Dump groups. Basically the same idea ( news trading ). In these groups they announce a coin every so often that they will pump. If you are the first to buy it you can make some nice profits. And of course with a bot you can make sure you are the first to buy.

If there is enough demand I might take this up as a next project. Let me know if anybody is interested in this.
newbie
Activity: 29
Merit: 0
Looks like he Tweeted the pic at 8:59am est and then the Text Tweet at 9:05am
Based on chart I'm seeing looks like it pumped at 8:59, pulled back and pumped a bit again at 9:05.
newbie
Activity: 27
Merit: 0
Well, that's disappointing lol
newbie
Activity: 42
Merit: 0
Not sure what is going on. He might be trolling with the Dogecoin pick.

Anyway the bot gladly did not activate since he did not use the normal format. And as you can see in the charts it did not create any pump.

member
Activity: 315
Merit: 10
Do you think could be some kind of manipulate for users who use bot?
newbie
Activity: 39
Merit: 0
Here again is the error I'm getting:

Quote
Traceback (most recent call last):
  File "C:\Bot_V3\bot.py", line 81, in
    img = pytesseract.image_to_string(Image.open('1.jpg'))
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pytesseract\pytesseract.py", line 122, in image_to_string
    config=config)
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\site-packages\pytesseract\pytesseract.py", line 46, in run_tesseract
    proc = subprocess.Popen(command, stderr=subprocess.PIPE)
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 709, in __init__
    restore_signals, start_new_session)
  File "C:\Users\User\AppData\Local\Programs\Python\Python36-32\lib\subprocess.py", line 997, in _execute_child
    startupinfo)
FileNotFoundError: [WinError 2] The system cannot find the file specified

And again, I have double checked every module and the image is being properly downloaded to the bot directory as 1.jpg.
copper member
Activity: 12
Merit: 0
Guys make sure when you install Python that you check the 'add extension' box.. If you didn't uninstall it and reinstall it with that option checked.

Also after installing Python.

In command prompt run each of these commands individually line by line otherwise the bot won't work.

pip3 install requests
pip3 install ccxt
pip3 install poloniex
pip3 install bittrex
pip3 install pytesseract
pip3 install piltesseract
pip3 install fake_useragent
pip3 install bs4
newbie
Activity: 39
Merit: 0
I got the modules installed. It is saying the file not found error but the image is downloaded properly and I have doubled checked the pytesseract is installed.
newbie
Activity: 39
Merit: 0
cool project Wink

but mcafee stopped promoting daily. he said. only coin of the week and ico of the week.
yes mcafeee is like a prophet this time. every coin that he predict has going up so crazy. i do think mcafee maybe should make a trading site with use of this bot. it will be great hit and if he start the ico about it i believe the hype of the ico will be so high.
newbie
Activity: 29
Merit: 0
I am replying to you in selly. I do not know how to install the ccxt module. The documentation on Github nor in your readme isn't helping. I need you to call me.

See my post above.
Are you using Windows OS?
newbie
Activity: 39
Merit: 0
I am replying to you in selly. I do not know how to install the ccxt module. The documentation on Github nor in your readme isn't helping. I need you to call me.
newbie
Activity: 29
Merit: 0
I have. I have installed 3.6 and restarted my computer. CMD is not recognizing the command and opening the file it immediately closes. I have sent all the details to your PMs. Please call me.

I can't get it to load. I just downloaded and installed Python 3.6 and restarted my computer. When I type python3 in the cmd it says it is not recognized as a command. Clicking on the .py file opens a window [filename].exe that immediately closes. Please check your PMs here or on selly for my phone number.

I'm still trying to get it working 100% (I won't be able to take part in the fun today) but let me share some things I learned after many hours spent this weekend! (It's all worth it if we bank some coin, right!)

If you're running it on Windows don't worry about typing Python3
If you have recently downloaded Python just type Python
However...you really don't need to do that to run the bot...open it in the Python IDLE screen and from the menu in the top you can click Run Module or something like that.
I'm at work so typing this from memory.

When/IF you have to install missing pieces thru pip3 make sure you are running your Command prompt as Admin!  (This alone will save you a lot of head scratching!)

I still have some bugs to work out but have made a bunch of progress since Friday!  hopefully JJ can help me bring it across the finish line today
newbie
Activity: 42
Merit: 0
I have. I have installed 3.6 and restarted my computer. CMD is not recognizing the command and opening the file it immediately closes. I have sent all the details to your PMs. Please call me.

I replied @ Selly
Pages:
Jump to: