algorithm trading

  1. S

    Which broker provides most stable API?

    Hello, I had been searching for the answer to this question for very long but did not find any. People suggest which brokers offer free API. I am looking for the best API through your personal experience. Zerodha API is just too costly for me. I tried Finvasia but it is slow and they make...
  2. B

    In Algo trading, placed Orders can be retrieved and modified ?

    Say for example, My Algo placed an order in exchange with Some limit like, 100 as buy price , 98 as stoploss price, 102 as take profit price. And Now, algo found another pattern so it requires to change the take profit price or stop loss price. This retrieval of already placed order and...
  3. S

    Developing Python Library for Trading Automation

    I'm building a Python library to programatically placing orders into brokers system (Currently working on ICICIdirect) I've released a simple quote fetching library based on Python which takes real time quotes from ICICIdirect. I've tested it with 10 sec frequency and it was quite satisfactory...