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
Notas de Lançamento
updated the exit points
Notas de Lançamento
polished the exit points
Notas de Lançamento
polished the name
Notas de Lançamento
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
Notas de Lançamento
further polishing
Notas de Lançamento
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.
No verdadeiro espírito do TradingView, o autor desse script o publicou como código aberto, para que os traders possam compreendê-lo e analisá-lo. Parabéns ao autor! Você pode usá-lo gratuitamente, mas a reutilização desse código em publicações é regida pelas Regras da Casa. Você pode favoritá-lo para usá-lo em um gráfico.
As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.