Exemple #1
0
            } else {
                $trialMessage = "**** TRIAL MEMBERSHIP EXPIRES IN " . $diff . " DAYS! ****";
            }
        }
    }
} else {
    if ($diff >= -3) {
        $useSubscriptionText = false;
    } else {
        $trialTimeClass = "";
        $trialMessage = "**** YOUR SUBSCRIPTION HAS EXPIRED! ****";
        $showData = false;
        $showClass = "none";
    }
}
$watchlist = ticker_group_info::retrieveWatchlistArray(SHORT_TRADE);
$holdings = ticker_group_info::retrieveHoldingsArray(SHORT_TRADE);
?>


<!DOCTYPE html>
<html>
<head>
<title>BioBounce.com</title>

<meta name = "keywords" content = "biotech, stock, market, swing trading, stock trading" />
<meta name = "description" content = "" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1 user-scalable=no">
<!--
-->
<meta http-equiv="refresh" content="300" > 
<?php

require_once 'php/member.pagebase.php';
$watchlist = ticker_group_info::retrieveWatchlistArray($tradeTypes);
$holdings = ticker_group_info::retrieveHoldingsArray($tradeTypes);
$abandon = ticker_group_info::retrieveAbandonArray($tradeTypes);
?>


<div class = "newwrap small_bottom_margin">
	<div class="section n1 <?php 
echo $login->showClass;
?>
">
		<div id="maintitle">
			Watchlist
		</div >
		<div class="tablegroup">
			<table id="watchTable" class="watchtable" cellspacing="0" cellpadding ="0" border="0">
				<thead>
					<tr class="table_head">
						<td class="new"></td>
						<th class="bottom left"><span class="hastooltip" title="Ticker Symbol">Symbol</span><div class="none">The ticker symbol of a BioBounce stock to watch.</div></th>
						<th class="bottom"><span class="hastooltip" title="Last Price">Last</span><div class="none">The most recent sell price.</div></th>
						<th class="bottom"><span class="hastooltip" title="Percent Change">Today</span><div class="none">The percent change of this ticker today.</div></th>
						<th class="bottom"><span class="hastooltip" title="Entry Price">Entry Price</span><div class="none"><?php 
echo $typeStrings->entryWatchDesc;
?>
</div></th>
						<th class="bottom"><span class="hastooltip" title="Percent From Entry">% from Entry</span><div class="none">The percentage difference from the last sell price and the entry price.</div></th>
						<th class="bottom"><span class="hastooltip" title="First Target">Target</span><div class="none"><?php 
Exemple #3
0
            } else {
                $trialMessage = "**** TRIAL MEMBERSHIP EXPIRES IN " . $diff . " DAYS! ****";
            }
        }
    }
} else {
    if ($diff >= -3) {
        $useSubscriptionText = false;
    } else {
        $trialTimeClass = "";
        $trialMessage = "**** YOUR SUBSCRIPTION HAS EXPIRED! ****";
        $showData = false;
        $showClass = "none";
    }
}
$watchlist = ticker_group_info::retrieveWatchlistArray(REVERSAL_TRADE);
$holdings = ticker_group_info::retrieveHoldingsArray(REVERSAL_TRADE);
?>


<!DOCTYPE html>
<html>
<head>
<title>BioBounce.com</title>

<meta name = "keywords" content = "biotech, stock, market, swing trading, stock trading" />
<meta name = "description" content = "" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, minimum-scale=1 user-scalable=no">
<!--
-->
<meta http-equiv="refresh" content="300" >