Potential buy to sell on Xauusd. Which ever comes first is most welcome lol
Im counting on both break and retest and sweep of inverse fvg for confluence. I cant give an exact entry as i can only do that after a sweep.
EOS has had several weeks consolidating. Clear Break and retest observed and most especially price action seems to reflect the fact we have cleared the lows and now poised for a move up. DYOR Visulize Plan Execute
hello everyone, i wrote a code for a bot i want to create but will need help in correcting some few erros as i cannot get it to work with trading view. here it is:\ //@version=5 study("My Indicator") // Define EMA variables ema50 = ema(close, 50) ema200 = ema(close, 200) // Define ADX variable adxVal = adx(14) // Define RSI variable rsiVal = rsi(close, 14) //...