This commit is contained in:
MuslemRahimi 2025-02-04 18:00:18 +01:00
parent f9064c9519
commit 1e76f40c08
2 changed files with 5 additions and 4 deletions

View File

@ -34,7 +34,7 @@
<section class="w-full overflow-hidden m-auto">
<Infobox
text="A list of stocks with the highest Implied Volatility (IV) Rank and a minimum of 1 million open interest (OI). IV Rank measures a stock's current implied volatility compared to its range over a specific period, helping identify potential opportunities in the options market."
text="A list of stocks with the highest Implied Volatility (IV) Rank. IV Rank measures a stock's current implied volatility compared to its range over a specific period, helping identify potential opportunities in the options market."
/>
<!-- Page wrapper -->

View File

@ -112,7 +112,10 @@
id: data?.getOptionsWatchlist?.id,
};
const response = await fetch("/api/update-options-watchlist", {
numberOfChecked = 0;
editMode = !editMode;
await fetch("/api/update-options-watchlist", {
method: "POST",
headers: {
"Content-Type": "application/json",
@ -121,8 +124,6 @@
});
deleteOptionsId = [];
numberOfChecked = 0;
editMode = !editMode;
}
}