sbenthall / SHARKFin

Simulating Heterogeneous Agents with Finance
7 stars 5 forks source link

intraday 'flash crash' instrumentation #267

Closed sbenthall closed 8 months ago

sbenthall commented 8 months ago

In order to look for evidence of 'flash crashes':

mesalas commented 8 months ago

The intraday range (high-low) is now passed in the JSON string passed from AMMPS to Sharkfin with the key DailyRange. I will test that we can pass this variable when implemented in sharkfin

sbenthall commented 8 months ago

This commit adds ranges tracking and reporting to sim_stats: https://github.com/sbenthall/SHARKFin/commit/b9eeabb6694a64236cb6c836f560ed7b42086035

BUT I wasn't able to test this locally. Looks like README is out of date?

270

@mesalas please help

sbenthall commented 8 months ago

Ok this is implemented now.