Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1847065
Topic
74384
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.