Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trading Code
#1
I need a code that interacts with a program called Rotman Interactive trader (server: flserver.rotman.utoronto.ca Port: 16600). The code has to fetch the price on the news tab as well as the market price. if the market price is below the news price than the program would put in a limit order and vice versa.
Reply
#2
Not doing your homework for you, what have you written and what problems are you having?
Reply
#3
(Nov-18-2019, 01:41 AM)jefsummers Wrote: Not doing your homework for you, what have you written and what problems are you having?

Honestly, have no clue where to start especially on how to pull the data.
Reply
#4
In the Features section it mention REST API. There is no documentation on the site (or I was not able to find it). But that looks like promising place to start - find and familiarize your self with the REST API docs, e.g. authentication, endpoints, params you pass in request, etc.
If you can't explain it to a six year old, you don't understand it yourself, Albert Einstein
How to Ask Questions The Smart Way: link and another link
Create MCV example
Debug small programs

Reply
#5
I guess you should read this: https://rit.rotman.utoronto.ca/demo.asp

There is a package for python which should work with rotman: https://pypi.org/project/ritpytrading/
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Errors with Machine Learning trading bot-- not sure why MattKahn13 2 1,581 Aug-08-2020, 06:43 PM
Last Post: MattKahn13

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020