Brokey For Amibroker -
Login




Lost Password?

Register

Login Login by E-Mail Register
Premium Link Generator - All in One Cloud-Downloading

Brokey For Amibroker -

Ultimate Guide: How to Feed Live Data from Broker.Y to Amibroker for Pro-Level Charting

While Broker.Y’s native interface is functional for order execution, its charting tools lag far behind what serious technical analysts need. Enter – the gold standard for backtesting, custom indicators, and speed. brokey for amibroker

If you are an Indian trader using (formerly BrokeY) for its low brokerage fees and direct market access, you have likely hit one major roadblock: Charting. Ultimate Guide: How to Feed Live Data from Broker

from pybrokey import BrokeyClient import win32com.client client = BrokeyClient(api_key="YOUR_KEY") client.login() Connect to Amibroker DDE ab = win32com.client.Dispatch("Broker.Application") Stream ticks def on_tick(tick): ab.ActiveDocument.InsertQuote(tick.symbol, tick.price, tick.volume) brokey for amibroker