ui fix
This commit is contained in:
parent
9861354e2f
commit
4f5491c2a4
@ -53,14 +53,21 @@
|
|||||||
<p class="mb-4">
|
<p class="mb-4">
|
||||||
This indicator measures the daily aggregated premium and volume of
|
This indicator measures the daily aggregated premium and volume of
|
||||||
option trades. It calculates the difference between the value of
|
option trades. It calculates the difference between the value of
|
||||||
options transacted at or near the ask price and those transacted
|
options transacted at or near the <span
|
||||||
at or near the bid price.
|
class="uppercase font-semibold">ask</span
|
||||||
|
>
|
||||||
|
price and those transacted at or near the
|
||||||
|
<span class="uppercase font-semibold">bid</span> price.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="bg-table p-5 rounded-md mb-5">
|
<div class="bg-table p-5 rounded-md mb-5">
|
||||||
<p>
|
<p>
|
||||||
Example: If $15,000 in calls are transacted at the ask price and
|
Example: If $15,000 in calls are transacted at the <span
|
||||||
$10,000 at the bid price, the aggregated call
|
class="uppercase font-semibold">ask</span
|
||||||
|
>
|
||||||
|
price and $10,000 at the
|
||||||
|
<span class="uppercase font-semibold">bid</span>
|
||||||
|
price, the aggregated call
|
||||||
<span class="text-[#00FC50] font-semibold uppercase"
|
<span class="text-[#00FC50] font-semibold uppercase"
|
||||||
>premium</span
|
>premium</span
|
||||||
> is:
|
> is:
|
||||||
@ -70,8 +77,12 @@
|
|||||||
|
|
||||||
<div class="bg-table p-5 rounded-md mb-5">
|
<div class="bg-table p-5 rounded-md mb-5">
|
||||||
<p>
|
<p>
|
||||||
Example: If $10,000 in puts are transacted at the ask price and
|
Example: If $10,000 in puts are transacted at the <span
|
||||||
$20,000 at the bid price, the aggregated put
|
class="uppercase font-semibold">ask</span
|
||||||
|
>
|
||||||
|
price and $20,000 at the
|
||||||
|
<span class="uppercase font-semibold">bid</span>
|
||||||
|
price, the aggregated put
|
||||||
<span class="text-[#FF2F1F] font-semibold uppercase"
|
<span class="text-[#FF2F1F] font-semibold uppercase"
|
||||||
>premium</span
|
>premium</span
|
||||||
> is:
|
> is:
|
||||||
@ -80,10 +91,13 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p class="mb-4">
|
<p class="mb-4">
|
||||||
More calls bought at the ask suggest bullish sentiment, while more
|
More calls bought at the <span class="uppercase font-semibold"
|
||||||
puts bought at the ask suggest bearish sentiment. If both lines
|
>ask</span
|
||||||
are close, the sentiment is neutral. Diverging trends indicate
|
>
|
||||||
increasing bullish or bearish sentiment.
|
suggest bullish sentiment, while more puts bought at the
|
||||||
|
<span class="uppercase font-semibold">ask</span> suggest bearish sentiment.
|
||||||
|
If both lines are close, the sentiment is neutral. Diverging trends
|
||||||
|
indicate increasing bullish or bearish sentiment.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="bg-table p-5 rounded-md mb-5">
|
<div class="bg-table p-5 rounded-md mb-5">
|
||||||
@ -113,7 +127,9 @@
|
|||||||
<div class="bg-table p-5 rounded-md">
|
<div class="bg-table p-5 rounded-md">
|
||||||
<p>
|
<p>
|
||||||
Example: If 10,000 more calls and 5,000 more puts are transacted
|
Example: If 10,000 more calls and 5,000 more puts are transacted
|
||||||
at the ask compared to the bid, the aggregated volume is:
|
at the <span class="uppercase font-semibold">ask</span> compared
|
||||||
|
to the <span class="uppercase font-semibold">bid</span>, the
|
||||||
|
aggregated volume is:
|
||||||
</p>
|
</p>
|
||||||
<p class="font-mono mt-2">10,000 - 5,000 = 5,000</p>
|
<p class="font-mono mt-2">10,000 - 5,000 = 5,000</p>
|
||||||
<p class="mt-2">
|
<p class="mt-2">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user