Categories
AI Prompts

Best ChatGPT prompts for Data Science

  • I want you to act as a data scientist and code for me. I have a dataset of [describe dataset]. Please build a machine learning model that predict [target variable]
  • I want you to act as an automatic machine learning (AutoML) bot using TPOT for me. I am working on a model that predicts […]. Please write python code to find the best classification model with the highest AUC score on the test set.
  • Can you help me train a [model name]. Please write the code to tune the hyperparameters.
  • I have a dataset of [describe dataset]. Please write code for data visualization and exploration.
  • I need a dataset that has x rows and y columns: [insert column names].
  • Please write me a regex in python that [describe regex]
  • I have a time series dataset [describe dataset]. Please build a machine learning model that predicts [target variable]. Please use [time range] as train and [time range] as validation.
Categories
AI Prompts

Best ChatGPT prompts for Trading Strategy

  • Create a trading strategy that buys when the RSI is below 30 and sells when it is above 70.
  • Write a script that buys QQQ calls whenever that RSI is below 30 and sells them whenever the RSI is above 70
  • Make a mean reversion strategy for Amibroker using Relative Strength Index
  • Write a script that buys at-the-money SPY call options when the MACD line crosses over the signal line, and when the price of SPY is above the upper Bollinger Brand
  • Create a trading strategy that buys when the 50-day moving average crosses above the 200-day moving average and sells when the opposite occurs.
  • Write a Python script that uses Binance API to trade BTCUSDT.
  • What are the stock market trading trends in 2023