Created
May 19, 2020 02:53
-
-
Save clintonyeb/7faa928d399b39ea630d2ed94c55e1d0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="px-2 pt-6 pb-8 mb-4"> | |
<div> | |
<span class="text-center text-gray-600 text-lg font-bold m-2"> | |
Moving Average: | |
</span> | |
{{movavg ? movavg : "Please wait..."}} | |
</div> | |
<div> | |
<span class="text-center text-gray-600 text-lg font-bold m-2"> | |
Ticker: | |
</span> | |
{{ticker}} | |
</div> | |
<div> | |
<span class="text-center text-gray-600 text-lg font-bold m-2"> | |
Buy/Sell: | |
</span> | |
{{buyOrSell ? buyOrSell : "-"}} | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment