Dataset Viewer
Auto-converted to Parquet Duplicate
question
stringlengths
810
1.18k
answer
stringclasses
4 values
benchmark
stringclasses
1 value
author
stringclasses
1 value
type
stringclasses
33 values
difficulty
stringclasses
3 values
strategy_name
stringclasses
5 values
strategy_params
unknown
config
dict
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
first_close
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
volume
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
first_buy
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
trade_outcomes
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
max_drawdown
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
roi_percentage
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
first_close
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
volume
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
first_buy
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
trade_outcomes
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
max_drawdown
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
roi_percentage
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
C
backtrader
MCQ_test
first_close
easy
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
A
backtrader
MCQ_test
volume
easy
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
A
backtrader
MCQ_test
first_buy
medium
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
A
backtrader
MCQ_test
trade_outcomes
medium
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
B
backtrader
MCQ_test
max_drawdown
hard
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
B
backtrader
MCQ_test
roi_percentage
hard
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rsi_s...
C
backtrader
MCQ_test
first_close
easy
rsi_strategy
{ "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_sell_threshold": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rsi_strategy", "strategy_params": { "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rsi_s...
A
backtrader
MCQ_test
volume
easy
rsi_strategy
{ "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_sell_threshold": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rsi_strategy", "strategy_params": { "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rsi_s...
B
backtrader
MCQ_test
trade_outcomes
medium
rsi_strategy
{ "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_sell_threshold": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rsi_strategy", "strategy_params": { "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rsi_s...
D
backtrader
MCQ_test
net_pnl
medium
rsi_strategy
{ "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_sell_threshold": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rsi_strategy", "strategy_params": { "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rsi_s...
D
backtrader
MCQ_test
max_drawdown
hard
rsi_strategy
{ "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_sell_threshold": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rsi_strategy", "strategy_params": { "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rsi_s...
B
backtrader
MCQ_test
roi_percentage
hard
rsi_strategy
{ "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_sell_threshold": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rsi_strategy", "strategy_params": { "pfast": 12, "pslow": 20, "rsi_period": 12, "rsi_buy_threshold": 10, "rsi_...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: macd_...
C
backtrader
MCQ_test
first_close
easy
macd_crossover
{ "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "macd_crossover", "strategy_params": { "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }, "difficul...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: macd_...
D
backtrader
MCQ_test
volume
easy
macd_crossover
{ "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "macd_crossover", "strategy_params": { "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }, "difficul...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: macd_...
A
backtrader
MCQ_test
first_buy
medium
macd_crossover
{ "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "macd_crossover", "strategy_params": { "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }, "difficul...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: macd_...
A
backtrader
MCQ_test
trade_outcomes
medium
macd_crossover
{ "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "macd_crossover", "strategy_params": { "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }, "difficul...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: macd_...
A
backtrader
MCQ_test
max_drawdown
hard
macd_crossover
{ "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "macd_crossover", "strategy_params": { "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }, "difficul...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: macd_...
C
backtrader
MCQ_test
roi_percentage
hard
macd_crossover
{ "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "macd_crossover", "strategy_params": { "pfast": 12, "pslow": 26, "psignal": 9, "target_percent": 1 }, "difficul...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
first_close
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
volume
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
broker_cash
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
D
backtrader
MCQ_test
portfolio_value
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
sma
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
max_shares
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
position_on_date
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
crossovers
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
D
backtrader
MCQ_test
buy_sell_signals
easy
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
first_buy
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
trade_outcomes
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
net_pnl
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
commission
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
total_shares_traded
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
days_in_position
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
peak_portfolio_date
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
D
backtrader
MCQ_test
best_trade_day
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
strategy_action_on_date
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
D
backtrader
MCQ_test
nth_trade_pnl
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
cash_after_nth_order
medium
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
max_drawdown
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
roi_percentage
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
win_rate
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
profit_factor
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
annualized_return
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
D
backtrader
MCQ_test
avg_holding_period
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
golden_cross_count
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
D
backtrader
MCQ_test
max_drawdown_window
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
B
backtrader
MCQ_test
drawdown_recovery_days
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
calmar_ratio
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
exposure_adjusted_return
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
A
backtrader
MCQ_test
sma_comparison
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: sma_c...
C
backtrader
MCQ_test
signal_diff
hard
sma_crossover
{ "pfast": 10, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "sma_crossover", "strategy_params": { "pfast": 10, "pslow": 30, "target_percent": 1 }, "difficulty_levels": [ "...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
first_close
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
volume
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
broker_cash
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
portfolio_value
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
B
backtrader
MCQ_test
sma
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
max_shares
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
position_on_date
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
B
backtrader
MCQ_test
crossovers
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
buy_sell_signals
easy
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
first_buy
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
trade_outcomes
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
net_pnl
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
commission
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
total_shares_traded
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
B
backtrader
MCQ_test
days_in_position
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
B
backtrader
MCQ_test
peak_portfolio_date
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
best_trade_day
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
strategy_action_on_date
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
nth_trade_pnl
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
B
backtrader
MCQ_test
cash_after_nth_order
medium
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
max_drawdown
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
roi_percentage
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
win_rate
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
B
backtrader
MCQ_test
profit_factor
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
annualized_return
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
avg_holding_period
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
golden_cross_count
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
max_drawdown_window
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
drawdown_recovery_days
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
D
backtrader
MCQ_test
calmar_ratio
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
exposure_adjusted_return
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
A
backtrader
MCQ_test
sma_comparison
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: rolli...
C
backtrader
MCQ_test
signal_diff
hard
rolling_window_mean
{ "pfast": 10, "pslow": 90, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "rolling_window_mean", "strategy_params": { "pfast": 10, "pslow": 90, "target_percent": 1 }, "difficulty_levels": [...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
C
backtrader
MCQ_test
first_close
easy
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
A
backtrader
MCQ_test
volume
easy
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
B
backtrader
MCQ_test
broker_cash
easy
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
You are answering questions about a trading strategy and stock market behavior. Use the Backtrader package to code, compute or verify all answers. Configuration for this question group: - commission_rate: 0.001 - end_date: 2024-01-01 - initial_cash: 50000.0 - stake: 1000 - start_date: 2020-01-01 - strategy_name: expon...
B
backtrader
MCQ_test
portfolio_value
easy
exponential_weighted_moving_average
{ "pfast": 5, "pslow": 30, "target_percent": 1 }
{ "symbol": "AAPL", "start_date": "2020-01-01T00:00:00", "end_date": "2024-01-01T00:00:00", "initial_cash": 50000, "commission_rate": 0.001, "stake": 1000, "strategy_name": "exponential_weighted_moving_average", "strategy_params": { "pfast": 5, "pslow": 30, "target_percent": 1 }, "diffic...
End of preview. Expand in Data Studio

Backtrader MCQ Benchmark

This dataset contains multiple-choice questions for evaluating whether a model can reason about trading-strategy behavior using the Backtrader backtesting framework. Each question provides a complete backtest configuration and asks for a single answer choice in the format <<< X >>>, where X is one of A, B, C, or D.

The primary evaluation file used in the paper is:

backtrader_mcq_balanced_30_all_strategies.jsonl

The larger supporting pool is:

backtrader_mcq_base_pool_all_strategies.jsonl

Dataset Files

File Examples Role
backtrader_mcq_balanced_30_all_strategies.jsonl 30 Balanced evaluation subset used in the paper
backtrader_mcq_base_pool_all_strategies.jsonl 160 Larger base pool from which evaluation questions can be inspected or sampled

The balanced evaluation subset contains:

  • 10 easy, 10 medium, and 10 hard questions.
  • 6 questions for each strategy.
  • Questions over AAPL from 2020-01-01 to 2024-01-01.

The base pool contains 160 questions across the same benchmark setting, with a broader distribution of question types and difficulty levels.

Task

Given a question prompt, a model must select the correct multiple-choice answer and respond exactly as:

<<< A >>>

or the corresponding option letter. The ground-truth answer is stored in the answer field.

Many questions cannot be answered from surface text alone. They require computing or verifying values from the specified Backtrader run, including portfolio value, broker cash, positions, orders, trades, drawdowns, moving averages, and strategy comparisons.

Strategies

The dataset covers five Backtrader strategies:

  • sma_crossover
  • rolling_window_mean
  • exponential_weighted_moving_average
  • rsi_strategy
  • macd_crossover

Each row includes the exact strategy_name, strategy_params, and full config needed to reproduce the corresponding backtest.

Schema

Each JSONL row has the following fields:

Field Description
question Full multiple-choice prompt, including the backtest configuration and answer choices
answer Correct option letter, one of A, B, C, or D
benchmark Benchmark identifier; currently backtrader
author Internal generation label
type Question category, such as portfolio_value, max_drawdown, first_buy, or roi_percentage
difficulty Difficulty label: easy, medium, or hard
strategy_name Backtrader strategy used for the question
strategy_params Strategy parameters used for the question
config Full backtest configuration, including symbol, date range, cash, commission, stake, and strategy settings

Example record shape:

{
  "question": "...",
  "answer": "C",
  "benchmark": "backtrader",
  "author": "MCQ_test",
  "type": "first_close",
  "difficulty": "easy",
  "strategy_name": "sma_crossover",
  "strategy_params": {
    "pfast": 10,
    "pslow": 30,
    "target_percent": 1.0
  },
  "config": {
    "symbol": "AAPL",
    "start_date": "2020-01-01",
    "end_date": "2024-01-01",
    "initial_cash": 50000.0,
    "commission_rate": 0.001,
    "stake": 1000,
    "strategy_name": "sma_crossover",
    "strategy_params": {
      "pfast": 10,
      "pslow": 30,
      "target_percent": 1.0
    }
  }
}

Data Generation

Questions are generated from deterministic Backtrader runs over historical AAPL market data loaded with yfinance using auto_adjust=False. Each run uses the row-level configuration embedded in the JSONL record.

The standard configuration used by the released questions is:

  • Symbol: AAPL
  • Date range: 2020-01-01 to 2024-01-01
  • Initial cash: 50000.0
  • Commission rate: 0.001
  • Stake cap: 1000

Backtrader is used to compute the daily records and trading events needed for each question. These include OHLCV-derived values, moving averages, broker cash, portfolio value, position size, order executions, commissions, closed-trade PnL, and derived metrics such as ROI, drawdown, profit factor, and Calmar-style ratio.

Evaluation

For the paper setting, evaluate on:

backtrader_mcq_balanced_30_all_strategies.jsonl

Recommended scoring:

  1. Prompt the model with the question field.
  2. Parse the predicted answer choice from the response.
  3. Compare the predicted choice against the answer field.
  4. Report exact-match multiple-choice accuracy.

The answer should be treated as the option letter, not the full answer text.

Intended Use

This dataset is intended for evaluating tool-use, programmatic reasoning, and quantitative reasoning in the context of trading backtests. It is especially suited for testing whether models can correctly use Backtrader or equivalent computations to answer finance-oriented multiple-choice questions.

This dataset is not intended to provide financial advice, trading recommendations, or claims about future market behavior.

Limitations

  • The released questions use one ticker, AAPL, over one historical date range.
  • Correct answers depend on the exact Backtrader implementation, strategy definitions, commission model, position sizing logic, and market data version.
  • Historical market data can change across vendors or download dates due to adjustments, corrections, or API behavior.
  • The dataset is small and should be interpreted as a focused benchmark rather than a broad measure of financial expertise.
  • Multiple-choice formatting may allow some models to exploit answer-choice artifacts; tool-based verification is recommended.

NeurIPS Review Notes

This repository is prepared for anonymous review. The dataset should remain accessible to reviewers, ACs, and SACs at submission time according to the NeurIPS Evaluations & Datasets Track requirements. The repository metadata, README, and file contents should avoid revealing author identity during the review period.

For NeurIPS Evaluations & Datasets submissions, the Hugging Face dataset page can generate core Croissant metadata automatically. Please ensure the required Responsible AI fields are completed before submission if required by the track instructions.

License

The license is marked as other during anonymous review. Final public release terms should be confirmed before camera-ready release.

Downloads last month
44