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.
진정한 TradingView 정신에 따라, 이 스크립트의 저자는 트레이더들이 이해하고 검증할 수 있도록 오픈 소스로 공개했습니다. 저자에게 박수를 보냅니다! 이 코드는 무료로 사용할 수 있지만, 출판물에서 이 코드를 재사용하는 것은 하우스 룰에 의해 관리됩니다. 님은 즐겨찾기로 이 스크립트를 차트에서 쓸 수 있습니다.