This script is designed specifically for firing an alert every candle. It can also be used to just fire an alert on a green candle, or a red candle to slow it down a bit. This is a script we use to close all of our orders or positions on any of the integrated exchanges. You can use a fire once alert with greater than on condition and the alert will typically fire...
Fellow crypto traders, This is not the average script post, please keep reading... I admit I have not been socially active on TradingView at all. As a paid pro-member I've been using the platform to develop serious strategies, not to waste time on drawing lines, or do Social Media...
Same script as the previous version with a slight twist Have added (lines) "Transparency" to the settings to avoid having to edit every line individually ... Cheers
Fairly simple script that automatically draws highs and lows for the past X periods at various intervals. 3 Settings : "Sensitivity" which amounts to the horizontal separation from one high to the next high (default multiplicator : 10) Variable "b" which is the HEX color for resistances (default : red) Variable "c" which is the HEX color for supports (default :...
Uses two sets of MACD plus an RSI to either long or short. All three indicators trigger buy/sell as one (ie it's not 'IF MACD1 OR MACD2 OR RSI > 1 = buy", its more like "IF 1 AND 2 AND RSI=buy", all 3 match required for trigger) The MACD inputs should be tweaked depending on timeframe and what you are trading. If you are doing 1, 3, 5 min or real...
This is only a slight modification to the existing "MACD Strategy" strategy plugin! found the default MACD strategy to be lacking, although impressive for its simplicity. I added "year>2014" to the IF buy/sell conditions so it will only backtest from 2015 and beyond ** . I also had a problem with the standard MACD trading late, per se. To that end I modified the...
This is the alert script for the P2-V2 Strategy. For some reason pasting it into the P2-V2 description results in some of the lines becoming corrupt. So figured the best way would be to publish it. original strategy
Hey everyone, Recently we developed a chrome extension for automating TradingView strategies using the alerts they provide. Initially we were charging a monthly fee for the extension, but we have now decided to make it FREE for everyone. So to display the power of automating strategies via TradingView, we figured we would also provide a profitable strategy along...