Description
Automated Trading Using Tweets.
Description
Provides an integration to the 'metatrader 5'. The functionalities carry out automated trading using sentiment indexes computed from 'twitter' and/or 'stockwits'. The sentiment indexes are based on the ph.d. dissertation "Essays on Economic Forecasting Models" (Godeiro,2018) <https://repositorio.ufpb.br/jspui/handle/123456789/15198> The integration between the 'R' and the 'metatrader 5' allows sending buy/sell orders to the brokerage.
README.md
TwitterAutomatedTrading
The goal of TwitterAutomatedTrading is to trading using information from tweets and to execute the orders using R and Metatrader 5.
Installation
You can install the released version of TwitterAutomatedTrading from GitHub:
# install.packages("devtools")
devtools::install_github("lucasgodeiro/TwitterAutomatedTrading")