11 (i.e., keep allocations if they are NOT (high volume AND young))

current_allocations %<>% filter(createdAtEpoch != current_epoch) %>% filter(!(forty_eight_hour_volume > 100000 & (current_epoch - createdAtEpoch) < 20))