.. |
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 |
__init__.py
|
Upload template project
|
2022-10-13 15:26:43 +01:00 |