Phân tích Forex và hàng hóa theo góc nhìn đồ thị P&F - Ngày 05/08

Phân tích Forex và hàng hóa theo góc nhìn đồ thị P&F - Ngày 05/08

Phân tích Forex và hàng hóa theo góc nhìn đồ thị P&F - Ngày 05/08
Update view GU:

Đôi khi cái trò này nó rất hên xui, đôi khi nó có vẻ rất hợp lý, đôi khi chả hiểu lí do vì sao, và đôi khi Stoploss liên tục.
Vấn đề là chúng ta nên cắt lỗ mỗi khi tín hiệu sai
và cố mà giữ lợi nhuận cho đủ sở hụi mỗi khi nó đúng
View attachment 162713
upload_2020-8-6_3-18-3.png


Bác Vũ Thái Dương cho em hỏi cái indi RSI 2 Periods phải của tác giả minorplanet2 ko, sao em dùng mà thấy RSI chạy khác của bác nhi, chỗ div#1 của e ko phân kỳ như bên ảnh bác, em setup 14,5 rồi
 
À, bác vào code, chỉnh lại. RSI 14 của mình là RSI(Close,14) còn RSI 5 của mình là RSI (RSI(Close,14),5) nhé :D
tiễn phật tiễn tới tây phương :D bác giúp e chỉnh nốt code đc ko ợ :D Em copy code trên tradingview về thì thấy hơi khác code của bác thi phải nên khó chỉnh quá :( hay bác copy e cái code bác đang xài với :D


//@version=3
study("RSI 2 PERIODS")
len=input(35,title="RSI LENGTH LONG")
len1=input(14, title="RSI LENGTH SHORT")
plot(rsi(close, len),color=black, title="RSI LONG")
plot(rsi(close, len1),color=blue, title="RSI SHORT")
hline(70, title='Upper Band', color=gray, linestyle=dotted, linewidth=2)
hline(30, title='Lower Band', color=gray, linestyle=dotted, linewidth=2)
 
Em tự sửa theo ý e nghĩ thi nó báo code lỗi bác ah :( Hình như của bác hơi khác code xíu

//@version=3
study("RSI 2 PERIODS")
len=input(RSI(Close,14),title="RSI LENGTH LONG")
len1=input((RSI(Close,14),5), title="RSI LENGTH SHORT")
plot(rsi(close, len),color=black, title="RSI LONG")
plot(rsi(close, len1),color=blue, title="RSI SHORT")
hline(70, title='Upper Band', color=gray, linestyle=dotted, linewidth=2)
hline(30, title='Lower Band', color=gray, linestyle=dotted, linewidth=2)
 
Em tự sửa theo ý e nghĩ thi nó báo code lỗi bác ah :( Hình như của bác hơi khác code xíu

//@version=3
study("RSI 2 PERIODS")
len=input(RSI(Close,14),title="RSI LENGTH LONG")
len1=input((RSI(Close,14),5), title="RSI LENGTH SHORT")
plot(rsi(close, len),color=black, title="RSI LONG")
plot(rsi(close, len1),color=blue, title="RSI SHORT")
hline(70, title='Upper Band', color=gray, linestyle=dotted, linewidth=2)
hline(30, title='Lower Band', color=gray, linestyle=dotted, linewidth=2)
=>

//@version=3
study("RSI 2 PERIODS")
len=input(14,title="RSI LENGTH LONG")
len1=input(5, title="RSI LENGTH SHORT")
plot(rsi(close, len),color=black, title="RSI LONG")
plot(rsi(rsi(close,14), len1),color=blue, title="RSI SHORT")
hline(80, title='Upper Band', color=gray, linestyle=dotted, linewidth=2)
hline(20, title='Lower Band', color=gray, linestyle=dotted, linewidth=2)
 

BÌNH LUẬN MỚI NHẤT

  • Quíc Óp trong Phân tích Forex - Vàng - Hàng hóa 217 Xem / 16 Trả lời
  • TraderViet Crypto trong Chuyện bên lề 50 Xem / 2 Trả lời
  • Mạc An trong Phân tích Forex - Vàng - Hàng hóa 617 Xem / 28 Trả lời
  • DuongHuy trong Phân tích Forex - Vàng - Hàng hóa 348 Xem / 31 Trả lời
  • Bianas trong Phân tích Forex - Vàng - Hàng hóa 101 Xem / 3 Trả lời
  • Huan2051 trong Phân tích Forex - Vàng - Hàng hóa 294,735 Xem / 1,397 Trả lời
  • Mạc An trong Phân tích Forex - Vàng - Hàng hóa 1,322 Xem / 58 Trả lời
  • AdBlock Detected

    We get it, advertisements are annoying!

    Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

    Back
    Bên trên