I have Ninja with live price feed from Rithmic, I want to pass live price to Python program that I'm developing.
I see two ways for that:
1.Copying price value every second to memory (Like Ctrl+C) then reading it with Python using paste from memory function , available in python.
2.Writing price value every second to a text file, the reading it with Python.
3.Maybe there is more easy way????
Thanks

Comment