Click here to Login








Forex Tweets

by QuantShare, 3723 days ago
Share |






This object downloads real-time forex tweets from the StockTwits website.

Tweets are downloaded for several currency pairs, including: AUDCAD, AUDJPY, AUDUSD, EURAUD, EURCAD, EURCHF, EURGBP, EURJPY, EURUSD, GBPJPY, GBPUSD, USDCAD, USDCHF and USDJPY.
The data is saved in the "stocktwits" database and it includes the tweet's date and the message.
For example, the Euro / U.S. Dollar forex pair, whose symbol name is "EURUSD" have more 27 tweets on 9 April 2010; the last tweet was: "#forex I picked the best time to exit $EURUSD short yesterday - Greek aid hopes boost euro against dollar".

Forex tweets examples:
To display the number of tweets per day for a currency pair:
indicator_1 = GetDataCount("stocktwits", "title");

The number of tweets for a particular trading day is higher than two times the 10-bar moving average of the number of tweets:
indicator_1 = GetDataCount("stocktwits", "title");
indicator_2 = indicator_1 > 2 * sma(indicator_1, 10);

Gets for each trading day, the number of tweets that occurred between 5 a.m. and 10 a.m.
indicator_1 = GetDataCountInside("stocktwits", "title", 5, 10, P_Hour);

Counts the number of tweets that match a given regular expression:
indicator_1 = GetDataStringCount("stocktwits", "title", "regular expression");

Use the News parser function to get bars where at least one tweet contains one of the following words: short, sell, drop, falls.
indicator_1 = ContainsWords('stocktwits', 'title', 'short,sell,drop,falls');

You can use the News Sentiment Indicator to create a sentiment indicator using the stocktwits database:
indicator_1 = news_sentiment('stocktwits', 'title', 'buy,good,better,bull', 'sell,bad,lower,bear');

Forex historical data:
Futures and Forex historical data
Forex Quotes
31 Forex Pairs Historical Data

Use the following object: StockTwits, to download real-time tweets for stocks listed in U.S. markets (NYSE, NASDAQ).


Share This ->
Share |


You have to log in to bookmark this object
What is this?




Type: Download Script

Object ID: 436


Country:
All

Market: Forex Market

Style:
Fundamental Analysis

Reviews
You must log in first

Join now
and get instant access for free to the trading software, the Sharing server and the Social network website.
Click here


Related objects

Empty

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object

Technical Analysis


Fundamental Analysis



Random Blog Posts

Optimization of a trading system

How to create custom databases in your trading software

Technical Analysis Using Multiple Timeframes - Second Part

New features in QuantShare - Trading Software

Technical Analysis Using Multiple Timeframes

Short Index - Part 2

Short Index - Part 1

Trend Following and Moving Averages

Show All

Number of reviews
Click to add a review
Average rate
Click to rate this item
Number of times this object was downloaded
Number of rates the current object received
Report an object
if you can't run it for example or if it contains errors
Click to report this object






QuantShare
Product
QuantShare
Features
Create an account
Affiliate Program
Support
Contact Us
Trading Forum
How-to Lessons
Manual
Company
About Us
Privacy
Terms of Use

Copyright © 2024 QuantShare.com
Social Media
Follow us on Facebook
Twitter Follow us on Twitter
Google+
Follow us on Google+
RSS Trading Items



Trading financial instruments, including foreign exchange on margin, carries a high level of risk and is not suitable for all investors. The high degree of leverage can work against you as well as for you. Before deciding to invest in financial instruments or foreign exchange you should carefully consider your investment objectives, level of experience, and risk appetite. The possibility exists that you could sustain a loss of some or all of your initial investment and therefore you should not invest money that you cannot afford to lose. You should be aware of all the risks associated with trading and seek advice from an independent financial advisor if you have any doubts.