TradingView
UnknownUnicorn2151907
2019年7月11日午後9時37分

ONLY LONG V4 [Alerts] 

Bitcoin / US Dollar Perpetual Inverse Swap ContractBitMEX

詳細

Let's try the Version 4 ...

This script is only for long positions.
It's based on the conjunction of RMI + ADX + RSI for entries and only with Take Profit to close the position.

It doesn't have security (), nor Heikin Ashi, so the Backtest is Real.

Use always 'Once per bar'.
It doesn't repaint absolutely nothing at all.

Timeframe: 15 minutes

Have fun improving it ...


Enjoy!



Tips ...

BTC: 3LEUP3WjQctdbFjBavcmRGUVRBje8bptCd
ETH: 0x518AAD4746912ae506c82B747488306186c4d546

リリースノート

Added the Take Profit calculation from the average price of the positions (fuchsia dot) and the Stop Loss as a Re-entry for improve the liquidation price.

リリースノート

Added Re-entry to the alertcondition() function.

リリースノート

ADX, Masanakamura version, changed to the original ADX and some strategy algorithm.
Example settings for ETH at 5 minutes.
コメント
RafaelZioni
nice work bro:)
UnknownUnicorn2151907
@RafaelZioni, I think the next script will be called "NOT-ONLY LONGS" ;-) ... Thanks for your ideas ...
Birdresettrader
@XaviZ, Repaint??
unsignedlemon
@Birdresettrader, Yes. It uses the `close` variable. Unfortunately it's a pain in the butt to avoid repainting.
If you want to be sure after you get the signal: look at the chart. It's an indicator, not a magic wand.
You can wait till whichever timeframe you use for signals (Just use H2, I guess) closes
UnknownUnicorn2151907
@Birdresettrader, It doesn't repaint because it use longCondition[1]... [1] means only confirmed signals.
psb8961
I can't see this indicator's labels..! what happens?
96b31d34302749e6bd028b7cd81bb8
Hi! How to remove pyramiding?
Adriansykz
Really liking this script, but can’t seem to get the alerts to show up when I try to add them. It doesn’t show up as an option. Could I be doing something wrong?
Adriansykz
@Adriansykz, Nevermind, I think I know what I did wrong. :)
dianapicot
Buen dia XaviZ, quisiera por favor me aclarara unas dudas con respecto a este script.

1) Veo que las ordenes se ejecutan en función del tiempo cuando se cumple la condicion, Ejm:( x = Final_Long_tp ? time : na, ), cuando se hacen las recompras el script no calcula las ventas en función de cada recompra; sino que lo hace en la ultima recompra cuando se cumple la condición ("TAKE PROFIT %").

2) Usted con su experiencia en este lenguaje de programación conoce la forma de capturar los precios de entrada y de cada recompra para calcular de una manera correcta el "TAKE PROFIT %" , y de esta forma no generar perdida alguna con esta estrategia, se supone que las recompras se hacen para evitar perdidas.

Gracias por su atención y por compartir sus conocimientos con todos nosotros.
詳細