Urgent need for Realtime data feeder from zerodha Pi to Amibroker

Subhadip

Well-Known Member
#11
Tried from Getbhavcopy but unfortunately its providing only EOD data. I want to look at other LTFs and HTFs. Please guide if I should start with some trial version or go for buying in data feeds from some vendor.
Use GDFL.....
 
#13
No intraday data provider with provide you ieod data for free. However, if you are using NEST or NOW trading platform (also ODIN) for your trading then you can use RTD (a tool by Josh1), that will fetch real time intra data from your trading terminal and will feed to Amibroker.
Do u have that Utility sir ? I want data in Ninjatrader
 
#15
You should be able to do it using Autoit programming which Josh1 & Shankar4kv developed for NestTrader RTD feeder.

Some lines to consider modification, for it to be PI specific:

Global $Title = IniRead(@WorkingDir & "\RTDMan.ini", "NestTrader", "Title", "NEST Trader 3")

======================================================
#Region .............. Set Title for Nest main window and get its handle if open
If Not WinExists($Title) Then
MsgBox(262144, "NOW/Nest Error", "Is NOW/Nest Trader Open? " & @CRLF & "If yes- Please Copy title of NOW/Nest Trader Window Title" & @CRLF & "it should match exact upto version number ")
_OnSettings()
Else
;WinActivate($Title)
$hWnd = WinGetHandle($Title) ; Get handle for NOW main window
$hWatch = ControlGetHandle($hWnd, "", 1003) ;Get handle of Market Watch Control
$hStat = 9999
EndIf
#EndRegion

===============================================

Also, you need to read the RTD AutoIT source code & tweak the code section which was calling "Plugin Charts in Nest", in Pi that click & option might be a little different.

Rest of the code should remain as is.

Hi All,

Is there modified code avilable for Pi-Amibroker backfilling and realtime? I had tried but no success yet
 
#16
send me a mail i will send u the software ....my username is my mgmail id...
Hi deep,

Are you talking about PI to amibroker data feed? I had tried my ways but not able to get the data feed from pi to amibroker. From Nest to amibroker was able to do as per the RTD. but now the NEST is not having the NestPlus charting. hence not able to do backfill as data table is now not available in NEST
 
#17
Hi deep,

Are you talking about PI to amibroker data feed? I had tried my ways but not able to get the data feed from pi to amibroker. From Nest to amibroker was able to do as per the RTD. but now the NEST is not having the NestPlus charting. hence not able to do backfill as data table is now not available in NEST
You still may get data table from newer version of Nest. Only thing is, it is not direct now. And similarly you may backfill ami using newer Nest, only manually using RTD.
 

Similar threads