- Implement price change

- Remember the last selected Symbol
This commit is contained in:
Joe Tretter
2020-09-24 20:01:33 -05:00
parent 1fdf705eb5
commit 7c4683442d
4 changed files with 48 additions and 3 deletions

View File

@@ -93,6 +93,7 @@ let createMasterFilterFrame=()=>{
return(_filterContext.theSymbol);
}
me.symbolChanged=(newSymbol)=>{
localStorage["defaults"]=JSON.stringify({Symbol:newSymbol});
newSymbol=me.toBrokerName(newSymbol);
console.log("symbolChanged",newSymbol);
_filterContext.theSymbol=newSymbol