Hi all, I'm trying to wedge in the MACD into a multiple timeframe. Scope is to create: 1) an alert when the MACD across all timeframes is positive, 2) an alert when the MACD across all timeframes is negative, and 3) one when neither of them is applicable.
Would anyone be so kind to give it some thoughts, please?
TF_global = TF_1 and TF_2 and TF_3 and TF_4 TF_global_bear = TF_1 == false and TF_2 == false and TF_3 == false and TF_4 == false TF_global_color = TF_global ? green : TF_global_bear ? red : white TF_trigger_width = TF_global ? 6 : width
cleaned up the MACD references in the MTF snippets
릴리즈 노트
updated the exit points
릴리즈 노트
polished the exit points
릴리즈 노트
polished the name
릴리즈 노트
Guys, I need some help, please.
1) why doesn't my script close a position when TF_global_off kicks in? and 2) why there is a gap of time between the fulfilment of a condition (all green or all red) and the actual opening?
thanks in advance
릴리즈 노트
further polishing
릴리즈 노트
this should be the final version. Exit points correctly visualised and good results. only regret I have is that I would prefer to be able to count data from the open of the candle, instead of the close.
오픈 소스 스크립트
진정한 트레이딩뷰 정신에 따라 이 스크립트 작성자는 트레이더가 기능을 검토하고 검증할 수 있도록 오픈소스로 공개했습니다. 작성자에게 찬사를 보냅니다! 무료로 사용할 수 있지만 코드를 다시 게시할 경우 하우스 룰이 적용된다는 점을 기억하세요.
차트에서 빠르게 액세스하려면 이 스크립트를 즐겨찾기에 추가하세요 — 여기에서 자세히 알아보기.