AlbertoCuadra / algo_trading_weighted_strategy

Algorithmic Trading Weighted Strategy developed in Pine Script for TradingView
Other
207 stars 78 forks source link

Fixed all the warnings #46

Closed thouravi closed 2 years ago

thouravi commented 2 years ago

Fixed all the warnings TradingView used to give on compiling.

Changes done:

  1. Added color.new() to replace transp.
  2. Removed extra size=size.tiny

Screenshot_1

AlbertoCuadra commented 2 years ago

Thanks @thouravi !!