7267 просмотров
simple cross of daily candle close
//@version=2 // simple cross of daily candle close // strategy("DailyCandleCross", shorttitle="DCC", overlay=true, calc_on_order_fills= true, calc_on_every_tick=true, default_qty_type=strategy.percent_of_equity, default_qty_value=75, pyramiding=0) A=security(tickerid, 'D', close) B=security(tickerid, 'D', close[1]) C=A>B if(C) strategy.entry("Long", strategy.long) if(not C) strategy.entry("Short", strategy.short)
Комментарии
this indicator is an example of repainting. I do not suggest to use it. I would have deleted it years ago, but TV will not allow that.
Have you tried Indicator420b? https://www.tradingview.com/u/SeaSide420/#published-scripts
it will make you 1 million dolla!
and
it is free
(also the CCI_Hull is great)
Also, nice work on the indicator, very much appreciate it!!!
there is quite a few request for alert to be added to the indicators. i do it.
and here pic of possible settings of alert https://gyazo.com/d13710ee3a1f7d136ae483fe08b513cd
i dont use the alerts yet, but hopefully this right