TradingView
CannyTolany01
11 de Jan de 2022 11:44

Divergence for Many Indicators v4 ST 

Bitcoin / TetherUSBinance

Descrição

Hello Traders.

This is the Strategy version of Divergence for Many Indicators v4, an easy and comfortable indicator.

- - - -

*It's been modified a little bit from the original.
*I got permission from the original author.

*I'm not good at English, I'm sorry.

- - - -

< 4 things to check >

1. Since repainting is not performed, the first imprinted signal can be accurately seen.
2. It does not respond to continuous diversions.
3. If the opposite diversity is not imprinted, caution is required as it is designed not to indicate liquidation. Be careful when reading the figures shown in the strategy tester.
4. Added stop loss and take propirane.

< What changed? >

1. pivot period 5 - > 9
2. Money Flow index and Chaikin Money Flow are released.

- - - -

KOR SUB

< 4가지 확인 사항 >

1. 리페인팅이 없으므로 첫 번째로 각인된 신호를 정확히 볼 수 있습니다.
2. 연속된 다이버젼스에 대해서는 반응하지 않습니다.
3. 반대의 다이버젼스가 각인되지 않으면 청산 표시를 하지 않도록 설계되어 있으므로 주의를 요합니다.
4. 스탑 로스와 테이크 프로핏 항목을 추가하였습니다.

< 무엇이 변경되었나? >

1. 피봇 페리어드 값이 조금 수정되었습니다.
2. MFI & CMF 가 체크 해제된 상태입니다.

THANK YOU ^^
Comentários
Matat80
its amazing,well done!! but sorry what is repainting??it mean that when a label appear on chart it wont vanish even it is be wrong.Am i right???
ancapreb
Hello, really nice changes!!. Thanks for sharing.
One question, why there is no repainting in your version and in the original one there were repainting?

Thanks!!
CannyTolany01
@ancapreb, The original has a mechanism of repainting according to the conditions. I just set the "strangey" so that it would not be erased after the first condition occurred.
nsjx35
How to add an alarm
CannyTolany01
@nsjx35, There is no alarm because this is a strtegy. The indicator created by Lonesome The Blue has an alarm.
yangpanliang88
Hello, is there a teaching video for this indicator?
kimztae
감사합니다^^!!!!!!!!!!!!!!!
CannyTolany01
@kimztae, 감사합니다 ~~
Sofqpi712
Hello @CannyTolany01, thanks for the great work, I want to add a close condition after timeout but I didn't know where to put it, I found this script (closePositionAfter(timeoutS)=>
if strategy.opentrades > 0
for i = 0 to strategy.opentrades-1
if time - strategy.opentrades.entry_time(i) >= timeoutS*1000
entry = strategy.opentrades.entry_id(i)
strategy.close(entry, comment = str.format("Close \"{0}\" by timeout {1}s", entry, timeoutS))

closePositionAfter(120) // close position after 120 sec)
I put it at the end but not working, can you please give me a hint? 🙏
thomasmat5325
i can see signal is shifting each time up or down. Is there no way to change it ?
Mais