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...