58k strategy is in full effect:
p =market_price;
do while (58k>=p OR 58k<=p);
stack += buyBTC();
if stack >= threshold;
selfcustody += stack;
stack = 0;
end;
end;
58k strategy is in full effect:
p =market_price;
do while (58k>=p OR 58k<=p);
stack += buyBTC();
if stack >= threshold;
selfcustody += stack;
stack = 0;
end;
end;
No replies yet.