Similarly to earlyer commenter i first tryed algo to fix gaps and flaws in historical data,
even considered NN based data fixing that learns based on artificially made missing/bad data.
But trading algos started to find too many predictable advantages in those fixes and i dropped the idea.
Now only marking data as bad.
It is possible fit 8 boolions in 1 byte using bit packing.
Enough for faulty data info and more.
Even so i have had many problems with too many high probabilty patterns in data so the algos to consider data bad had to get more complex.
Atm considering working on algo that takes multiple sources of data and puts additional sources to similar spread level as main data.
Purpose is to fill gaps or correct faulty data.
even considered NN based data fixing that learns based on artificially made missing/bad data.
But trading algos started to find too many predictable advantages in those fixes and i dropped the idea.
Now only marking data as bad.
It is possible fit 8 boolions in 1 byte using bit packing.
Enough for faulty data info and more.
Even so i have had many problems with too many high probabilty patterns in data so the algos to consider data bad had to get more complex.
Atm considering working on algo that takes multiple sources of data and puts additional sources to similar spread level as main data.
Purpose is to fill gaps or correct faulty data.
Last edited:
