Algo Trading Weighted Strategy Versions Save

Algorithmic Trading Weighted Strategy developed in Pine Script for TradingView

v1.3.0

2 years ago

What's Changed

  • Solve: error TP same bar. Thanks to @aynetbt for letting me know.
  • Solve: error TP-TOP, TP-BOTTOM when the percentage was smaller than 100. I was always closing the entire trade, not a percentage.
  • Add: includes TP-TOP and TP-BOTTOM limit orders based on the previous candle with the TOP/BOTTOM label.

Full Changelog: https://github.com/AlbertoCuadra/algo_trading_weighted_strategy/compare/v1.2.0...v1.3.0

v1.0.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/AlbertoCuadra/algo_trading/commits/v1.0.0