Free Candlestick Charts Download

Candlestick Charts - CodeCanyon Item for Sale
Please Wait to Download

This plugin enables you to develop an unrestricted variety of candle holder graphes on your WordPress internet site.

Each candle holder graph produced with this plugin has an extremely high variety of modification alternatives, so you can develop precisely the graph you require.

In regards to information resources, you can:

  • Make use of the information offered in a spreadsheet
  • Retrieve the information from a JSON source
  • Retrieve the information from a CSV source
  • Retrieve the information from the IEX Cloud platform

Each graph produced with this plugin can be consisted of in your articles, web pages, and customized article kinds with the Candle holder Charts Gutenberg block or with a shortcode. This implies that you can utilize this plugin in any kind of contemporary WordPress atmosphere.

4 information sources

We consisted of the capability to create candle holder graphes from 4 various information resources to satisfy every demand of our consumers.

From a spreadsheet

With this information resource, you can conveniently duplicate the information from a spread sheet (E.g. Excel, Google Sheets, OpenOffice Calc, and so on) and afterwards paste the clipboard in the ingrained spread sheet editor related to the graph that you are producing.

JSON Source

If you intend to link the graph with information supplied in the functional JSON layout, established the link of the JSON resource in the graph arrangement.

Note that the JSON information need to be supplied in the adhering to layout:

[
{
“date”: “2019-05-20”,
“open”: 41.19,
“high”: 41.68,
“low”: 39.46,
“close”: 41.59,
“volume”: 2922
},
{
“date”: “2019-05-21”,
“open”: 42.00,
“high”: 42.24,
“low”: 41.25,
“close”: 41.50,
“volume”: 1080
},
{
“date”: “2019-05-22”,
“open”: 41.05,
“high”: 41.28,
“low”: 40.50,
“close”: 41.25,
“volume”: 9089
},
{
“date”: “2019-05-23”,
“open”: 40.80,
“high”: 41.09,
“low”: 40.02,
“close”: 40.47,
“volume”: 2032
}
]

If you intend to create candle lights connected to little time durations, as an example one min candle lights, just consist of the moment:

[
{
“date”: “2019-05-20 09:30”,
“open”: 41.19,
“high”: 41.68,
“low”: 39.46,
“close”: 41.59,
“volume”: 2922
},
{
“date”: “2019-05-20 09:31”,
“open”: 42.00,
“high”: 42.24,
“low”: 41.25,
“close”: 41.50,
“volume”: 1080
},
{
“date”: “2019-05-20 09:32”,
“open”: 41.05,
“high”: 41.28,
“low”: 40.50,
“close”: 41.25,
“volume”: 9089
},
{
“date”: “2019-05-20 09:33”,
“open”: 40.80,
“high”: 41.09,
“low”: 40.02,
“close”: 40.47,
“volume”: 2032
}
]

CSV Source

If the candle holder graphes information are offered in the CSV layout define the link of the CSV fixed or dynamically produced CSV resource in the graph arrangement.

The CSV information need to be supplied in the adhering to CSV layout:

.
2019-05-20,41.19,41.68,39.46,41.59,2922.
2019-05-21,42.00,42.24,41.25,41.50,1080.
2019-05-22,41.05,41.28,40.50,41.25,9089.
2019-05-23,40.80,41.09,40.02,40.47,2032.

If you intend to create candle lights connected to little time durations, as an example one min candle lights, just consist of the moment:

.
2019-05-20 09:30,41.19,41.68,39.46,41.59,2922.
2019-05-20 09:31,42.00,42.24,41.25,41.50,1080.
2019-05-20 09:32,41.05,41.28,40.50,41.25,9089.
2019-05-20 09:33,40.80,41.09,40.02,40.47,2032.

Note that with the CSV layout:

  • The series of the information offered each row needs to be day, open, high, reduced, close and …

.

Related posts

Leave a Reply

Your email address will not be published. Required fields are marked *