.. |
0001_initial.py
|
Upload template project
|
2022-10-13 15:26:43 +01:00 |
0002_session_session.py
|
Upload template project
|
2022-10-13 15:26:43 +01:00 |
0003_hook.py
|
Implement adding/editing hooks
|
2022-10-15 18:45:25 +01:00 |
0004_callback.py
|
Implement OTP and show received callbacks
|
2022-10-15 21:51:47 +01:00 |
0005_remove_callback_data_callback_market_and_more.py
|
Add callback migrations
|
2022-10-15 23:36:04 +01:00 |
0006_remove_callback_market_alter_callback_timestamp_sent_and_more.py
|
Add all model fields to callbacks
|
2022-10-16 14:37:49 +01:00 |
0007_account.py
|
Fix CRUD for accounts and trades
|
2022-10-17 19:06:09 +01:00 |
0008_trade.py
|
Fix CRUD for accounts and trades
|
2022-10-17 19:06:09 +01:00 |
0009_trade_exchange_id.py
|
Begin implementing trade management
|
2022-10-18 07:22:22 +01:00 |
0010_account_sandbox_trade_direction_trade_status_and_more.py
|
Begin implementing trade management
|
2022-10-18 07:22:22 +01:00 |
0011_alter_account_exchange.py
|
Begin implementing positions
|
2022-10-17 07:20:30 +01:00 |
0012_rename_exchange_id_trade_client_order_id_and_more.py
|
Begin implementing positions
|
2022-10-17 07:20:30 +01:00 |
0013_alter_trade_direction_alter_trade_price.py
|
Begin implementing positions
|
2022-10-17 07:20:30 +01:00 |
0014_alter_account_exchange.py
|
Implement viewing live and DB information from account
|
2022-10-21 23:57:32 +01:00 |
0015_strategy.py
|
Implement strategies and posting trades
|
2022-10-27 18:08:40 +01:00 |
0016_strategy_user_trade_user.py
|
Implement strategies and posting trades
|
2022-10-27 18:08:40 +01:00 |
0017_hook_direction_strategy_price_slippage_percent.py
|
Implement strategies and posting trades
|
2022-10-27 18:08:40 +01:00 |
0018_strategy_trade_size_percent_trade_amount_usd_and_more.py
|
Implement strategies and posting trades
|
2022-10-27 18:08:40 +01:00 |
0019_account_supported_symbols_and_more.py
|
Implement strategies and posting trades
|
2022-10-27 18:08:40 +01:00 |
0020_rename_market_item_callback_base_and_more.py
|
Implement strategies and posting trades
|
2022-10-27 18:08:40 +01:00 |
0021_account_instruments_alter_account_exchange_and_more.py
|
Improve posting trades to OANDA and make everything more robust
|
2022-11-10 19:27:46 +00:00 |
0022_account_currency.py
|
Improve posting trades to OANDA and make everything more robust
|
2022-11-10 19:27:46 +00:00 |
0023_alter_strategy_options_and_more.py
|
Calculate price slippage more reliably and allow specifying order type and time in force
|
2022-11-15 07:20:17 +00:00 |
0024_strategy_time_in_force.py
|
Calculate price slippage more reliably and allow specifying order type and time in force
|
2022-11-15 07:20:17 +00:00 |
0025_alter_strategy_time_in_force.py
|
Calculate price slippage more reliably and allow specifying order type and time in force
|
2022-11-15 07:20:17 +00:00 |
0026_trade_time_in_force.py
|
Calculate price slippage more reliably and allow specifying order type and time in force
|
2022-11-15 07:20:17 +00:00 |
0027_strategy_trailing_stop_loss_percent_and_more.py
|
Implement trailing stop loss
|
2022-11-15 07:20:17 +00:00 |
0028_tradingtime.py
|
Implement configuration of trading times
|
2022-11-25 18:01:34 +00:00 |
0029_alter_tradingtime_name.py
|
Implement configuration of trading times
|
2022-11-25 18:01:34 +00:00 |
0030_remove_tradingtime_end_ts_and_more.py
|
Implement configuration of trading times
|
2022-11-25 18:01:34 +00:00 |
0031_strategy_trading_times.py
|
Link trading times to strategies
|
2022-11-25 18:05:02 +00:00 |
0032_alter_tradingtime_end_day_and_more.py
|
Implement trading time limits
|
2022-11-25 19:28:21 +00:00 |
0033_alter_tradingtime_end_day_and_more.py
|
Implement trading time limits
|
2022-11-25 19:28:21 +00:00 |
0034_alter_strategy_trading_times.py
|
Implement trading time limits
|
2022-11-25 19:28:21 +00:00 |
0035_alter_tradingtime_end_day_and_more.py
|
Implement trading time limits
|
2022-11-25 19:28:21 +00:00 |
0036_remove_hook_direction_alter_hook_name_signal.py
|
Reformat migrations
|
2022-12-01 19:32:29 +00:00 |
0037_callback_signal.py
|
Reformat migrations
|
2022-12-01 19:32:29 +00:00 |
0038_remove_strategy_hooks_strategy_entry_signals_and_more.py
|
Reformat migrations
|
2022-12-01 19:32:29 +00:00 |
0039_alter_strategy_exit_signals.py
|
Make signals configurable
|
2022-11-29 07:20:21 +00:00 |
0040_alter_strategy_entry_signals_and_more.py
|
Make signals configurable
|
2022-11-29 07:20:21 +00:00 |
0041_alter_strategy_entry_signals_and_more.py
|
Make signals configurable
|
2022-11-29 07:20:21 +00:00 |
0042_trade_information.py
|
Implement closing positions and refuse to post rejected trades
|
2022-12-01 20:36:58 +00:00 |
0043_strategy_trend_signals.py
|
Implement trend signals
|
2022-12-06 19:46:06 +00:00 |
0044_strategy_trends.py
|
Implement trend signals
|
2022-12-06 19:46:06 +00:00 |
0045_hook_type.py
|
Don't show all signals on strategy page
|
2022-12-01 07:20:35 +00:00 |
0046_remove_hook_type_signal_type.py
|
Move type field to signal
|
2022-12-07 07:20:11 +00:00 |
0047_notificationsettings.py
|
Implement custom notification settings
|
2022-12-18 17:21:52 +00:00 |
0048_riskmodel_account_riskmodel.py
|
Finish implementing risk models
|
2022-12-13 07:20:49 +00:00 |
0049_rename_riskmodel_account_risk_model.py
|
Finish implementing risk models
|
2022-12-13 07:20:49 +00:00 |
0050_account_enabled.py
|
Allow disabling accounts
|
2023-01-01 15:46:40 +00:00 |
0051_account_initial_balance.py
|
Continue implementing live risk checks
|
2023-01-11 19:46:47 +00:00 |
0052_assetgroup_assetrestriction.py
|
Implement CRUD for asset groups
|
2023-02-10 07:20:19 +00:00 |
0053_assetrestriction_pairs_parsed_and_more.py
|
Add asset groups and restrictions
|
2023-02-10 14:33:17 +00:00 |
0054_assetrestriction_webhook_id_alter_assetgroup_allowed.py
|
Add asset restriction webhook API
|
2023-02-10 22:04:01 +00:00 |
0055_strategy_asset_group.py
|
Reformat
|
2023-02-11 14:00:19 +00:00 |
0056_alter_assetrestriction_pairs_parsed.py
|
Implement storing asset restriction callbacks
|
2023-02-10 23:26:30 +00:00 |
0057_alter_assetgroup_account_and_more.py
|
Write tests for asset filter
|
2023-02-11 18:22:49 +00:00 |
0058_remove_assetgroup_account.py
|
Allow changing the asset filter list
|
2023-02-11 18:46:26 +00:00 |
0059_assetgroup_webhook_id_delete_assetrestriction.py
|
Remove asset restrictions and make asset groups smarter
|
2023-02-13 07:20:40 +00:00 |
0060_assetgroup_aggregation_assetgroup_trigger_above_and_more.py
|
Remove asset restrictions and make asset groups smarter
|
2023-02-13 07:20:40 +00:00 |
0061_assetrule.py
|
Implement asset rules as Asset Group children objects
|
2023-02-13 20:45:23 +00:00 |
0062_alter_assetrule_status.py
|
Implement asset rules as Asset Group children objects
|
2023-02-13 20:45:23 +00:00 |
0063_alter_assetrule_unique_together.py
|
Implement asset rules as Asset Group children objects
|
2023-02-13 20:45:23 +00:00 |
0064_remove_assetgroup_aggregation_and_more.py
|
Implement asset rules as Asset Group children objects
|
2023-02-13 20:45:23 +00:00 |
0065_assetgroup_when_bearish_assetgroup_when_bullish_and_more.py
|
Implement asset rules as Asset Group children objects
|
2023-02-13 20:45:23 +00:00 |
0066_remove_account_risk_model_and_more.py
|
Begin adding order settings
|
2023-02-15 18:33:38 +00:00 |
0067_ordersettings_strategy_order_settings.py
|
Begin adding order settings
|
2023-02-15 18:33:38 +00:00 |
0068_strategy_order_settings.py
|
Move order settings to OrderSettings
|
2023-02-15 18:41:08 +00:00 |
0069_remove_strategy_order_type_and_more.py
|
Add migration to remove order settings from strategies
|
2023-02-15 19:13:16 +00:00 |
0070_strategy_active_management_enabled_and_more.py
|
Add signals trading enabled
|
2023-02-15 20:02:38 +00:00 |
0071_alter_account_exchange_activemanagementpolicy.py
|
Write protection check tests
|
2023-02-17 17:05:52 +00:00 |
0072_activemanagementpolicy_when_asset_groups_violated_and_more.py
|
Add more hooks to active management
|
2023-02-17 07:20:15 +00:00 |
0073_strategy_active_management_policy.py
|
Write protection check tests
|
2023-02-17 17:05:52 +00:00 |
__init__.py
|
Upload template project
|
2022-10-13 15:26:43 +01:00 |