(2)增加时区背景 以BTC 为例, 由于是24交易,但在不同时段参与者不同,或者有不同的表现, 遂分为了3个时区,用红、蓝、绿背景作为了划分。 这个时区指标是在上面变色均线的基础上增加的, 这也是TV自定义指标的一个大优势, 多个指标合一, 因此, 在一定程度上缓解了免费版本只能同时使用3个指标的限制。 展示如...
现在的交易所计价货币基本有4种: USDT, BTC, ETH,平台币。如果我想看LINK/DOT的呢?可以通过如下代码...
database: BaseDatabase = get_database() bars = database.load_bar_data( symbol="BTC-USDT-SWAP", exchange=Exchange.OKX, interval=Interval.MINUTE, start=datetime(2024, 3, 7), end=datetime(2024, 9, 1) ) n = 1000history = bars[:n] new_data = bars[n:] data:...
BTC/USDT results on Binance from one year of backtesting. AI + TradingView Analysis:Perfectly Aligned Alerts Each alert is paired with a TradingView chart snapshot, showcasing the strategic depth behind every alert. Witness the power of AI in translating complex market patterns into clear,actionabl...
For example: place BNB order if condition met to BTC pair. if not position (BTCUSDT): BNBUSDT, buy… TP/SL for Spot Sell orders[Spot] It gives ability to “Short” on Spot market. Scenario: trader sell BTC and place TP/SL (OCO) orders willing to buy it later at lower price (TP...
,methods:{createWidget() {var_this =this;this.$nextTick(function() {letwidget =newTradingView.widget({symbol:'BTC-USDT',//商品名称interval:"15",//默认显示时间分辨率15分钟container_id:"tv_chart_container",//k线div容器id//调用datafeed初始化函数datafeed:newDatafeeds.UDFCompatibleDatafeed('https:...
in the console symbol: 'ETH/BTC', //币名称 int
symbol: 'BTC-USDT',//商品名称 interval: "15",//默认显示时间分辨率15分钟 container_id: "tv_chart_container",//k线div容器id //调用datafeed初始化函数 datafeed: new Datafeeds.UDFCompatibleDatafeed( 'https://demo_feed.',//后台地址 10000, //轮询时间(毫秒) ...
I use your script when I have some more time and trade some pumps on 3/5min chart and it works quite nice. Thank you, Btw BTC 4h candles says BUY today. Debbie October 19, 2020 Mario, your buy/sell indicator has given me the confidence to trade this bear market it works a treat!
this line to see Library errors and warnings in the console symbol: 'ETH/BTC', //币名...