Real Time Data Now / Nest Trader to Amibroker, Fcharts

josh1

Well-Known Member
Real Good Organized work...will try out today evening session on Ninja with LTQ and no BID/ask QTY and revert.....many many thanks for the hard work Josh
Thanks Josh1. What are the changes from RTD_1.3? Can You please explain.
@boarders
If you want LTQ, replace Volume traded today in ini file.
I have given up on LTQ. Though RtdMan will handle it.
P.S. Barperiod=0, RefreshPeriod=250 and Volume Traded Today gives better volume count than LTQ.(My experience).

@LVG
RTD1.40 handles new RTDMAN with Ninja
Bar period 0 with millisecond timestamp support with refresh period from 50 to 1000 milliseconds for near to tick data experience.
Bid Ask rates and quantity
Help file not modified yet.
You can read my previous posts in couple of pages
Backfill remain same. Not for Ninja Yet

And yes shift+D issue solved................. Released a bit early for that



;Client=AB
Client=NT

; Amibroker DB Path - Default one will be used by Amibroker if empty. set only if needed.
;AbDbPath=D:/temp/AmibrokerDB_/

;Keep BarPeriod -0 for millisecond timestamp(near tick data), 1000 for 1 sec candles and 60000 for 1 min. candles.
BarPeriod=0

;Refresh Period in millisonds is for pushing data to Ami or NT.
;This should not be less than 50 or more than 1000(1 second)
RefreshPeriod=250

; ReuqestRefresh should be 1 for Amibroker version 5.3 or below
;else charts will not be refreshed
RequestRefresh=0

; No of BarPeriod to wait before ringing bell if RTD becomes inactive.
; Set as 0 to disable
BellWaitTime=15
;-------------------------------------------------------(For Developers Only) ------------------------
; View Data received from RTD server in Terminal
; ViewTicData (as getting fields), ViewRawData (after filling all fields),ViewBarData(after processing)
; Set as 0 or null to disable
ViewTicData=0
ViewRawData=0
ViewBarData=0

;Scrip Settings-------------------------------------------------------------------------------
;There should be no gap between successive lines
;You can use 'LTQ' (Nest) or 'Last Trade Qty' (NOW) or 'Volume Traded Today' for calculating volume.
;If 'Volume Traded Today' is used, (Volume = current-Vol_Traded - prev-Vol_Traded)
;You can use 'Volume Traded Today' for one scrip and LTQ for another. RTDMan will detect
;If 'LTQ' or 'Last Trade Qty' is used, (Volume = current-Vol + LTQ) for bar period.

;Field after Open Interest is used for LTP Multiplier. This is used for Nifty spot pulled from Currency segment

;Nifty spot is to be multiplied by 100.
;Bid Rate;Ask Rate; Bid Qty;Ask Qty; These are optional. They should be used strictly in pairs.
;Bid Qty;Ask Qty if used, they will be accumulated in respective fields for the bar period.
;i.e. Bid Qty = Bid Qty + Bid Qty for all tics during 1 second or 1 minute as the case may be.
;If Bid Rate;Ask Rate is not used, do not use Bid Qty;Ask Qty; Fields up to Oi will be pushed to Ami or NT
;Bid Rate;Ask Rate go to Ami in Aux1 and Aux2 respectively.
;If Bid Rate;Ask Rate is used but Bid Qty;Ask Qty; is not used, RTDMan will use volume to fill those fields.
; if (ltp - bid_rate) < (ask_rate - ltp) then bid_qty = volume;
; else ask_qty = volume; (hope bid_rate and ask_rate are not equal)
;If Bid_Qty and Ask_Qty is used, a new scrip will be created by appending 'e' to the ticker.
;For example, CrudeOil will have CrudeOile created for storing Bid_Qty and Ask_Qty.
;CrudeOile will have Date, Time, Close = LTP, H = Ask_rate, L = Bid_rate, V= Bid_Qty and OI = Ask_Qty
 
Last edited:

josh1

Well-Known Member

Similar threads