ค้นหา
ผลิตภัณฑ์
ชุมชน
ตลาด
ข่าว
โบรกเกอร์
เพิ่มเติม
TH
เริ่มกันเลย
ชุมชน
/
ไอเดีย
/
CODE for a trading bot in need of correction
TLM / TetherUS PERPETUAL CONTRACT
CODE for a trading bot in need of correction
โดย SnONFx
ติดตาม
ติดตาม
20 เม.ย. 2023
0
20 เม.ย. 2023
hello everyone, i wrote a code for a bot i want to create but will need help in correcting some few erros as i cannot get it to work with trading view.
here it is:\
//
version
=5
study("My Indicator")
// Define EMA variables
ema50 = ema(close, 50)
ema200 = ema(close, 200)
// Define ADX variable
adxVal = adx(14)
// Define RSI variable
rsiVal = rsi(close, 14)
// Buy Signal
if (ema50 > ema200 and adxVal > 30 and rsiVal < 70 and volume > average(volume, 50))
strategy.entry("Buy", strategy.long)
// Sell Signal
if (ema50 < ema200 and adxVal < 30 and rsiVal > 70 and volume > average(volume, 50))
strategy.entry("Sell", strategy.short)
Beyond Technical Analysis
SnONFx
ติดตาม
และใน:
คำจำกัดสิทธิ์ความรับผิดชอบ
ข้อมูลและบทความไม่ได้มีวัตถุประสงค์เพื่อก่อให้เกิดกิจกรรมทางการเงิน, การลงทุน, การซื้อขาย, ข้อเสนอแนะ หรือคำแนะนำประเภทอื่น ๆ ที่ให้หรือรับรองโดย TradingView อ่านเพิ่มเติมที่
ข้อกำหนดการใช้งาน