ba.net/s
.
Portfolio Charts
.
Top Crypto Prices
.
Best Swap
.
Cross-Chain
");
//};
}
function AddItem()
{
var NumToDoItems = localStorage.getItem('ST_NumToDoList');
var i;
var ToDoItem;
if (NumToDoItems == null)
{
NumToDoItems = 0;
}
ToDoItem = prompt("Enter crypto name i.e. btcusd, ethusd, lido-dao, ... \n or aapl, t, mara, tsla ...");
if ((ToDoItem != null) && (ToDoItem != "undefined" ))
{
NumToDoItems++;
localStorage.setItem('ST_ToDoItem'+NumToDoItems, ToDoItem);
localStorage.setItem('ST_NumToDoList',NumToDoItems);
window.location = window.location;
}
}
function SwapItem(Display,Count1, Count2)
{
var i;
var ToDoItem1 = localStorage.getItem('ST_ToDoItem'+Count1);
var ToDoItem2 = localStorage.getItem('ST_ToDoItem'+Count2);
localStorage.setItem('ST_ToDoItem'+Count1, ToDoItem2);
localStorage.setItem('ST_ToDoItem'+Count2, ToDoItem1);
window.location = window.location;
}
function EditItem(Display,Count)
{
var i;
var ToDoItem = localStorage.getItem('ST_ToDoItem'+Count);
var ToDoItem2;
ToDoItem2 = prompt("Edit item #"+Display, ToDoItem);
if ((ToDoItem2 != null) && (ToDoItem2 != "undefined" ))
{
localStorage.setItem('ST_ToDoItem'+Count, ToDoItem2);
window.location = window.location;
}
}
function set(){
VisitorName = prompt("Who are you?");
//SetCookie ('VisitorName', VisitorName, exp);
//SetCookie ('WWHCount', 0, exp);
//SetCookie ('WWhenH', 0, exp);
localStorage.setItem('VisitorName', VisitorName);
localStorage.setItem('WWHCount', 0);
localStorage.setItem('WWhenH', 0);
}
// End -->
My Crypto and Stock Chart List
Add Crypto or Stock Chart
(use ticker symbol from examples below)
Search ticker symbols using the "+" compare button, or
see some example tickers here
ba.net/s
.
Portfolio Charts
.
Top Crypto Prices
.
Best Swap
.
Cross-Chain
This Web App does not require login or Registration. It stores your Stock List using localstorage on your phone new
TradingView Stock Quotes
Bookmark ba.net/s
Add to Home Screen clicking +
|
|