1:37pm PST - December 19th, 2022

while (1) { let total = account.tokens[“XRD”].amountAvailable || null let newPrice = tokens[“XRD”].price || 0 let oldPrice = tokens[“XRD”].history[“24h”].price || 0 if (newPrice < oldPrice) marketOrder(“XRD”, 1000) if (total != null && total + 1000 >= 10000000) break }

0 retweets   0 likes  - Mr. Radix (@MisterXRD)