SUPERALGOS GOVERNANCE

theblockchainarborist Proof of Value, August 2022

Charting Space Upgrades

theblockchainarborist
Superalgos | Algorithmic Trading

--

Superalgos Charting Space

Charting Space

Over the month of August I made 7 different pull requests featuring upgrades to the charting space. What started out as just wanting to change the background color ended up allowing the user almost complete control over charting space color options.

One particular upgrade I would like to draw attention to is the one allowing us to control how much data is plotted on the charts. The below screenshot shows a back test in the charting space with default settings.

Default Settings: {“minCursorSize”: 10} {“maxCursorSize”: 30}

Depending on the hardware in use, a lot more data can be made available on screen at once. The below picture is same as the above but using user defined sizes. More details on these settings can be found in the docs.

Settings: {“minCursorSize”: 300} {“maxCursorSize”: 700}

Charting Space Theme Control Guide

To control the theme of your charting space please add the Space Style node to your Charting Space node as seen below.

Once added, the Space Style Configuration can be adjusted. The default up to date settings are available in the docs and an example can be found in the screenshot below.

Most changes will take effect immediately while other changes require a refresh of the webpage.

The up to date list of currently available colors can be found in the docs. For any special color requests users can get ahold of me directly on the telegram community group( @theblockchainarborist) .

Other August Contributions:

Network node updated to hold the past 10 minutes of data in memory.

Operated Bitcoin-Factory Test Server. Submitting pull requests for all completed test report files.

Launched the Charting Space Theme competition. (Competition ends October 1st!)

--

--