Update levels.py
Browse files
levels.py
CHANGED
@@ -6,7 +6,7 @@ import warnings
|
|
6 |
warnings.simplefilter(action='ignore', category=FutureWarning)
|
7 |
warnings.filterwarnings('ignore')
|
8 |
|
9 |
-
df_logo = pd.read_csv("https://raw.githubusercontent.com/jarvisx17/nifty500/main/
|
10 |
|
11 |
def calculate_profit(ltp, share, entry):
|
12 |
tgt1 = entry + (0.02 * entry)
|
|
|
6 |
warnings.simplefilter(action='ignore', category=FutureWarning)
|
7 |
warnings.filterwarnings('ignore')
|
8 |
|
9 |
+
df_logo = pd.read_csv("https://raw.githubusercontent.com/jarvisx17/nifty500/main/Stocks.csv")
|
10 |
|
11 |
def calculate_profit(ltp, share, entry):
|
12 |
tgt1 = entry + (0.02 * entry)
|