Results 1 to 4 of 4

Thread: How to do Real time Monitoring of an API feed?

  1. #1
    Registered User
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    0
    Thanked
    0 times in 0 posts

    How to do Real time Monitoring of an API feed?

    How to do Real time Monitoring of an API feed and execute a function when a variable exceeds x?

    I want to monitor API feeds like the one below (in as close to real time as possible, pulled every e.g. 60 seconds) for instances of e.g. the variable "total" and alert me/execute a macro of my choice when instances of "total" exceed e.g. 100. I'm looking for a working example using any means. I'm willing to tip £15 worth of bitcoins for the working example.

    I'm a beginner I understand things such as functions/macros (from autohotkey), html & css. This is the most complex thing that I've attempted so far so please keep things as simple as possible .

    I can't type urls yet

    syntax/format:

    Code:
    [{
       "count":"100",
       "trades":[{
          "type":"1",
          "price":"0.00000023",
          "amount":"412128.80177019",
          "total":"0.09478962",
          "time":"1394498289.2727"
       },
       ...
    }]
    Last edited by peterb; 05-06-2014 at 05:27 PM. Reason: Users with a post count <5 can't post URLS - so it has ben deleted.

  2. #2
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: How to do Real time Monitoring of an API feed?

    I hope you aren't touting for answers to an exam question....
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

  3. #3
    Registered User
    Join Date
    Jun 2014
    Posts
    2
    Thanks
    0
    Thanked
    0 times in 0 posts

    Re: How to do Real time Monitoring of an API feed?

    Quote Originally Posted by peterb View Post
    I hope you aren't touting for answers to an exam question....
    No, I have day trading skills and notifications of this type would be valuable to me.

  4. #4
    The late but legendary peterb - Onward and Upward peterb's Avatar
    Join Date
    Aug 2005
    Location
    Looking down & checking on swearing
    Posts
    19,378
    Thanks
    2,892
    Thanked
    3,403 times in 2,693 posts

    Re: How to do Real time Monitoring of an API feed?

    HEXUS is not a forum for touting for work for payment or tips. There are sites where software developers off their skills on a contractural arrangement, which might be more suitable for a financially critical application such as day trading.
    (\__/)
    (='.'=)
    (")_(")

    Been helped or just 'Like' a post? Use the Thanks button!
    My broadband speed - 750 Meganibbles/minute

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

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