PROTECTED SOURCE SCRIPT
업데이트됨 Swing with VWMA

Script to provide buy and sell signal suggestions on stocks you follow or screen for. You should still use your own stop loss and profit plan if you execute a trade based on signals from this script
This script looks for the EMA crossing above the VWMA for buy signal or EMA crossing below the VWMA for a sell signal
I fill arrays (size set by lookback in settings) with the deltas between the high of the bar and the VWMA and deltas between the low of the day and the VWMA. I use the values in these arrays and pick the highest or lowest value over the lookback period. I adjust the triggers for overbought and oversold in the settings (default is 20% below high or 20% above low) Look for tolerance in setting to adjust.
I use this in conjunction with the market direction script to lower risk. I try to only buy if the market is neutral or in an uptrend.
Note that the oversold shape is yellow for a EMA VWMA cross and red for oversold to highlight the risk. Prices seem to trend in the direction they are going
The numbers being displayed are the 2 moving averages and then the trigger high set point and the current level then trigger low set point and current level. The final 2 are either 1 when action triggered or 0.
This script looks for the EMA crossing above the VWMA for buy signal or EMA crossing below the VWMA for a sell signal
I fill arrays (size set by lookback in settings) with the deltas between the high of the bar and the VWMA and deltas between the low of the day and the VWMA. I use the values in these arrays and pick the highest or lowest value over the lookback period. I adjust the triggers for overbought and oversold in the settings (default is 20% below high or 20% above low) Look for tolerance in setting to adjust.
I use this in conjunction with the market direction script to lower risk. I try to only buy if the market is neutral or in an uptrend.
Note that the oversold shape is yellow for a EMA VWMA cross and red for oversold to highlight the risk. Prices seem to trend in the direction they are going
The numbers being displayed are the 2 moving averages and then the trigger high set point and the current level then trigger low set point and current level. The final 2 are either 1 when action triggered or 0.
릴리즈 노트
Added a long range moving average보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 제한 없이 자유롭게 사용할 수 있습니다 — 여기에서 자세히 알아보기.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.
보호된 스크립트입니다
이 스크립트는 비공개 소스로 게시됩니다. 하지만 제한 없이 자유롭게 사용할 수 있습니다 — 여기에서 자세히 알아보기.
면책사항
이 정보와 게시물은 TradingView에서 제공하거나 보증하는 금융, 투자, 거래 또는 기타 유형의 조언이나 권고 사항을 의미하거나 구성하지 않습니다. 자세한 내용은 이용 약관을 참고하세요.