Search found 25 matches

by AC_Sourav
Mon Oct 12, 2015 5:46 am
Forum: BarType
Topic: Volume Profile
Replies: 3
Views: 25341

Re: Volume Profile

I have downloaded the zip and imported it into ArthaChitra. However, am only getting the volume under the candlestick chart and not the market profile. Under the indicators drop down box I am getting the following CustomPlot SMA VOL MacD RSI and selected indicator as VOL(Close of RELIANCE(Minute(1)...
by AC_Sourav
Sun Oct 11, 2015 9:10 pm
Forum: Connection
Topic: Sharpcharts
Replies: 4
Views: 31961

Re: Sharpcharts

Glad you could resolve the scenario.

Please do let me know if you need further assistance.
by AC_Sourav
Fri Oct 09, 2015 8:53 pm
Forum: Connection
Topic: Sharpcharts
Replies: 4
Views: 31961

Re: Sharpcharts

Hello, To assist you further may I know, are you on Windows 10. If so please try downloading and installing this font and see if you are able to open a chart. If you are still having the scennario then please send the log file and the Default workspace to support[at]arthachitra[dot]com You can locat...
by AC_Sourav
Sun Apr 05, 2015 11:58 am
Forum: BarType
Topic: Volume Profile
Replies: 3
Views: 25341

Volume Profile

A simple volume profile script. How to import Download the attachments and import the zip file Go to Settings> Sharp Script > Import Browse to the downloaded Zip File and click Ok Restart ArthChitra. Note: Please make sure you are importing the script using ArthaChitra version 1.0.0.3 or above Updat...
by AC_Sourav
Wed Apr 01, 2015 8:44 pm
Forum: SharpScript Development
Topic: SharpScript coding conventions
Replies: 0
Views: 20588

SharpScript coding conventions

Add reference to an Indicator To add reference to another indicator please use the below method. When using the default parameter public T AddIndicator<T>() Using the default parameters but specifying the input public T AddIndicator<T>(ISeries<double> input) When specifying the parameters public T ...