ورود/ثبت‌نام

تحلیل تکنیکال garthg26 درباره نماد BTC : توصیه به خرید (۱۴۰۲/۷/۹)

https://sahmeto.com/message/243685
garthg26
garthg26
رتبه: 14287
1.4
خرید،تکنیکال،garthg26

پانداها را به‌عنوان pdimport numpy به‌عنوان npimport yfinance به‌عنوان yf وارد کنید. end_date = "2023-01-01"# واکشی تاریخی datacrypto_data = yf.download(crypto_symbol, start=start_date, end=end_date)# محاسبه میانگین متحرکshort_window = 50long_window = 200crypto_data['SMA50'] = crypto_data['Close'].rolling(window=short_window).mean()crypto_data['SMA200'] = crypto_data['Close'].rolling(window=long_window).mean()# Create signalscrypto_data['Signal'] = 0crypto_data['Signal'][short_window:] = np.where( crypto_data['SMA50'][short_window:] > crypto_data['SMA200'][short_window:], 1, 0)# ایجاد سیگنالهای خرید/فروش crypto_data['Buy_Signal'] = np.whereta('cryptoignal_da '] > crypto_data['Signal'].shift(1), 1, 0)crypto_data['Sell_Signal'] = np.where( crypto_data['Signal'] < crypto_data['Signal'].shift(1), -1, 0 )# DataFrame را با signalsprint خرید و فروش چاپ کنید(crypto_data[['Close', 'SMA50'، 'SMA200'، 'Signal'، 'Buy_Signal'، 'Sell_Signal']])

ترجمه شده از: English
نمایش اصل پیام
نوع سیگنال: خرید
قیمت لحظه انتشار:
‎$۲۷٬۰۷۱٫۲۱
اشتراک گذاری
نماد برگزیده
برترین تریدر‌
دنبال شده
هشدار