Crypto Trading And Technical Indicators
Understanding the Market Dynamics of 600 Popular Cryptocurrencies
@kaggle.thedevastator_crypto_trading_and_technical_indicators
Understanding the Market Dynamics of 600 Popular Cryptocurrencies
@kaggle.thedevastator_crypto_trading_and_technical_indicators
CREATE TABLE n_11_04_2022_cryptos (
"name" VARCHAR,
"chg_x" VARCHAR,
"n_1w_chg" VARCHAR,
"n_1m_chg" VARCHAR,
"n_3_month_perf" VARCHAR,
"n_6_month_perf" VARCHAR,
"ytd_perf" VARCHAR,
"yearly_perf" VARCHAR,
"volatility" VARCHAR,
"oscillators_rating" VARCHAR,
"adx" VARCHAR,
"ao" VARCHAR,
"atr" VARCHAR,
"cci20" VARCHAR,
"macd_level" VARCHAR,
"macd_signal" VARCHAR,
"mom" VARCHAR,
"rsi14" VARCHAR,
"stoch_k" VARCHAR,
"stoch_d" VARCHAR,
"moving_averages_rating" VARCHAR,
"last_x" DOUBLE,
"sma20" VARCHAR,
"sma50" VARCHAR,
"sma200" VARCHAR,
"bb_up" VARCHAR,
"bb_low" VARCHAR,
"mkt_cap" VARCHAR,
"fd_mkt_cap" VARCHAR,
"last_y" DOUBLE,
"avail_coins" VARCHAR,
"total_coins" VARCHAR,
"traded_vol" VARCHAR,
"chg_y" VARCHAR
);
Anyone who has the link will be able to view this.