Post
Topic
Board Speculation
Re: Trading Bots
by
rothschild_666
on 15/04/2013, 20:02:59 UTC
Code:
$i=0;
    foreach ($decoded_t as $a) {
    if((($i>0) && ($ttype != $a['trade_type'])) || (($i>0) &&(($curtime - $a['date']) > (60*15))))

Neither of these conditions will ever resolve to true.