Footprint charts

Download BarTypes
Post Reply
algoTrader
Posts: 3
Joined: Tue Dec 01, 2015 9:33 pm

Footprint charts

Post by algoTrader »

I have modified the volume profile bars type to display footprint charts.

The bars type has 2 parameters and can be configured while opening a chart.
BarValue = Determines the periodicity of the bars. It is minute based (built on tick data)
TickSize = Each levels will be rounded to the input number for a better viewing experience (e.g. For Nifty please use 1 or above)

The Footprint bars type comes with the Footprint Chart style. The parameters of the chart styles are self explanatory and can be configured while opening the chart or the Edit chart style button in the chart.


Please do remember:
it is a bars type and not an indicator.
Restart AC after importing the zip file so that the xaml templates are loaded

cheers :)
Attachments
FootprintV2.zip
Footprint BarType
(6.67 KiB) Downloaded 3142 times
NIFTY 12 2016 NSE 2016121948.png
NIFTY 12 2016 NSE 2016121948.png (55.03 KiB) Viewed 58039 times
Last edited by algoTrader on Sun Nov 04, 2018 5:22 am, edited 1 time in total.
AC_Sourav
Posts: 25
Joined: Sat Mar 28, 2015 9:15 pm

Re: Footprint charts

Post by AC_Sourav »

Hello algotrader,
Welcome to the forum and thanks for your contribution.

@users - To import a SharpScript user code please follow the steps as mentioned here.
darshiit
Posts: 1
Joined: Mon Oct 31, 2016 4:14 am

Re: Footprint charts

Post by darshiit »

Thanks algoTrader,...

Really smart job done by you.

But I do have a query, Will it record tick data which comes as live feed from Now/Nest terminal ? So that data can be loaded later on ? AC can store data nicely, but will that data for bid/ask be available for offline use also ?

Hope i m not acting dumb here.

Regards

Darshiit
AC_Sourav
Posts: 25
Joined: Sat Mar 28, 2015 9:15 pm

Re: Footprint charts

Post by AC_Sourav »

@darshit, the tick database stores bid price and ask price data. The said code by algoTrader do make use of it.
svadukia
Posts: 4
Joined: Wed Aug 02, 2017 4:10 am

Re: Footprint charts

Post by svadukia »

Need to make footprint bar which displays bid*ask can algoTrader help me with it ? Or any other coder ?
svadukia
Posts: 4
Joined: Wed Aug 02, 2017 4:10 am

Re: Footprint charts

Post by svadukia »

svadukia wrote:Need to make footprint bar which displays bid*ask can algoTrader help me with it ? Or any other coder ?
@AC_sourav hello sir is Algo trades regular here? or any one else can help me?
AC_Sourav
Posts: 25
Joined: Sat Mar 28, 2015 9:15 pm

Re: Footprint charts

Post by AC_Sourav »

Hello svadukia,
Welcome to the forum.

The code by algoTrader is editable. You can edit the same from
  • In Main View menu bar goto New > SharpScript > Edit
  • In the new view, select Bar Type from the drop down menu at the top.
  • Select Footprint and click on the Ok button.
http://arthachitra.com/support/ac1/Help ... d44ce7.htm
svadukia
Posts: 4
Joined: Wed Aug 02, 2017 4:10 am

Re: Footprint charts

Post by svadukia »

@AC_sourav IF I will try then it gonna take forever. :D
algoTrader
Posts: 3
Joined: Tue Dec 01, 2015 9:33 pm

Re: Footprint charts

Post by algoTrader »

@svadukia,
Have updated the script. Please download it from here
http://arthachitra.com/support/forum/do ... .php?id=55
Post Reply