+ Reply to Thread
Results 1 to 4 of 4
 1 Attachment(s)    

Thread: Update your Twitter status when you OPEN/CLOSED/MODIFY trades

  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    1

    Default Update your Twitter status when you OPEN/CLOSED/MODIFY trades

    Hi all,

    now you can update your twitter account with any event detected in your EA.

    I have written a Windows EXE program which you can embed inside your EA.

    Let me know if you are interested. Cheers!


    string twitterEXE = "my-twitter.exe";
    string twitterMsg = "my first twitter message from my EA";
    string exe_parameters = StringConcatenate ("[subject]", " ", twitterMsg, " ", "[/subject]");
    ShellExecuteA(0, "Open", twitterEXE, exe_parameters, "", 0);
    Attached Images  

  2. #2
    Junior Member
    Join Date
    Nov 2010
    Posts
    1

    Default

    Post the program here.

  3. #3
    Member
    Join Date
    Feb 2011
    Posts
    37

    Default

    that is really cool stuff. share this thing with us. How i can use this. I look forward to hearing from you.

  4. #4
    Junior Member
    Join Date
    Mar 2011
    Posts
    1

    Default

    Hey, that's a great idea. I never would have thought of that one. Can you pose a step by step process on how to?

+ Reply to Thread

Similar Threads

  1. Status of accounts in commodities trades
    By William Stockert in forum General discussion
    Replies: 1
    Last Post: 07-25-2010, 07:28
  2. Replies: 2
    Last Post: 05-25-2009, 16:59
  3. Automatic closing of all open trades
    By Neo-Rio in forum Ideas for expert advisors
    Replies: 1
    Last Post: 05-07-2009, 09:00
  4. Close all open trades after every x profit
    By begu in forum MQL programming
    Replies: 1
    Last Post: 04-09-2009, 18:03
  5. Replies: 12
    Last Post: 03-19-2009, 18:28

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts