akandesamsontomiwa
Last seen
Followers
1
Following
3
Ideas
1
Scripts
0
since Jan 30, 2022
trendanalysis
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
import ccxt # Initialize the exchange (e.g., Binance) exchange = ccxt.binance({ 'apiKey': 'YOUR_API_KEY', 'secret': 'YOUR_API_SECRET', }) # Load market data for GBP/USD symbol = 'GBP/USDT' # GBP/USD trading pair ohlcvs = exchange.fetch_ohlcv(symbol, '1h') # Get 1-hour OHLCV data # Print the first few data points for data in ohlcvs : print(data)
1
1
0
0
Message
Follow
Following
Unfollow
31
38
0
Message
Follow
Following
Unfollow
Type
Script access
Privacy