YipYip
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile Personal Message (Offline)

Ignore
June 04, 2014, 06:14:27 AM

Back to square one. This seems like an infinite loop Cheesy

you mean something like this recursive loop Cheesy


public void TradingEngine(targetprice)
{
do
{

thread.wait(1*TimeSpan.Day(1));
Dump(fallprice = (targetprice - 80));

}
while (price < targetprice)
TradingEngine(targetprice=targetprice+100);

}


New Chinese trading bot ...lolz