Link Your MetaTrader to Twitter - Expert Advisor
Description.
-
Open file run.bat with any text editor
-
In the first line type your real Twitter username (not e-mail) and password instead of “UserName” and “Password” accordingly
-
Apply changes and close the file
-
Double click on run.bat and follow the instructions.
-
Visit the link for authorization of application(this link will be also created in file auth_link.txt). By following the link you will get the pin provided by twitter.
-
Enter pin from twitter to the application. You will get 2 files(not zero sized!) in the current directory: twitterClient_token_key.txt and twitterClient_token_secret.txt. Copy them to the “expertsfiles” folder of your’s Metatrader terminal.
-
Copy libcurl.dll to the System32 library
-
Copy post_to_twitter.dll to the “expertslibraries” folder of your’s Metatrader terminal.
-
Copy TwitterSignalizer.mq4 to the “experts” folder of your’s Metatrader terminal.
-
Put the expert TwitterSignalizer to any chart.
TimeIntervalForStatusUpdate =10 variable stores time in seconds for order events checking and twitter status update.
When you want to post information about profit from your MT4 account:
DayToTwittProfit=5;
HourToTwittProfit=18;
MinuteToTwittProfit=00;
Feel free to post any questions, comments and recommendations.