AAMasters / Candles-Volumes-Indicator-Bot

Produces a dataset with multi-period candles and volumes.
Other
1 stars 2 forks source link

Olivia

Olivia is a middle level Indicator bot that has as an input cnadles and volumes daily files and outputs 2 different datasets at different time-periods also of candles and volumnes.

Multi Period Daily

This process generates files containing 1 day of candles or volumes each.

Start Mode

This process runs every 1 minute under noTime start mode.

"startMode": {
      "noTime": {
                "run": "true"
              }
      }

Multi Period Market

This process generates files containing candles or volumes for the whole history of the market.

Start Mode

This process runs every 1 minute under noTime start mode.

"startMode": {
      "noTime": {
                "run": "true"
              }
      }

Output

Several datasets are produced:

Ideal for

Output datasets are the base for most common indicators and they become available at multiple resolution levels.

Details

Name Type Version Release Date Current dataSet
Olivia Indicator 1.0 28 Feb 2018 dataSet.V1

Products

Dataset 1: Daily Candles in Resolutions Below 1 hour

Current Dataset

Dataset 2: All-time, Market-long Candles in Resolutions Between 1 and 24 Hours

Current Dataset

Dataset 3: Daily Volumes in Resolutions Below 1 hour

Current Dataset

Dataset 4: All-time, Market-long Volumes in Resolutions Between 1 and 24 Hours

Current Dataset

Compatible Plotters

AAMasters Plotters-Candles-Volumes

Dependencies

AAMasters Charly AAMasters Bruce

Disclaimer

THE AA MASTERS BOTS AND THEIR ASSOCIATED PRODUCTS AND SERVICES ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY, SUITABILITY FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT.

IN NO EVENT WILL ADVANCED ALGOS BE LIABLE TO ANY PARTY FOR ANY DIRECT, INDIRECT, SPECIAL OR OTHER CONSEQUENTIAL DAMAGES FOR ANY USE OF THE AACLOUD, THE AA ARENA COMPETITION, THE AA MASTERS BOTS, OR ANY OTHER ASSOCIATED SERVICE OR WEB SITE, INCLUDING, WITHOUT LIMITATION, ANY LOST PROFITS, BUSINESS INTERRUPTION, LOSS OF FUNDS, PROGRAMS OR OTHER DATA OR OTHERWISE, EVEN IF WE ARE EXPRESSLY ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.