TradingView
console
May 3, 2017 7:27 AM

Twitter Sentiment Script Education

BRITISH POUND / U.S. DOLLARICE

Description

GBPUSD |-0.208333333|Negative
i.imgur.com/nF8RQBk.png

Buy on the bounce ???

Little python script i would like to share to the TV community i made it works out twitter sentiment for most things, crypto currency's or forex.
ie: Today GBPUSD = Negative, and we can see the charts agree.

Todays Forex Sentiment <---
Crypto Currency Sentiment Example

# Shows forex currency + how many times its been mentioned on twitter within 24hrs + trade symbol +
# percentage of change in mentions + sentiment from twitter by breaking each sentence the symbol has been
# mentioned in into individual words then rating the words using a lexicon of words and feelings a score
# has been assigned from -1 to 1, then based on the score a rating of POSITIVE or NEGATIVE is given
# using a threshold. Results are saved in a txt file and printed to terminal

Crypto Version:
github.com/scottie/CryptoCurrencyTwitterSentiment

Forex Version:
github.com/scottie/ForexTwitterSentiment








Comments
joolz03
how do you use this in trading view? thanks
luzaijiaoxia
how to use it
xxxtrader2001
super interesting thanks - how do you translate this inot something i can trade automatically with autoview?
console
@xxxtrader2001, you can pay me to code you something up ;)
More