OPEN-SOURCE SCRIPT

Simple and efficient PSAR swing strategy

Actualizado
This is a strategy build inside tradingview, which I found it works great with swing/position trading.

It works based on parabolic sar indicator, when indicator is below the candle, is an uptrend and when its its above is a downtrend.

At the same time it's very nice, because it has a sort of stop loss which is dynamic, because it triggers when candle crosses with indicator, so you dont have to worry about stop loss or take profit .


The key here of course, is going to be the risk management, if you want to success with it, never trade more than 2% of you capital, and if you want you can always apply a rule inside the code to close all position if x % amount of equity was going down, although I recommend have patience and let the system do its job.



I recommend this strategy to be used with charts like 1 day or 1 week. If you need and want I can convert it to an indicator that uses alerts (although with strategy as well can be made to send alerts).

PS. When you add this strategy on chart, inside is has different versions, if you use first version(1), it uses the system I explain above. If you use the last one, its based on risk management when the stop loss is the difference between psar and the candle, but it still needs some adjustments to make.
Overall first one is atm much more profitable, but I believe that the version with risk management can be much better, but it need much more adjustments to make which I dont have the time at the moment for it.

Enjoy it .
Notas de prensa
Added risk management.
For currencies without JPY, change the dataL and dataS line to 100.000 instead of 1000.
It still needs some adjustments and tweaks :)
Notas de prensa
Uncomment the line 84 and 98 to apply the risk management calculated by the difference between the sar and close candle
dailychartParabolic Stop and Reverse (PSAR)positiontraderswingtrading

Script de código abierto

Siguiendo fielmente el espíritu de TradingView, el autor de este script lo ha publicado en código abierto, permitiendo que otros traders puedan entenderlo y verificarlo. ¡Olé por el autor! Puede utilizarlo de forma gratuita, pero tenga en cuenta que la reutilización de este código en la publicación se rige por las Normas internas. Puede añadir este script a sus favoritos y usarlo en un gráfico.

¿Quiere utilizar este script en un gráfico?


También en:

Exención de responsabilidad