Skip to content

Commit

Permalink
StandardName
Browse files Browse the repository at this point in the history
  • Loading branch information
adsbin committed Oct 18, 2022
1 parent 97aeede commit f56496b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions bnb.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
const geckoapiURL = "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=binancecoin";
const binanceWSS = "wss://stream.binance.com:9443/ws/bnbusdt@trade";
const fontPriceMulti = 5;
//const fontPriceMulti = 5;

function getLocStorage() {
console.log("From localStorage: Q_len:" + localStorage.getItem("Q_len") + "; " +
Expand Down Expand Up @@ -147,16 +147,16 @@
<span id="timestamp"></span>
</td>
<td>
<button id="btnStart" onclick="ws_trades();wrapTradingView(); setLocStorage(); autoResizeTextbox();"
class="button1">Start</button>
<div class="button1">
<input type="checkbox" id="cbSound" style="width:12px; height:12px;" />Sound
</div>
</td>
<td>
<button id="btnGetHL" onclick="get24HighLow();" class="button1">Get limits</button>
</td>
<td>
<div class="button1">
<input type="checkbox" id="cbSound" style="width:12px; height:12px;" />Sound
</div>
<button id="btnStart" onclick="ws_trades();wrapTradingView(); setLocStorage(); autoResizeTextbox();"
class="button1">Start</button>
</td>
</tr>
</table>
Expand Down
12 changes: 6 additions & 6 deletions btc.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
const geckoapiURL = "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=bitcoin";
const binanceWSS = "wss://stream.binance.com:9443/ws/btcusdt@trade";
const fontPriceMulti = 15;
//const fontPriceMulti = 15;

function getLocStorage() {
console.log("From localStorage: Q_len:" + localStorage.getItem("Q_len1") + "; " +
Expand Down Expand Up @@ -147,16 +147,16 @@
<span id="timestamp"></span>
</td>
<td>
<button id="btnStart" onclick="ws_trades();wrapTradingView(); setLocStorage(); autoResizeTextbox();"
class="button1">Start</button>
<div class="button1">
<input type="checkbox" id="cbSound" style="width:12px; height:12px;" />Sound
</div>
</td>
<td>
<button id="btnGetHL" onclick="get24HighLow();" class="button1">Get limits</button>
</td>
<td>
<div class="button1">
<input type="checkbox" id="cbSound" style="width:12px; height:12px;" />Sound
</div>
<button id="btnStart" onclick="ws_trades();wrapTradingView(); setLocStorage(); autoResizeTextbox();"
class="button1">Start</button>
</td>
</tr>
</table>
Expand Down
12 changes: 6 additions & 6 deletions cake.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script>
const geckoapiURL = "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=pancakeswap-token";
const binanceWSS = "wss://stream.binance.com:9443/ws/cakeusdt@trade";
const fontPriceMulti = 80;
//const fontPriceMulti = 80;

function getLocStorage() {
console.log("From localStorage: Q_len:" + localStorage.getItem("Q_len2") + "; " +
Expand Down Expand Up @@ -147,16 +147,16 @@
<span id="timestamp"></span>
</td>
<td>
<button id="btnStart" onclick="ws_trades();wrapTradingView(); setLocStorage(); autoResizeTextbox();"
class="button1">Start</button>
<div class="button1">
<input type="checkbox" id="cbSound" style="width:12px; height:12px;" />Sound
</div>
</td>
<td>
<button id="btnGetHL" onclick="get24HighLow();" class="button1">Get limits</button>
</td>
<td>
<div class="button1">
<input type="checkbox" id="cbSound" style="width:12px; height:12px;" />Sound
</div>
<button id="btnStart" onclick="ws_trades();wrapTradingView(); setLocStorage(); autoResizeTextbox();"
class="button1">Start</button>
</td>
</tr>
</table>
Expand Down

0 comments on commit f56496b

Please sign in to comment.