javidfarabi110180
Last seen
Followers
0
Following
12
Ideas
1
Scripts
0
since Apr 10, 2021
chartpattern
harmonicpatterns
Less Tags
Show All Tags
All Types
Type
All Types
Indicators
Strategies
Libraries
All Accesses
Script access
All Accesses
Open
Protected
Invite-only
Public & Private
Privacy
Public & Private
Public
Private
FTMUSDT
,
15import pandas as pd import numpy as np import matplotlib.pyplot as plt import ta def load_data(): data = pd.read_csv('historical_data.csv') data = pd.to_datetime(data ) data.set_index('Date', inplace=True) return data def calculate_rsi(data, period=14): data = ta.momentum.RSIIndicator(data , window=period).rsi() return data def...
3
User has no followers
109926
140
72256
Message
Follow
Following
Unfollow
Online
10228
27
188
Message
Follow
Following
Unfollow
44735
2267
39537
Message
Follow
Following
Unfollow
5152
648
3792
Message
Follow
Following
Unfollow
1322
362
1415
Message
Follow
Following
Unfollow
294
273
280
Message
Follow
Following
Unfollow
64107
101
8266
Message
Follow
Following
Unfollow
710
538
576
Message
Follow
Following
Unfollow
2340
8
64
Message
Follow
Following
Unfollow
Type
Script access
Privacy