This is a script I created by combining parts of other scripts I looked at. It uses RSI and MACD to give entrance signals for longs or shorts. When the color changes from red to green it signifies a buy, from green to red signifies a short.
The problem that I am having is that I cannot set up the alert script properly, Using the code : alert1 = (xRSI > Overbought and signal < macd) ? 1: 0
gives repeat signals every time the criteria reasserts itself, and I only want it to show an alert at the same time the bar color changes. If I could get some advice on how to set up the alert so it only alerts me at the same time that the bars change color, it would be much appreciated. Thankyou
Script open-source
In pieno spirito TradingView, l'autore di questo script lo ha pubblicato open-source, in modo che i trader possano comprenderlo e verificarlo. Un saluto all'autore! È possibile utilizzarlo gratuitamente, ma il riutilizzo di questo codice in una pubblicazione è regolato dal nostro Regolamento. Per aggiungerlo al grafico, mettilo tra i preferiti.
Le informazioni ed i contenuti pubblicati non costituiscono in alcun modo una sollecitazione ad investire o ad operare nei mercati finanziari. Non sono inoltre fornite o supportate da TradingView. Maggiori dettagli nelle Condizioni d'uso.