Skip to content

Instantly share code, notes, and snippets.

@clintonyeb
Created May 19, 2020 02:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clintonyeb/7faa928d399b39ea630d2ed94c55e1d0 to your computer and use it in GitHub Desktop.
Save clintonyeb/7faa928d399b39ea630d2ed94c55e1d0 to your computer and use it in GitHub Desktop.
<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