generated from dhairya/scenario_template
System save at 11/10/2024 13:31 by user_client2024
This commit is contained in:
parent
31c0a51b68
commit
4a7b3b11aa
4
main.py
4
main.py
@ -59,7 +59,7 @@ WHERE buy_volume > 0 OR sell_volume > 0
|
||||
"""
|
||||
|
||||
class Scenario:
|
||||
seq = SQLQueryInterface(schema="internal")
|
||||
seq = SQLQueryInterface(schema="trade_schema")
|
||||
|
||||
def logic(self, **kwargs):
|
||||
validation_window = kwargs.get('validation_window')
|
||||
@ -76,7 +76,7 @@ class Scenario:
|
||||
cols = [
|
||||
'START_DATE_TIME',
|
||||
'END_DATE_TIME',
|
||||
'PARTICIPANT',
|
||||
'FOCAL ID',
|
||||
'MIN_PRICE',
|
||||
'MAX_PRICE',
|
||||
'PRICE_CHANGE (%)',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user