Baselight

Candle Stick Patterns (500+ Unique)

40x40 sized 35k+ images for FE & unsupervisedLearning: clustering, autoencoder

@kaggle.mineshjethva_candle_stick_patterns

Loading...
Loading...

About this Dataset

Candle Stick Patterns (500+ Unique)

The story behind the dataset:

OHLC data is generated using random walk. Later it was used to create images for the development of a Computer Vision-based model.

Data Description:

The data is generated artificially keeping in mind to cover all possible patterns.
You can read more about OHLC, Random Walk.

Tables

Ohlc

@kaggle.mineshjethva_candle_stick_patterns.ohlc
  • 1.97 MB
  • 116667 rows
  • 5 columns
Loading...

CREATE TABLE ohlc (
  "unnamed_0" TIMESTAMP,
  "open" DOUBLE,
  "high" DOUBLE,
  "low" DOUBLE,
  "close" DOUBLE
);

Share link

Anyone who has the link will be able to view this.