Available translations

Beep Boop - quantum Indicator

foundations.png
Summary: The indicator produces a buy/sell signal based on the indicator originally written by TradingRush channel on YouTube.
BeepBoop On the Charts
The BeepBoop indicator is based on the MACD 12-26 cross strategy principles. When the MACD crosses up, a Buy signal is generated. When the signal corsses down, a sell signal is generated. For all other times the signal is neutral. The neutral state may be used to exit a trade.
To change the parameters needed for the calculation as per your needs, locate and open the Javascript Code under Data Building Procedure -> Procedure Loop under �BeepBoop� Product Definition.
BeepBoop Products & Properties
Product Setting Product Variable Properties
BeepBoop BeepBoop HistCol
Examples:
A simple strategy can be built by using the Buy/Sell signals, with a Neutral signal possibly indicating to exit the position. To add confluence, it's recommended to combine with the EMA200 and only take trades in the direction of the EMA. For example, only take buy signals when price action is above the EMA200.
 chart.at30min.BeepBoop.HistCol == "Buy" 
 chart.at15min.BeepBoop.HistCol == "Sell" 
 chart.at02hs.BeepBoop.HistCol == "Neutral" 
Previous
Parabolic Stop and Return (PSAR) - quantum Indicator
Next
Choppiness Index - quantum Indicator