TradingView
fiki
30 mar 2019 15:22

Turtles Modified Alerts 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

Descrizione

Alerts for famous Turtle Trading Rules. Based on work from tmr0 and ossettia. It can be used with Autoview.

If you have any advice on how to further improve the script, please let me know by PM or comment below. Thanks!

Please hit on "Like" if you find this script useful so that others can find it easier. Thanks!

*** The information and script provided here are no recommendation to buy or sell. They are just an idea for educational and discussion purposes. ***

Note di rilascio

Alerts for famous Turtle Trading Rules. Based on work from tmr0 and ossettia. Compatible with Autoview.

Please "Like" if you find this script useful. Thanks!

Update v2: Label positioning and naming below (buy) and above (sell) bars added to better visualize entries and exits.

*** The information and script provided here are no recommendation to buy or sell. They are just an idea for educational and discussion purposes. ***

Note di rilascio

Added background color: red = short / blue = long.

Please like if you find this script useful. Thanks!

Note di rilascio

  • Updated to Pine Script v4
  • Changed shape of label
  • Changed label colors to better distinguish between fast and long signals


Please like if you find this script useful. Thanks!
Commenti
fiki
Here is my Autoview code for XBTUSD on BitMEX for the ones interested. Please adapt accordingly to your needs.

a=enter-fast-L d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=long l=5 q=100 t=limit ro=0

a=enter-slow-L d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=long l=5 q=100 t=limit ro=0

a=exit-fast-S d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=long l=5 q=100 t=limit ro=1

a=exit-slow-S d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=long l=5 q=100 t=limit ro=1

a=exit-fast-L d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=short l=5 q=100 t=limit ro=1

a=exit-slow-L d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=short l=5 q=100 t=limit ro=1

a=enter-fast-S d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=short l=5 q=100 t=limit ro=0

a=enter-slow-S d=1
a=bitmex-testnet e=bitmex-testnet s=XBTUSD b=short l=5 q=100 t=limit ro=0
Ajiwaitazo
can you please clarify the Autoview code below regarding the d=1; is this for daily time frame or parameter declaration; and can you please explain what that lines does to the code as I am not getting the code executed. Please and thank you.
Ajiwaitazo
One question: in the code below for the profit view; what is the d=1? is it because you used a daily time frame; what about 15 m timeframe what is d =?
Cyrille74
Open f****** long, close f****** long, open f****** short, I love it :D
mastam1
Hello! Please!!!!! How to make ??????

exitL2_final
enterS2_final
enterL2_final
exitS2_final

period "60" min ??????????????????????????????????????????????????????????

I can make only

exitL2
enterS2
enterL2
exitS2

exL2 = security(syminfo.tickerid, "60", exitL2)
enS2 = security(syminfo.tickerid, "60", enterS2)
enL2 = security(syminfo.tickerid, "60", enterL2)
exS2 = security(syminfo.tickerid, "60", exitS2)
mastam1
@mastam1, @fiki, You can help me?? please!!
mastam1
@mastam1, @fiki, no longer relevant
mastam1
@mastam1, no longer relevant
Altro