XRP Price Target after the U.S. CFTC sued BinanceBinance and its CEO, CZ, are being sued in the US by Commodity Market Regulators in a complaint that claims the defendants committed “wilful evasion of US law”.
This comes after the SEC Charged Crypto Entrepreneur Justin Sun and his Companies for Fraud and Other Securities Law Violations last week.
Binance is responsible for 61.8% of the global crypto trading. Its Market Share is Huge!
I assume we are about to witness a major selloff in the crypto industry.
My XRP Price Targets:
XRP/USDT short
Entry Range: $0.45 - 0.55
Take Profit 1: $0.40
Take Profit 2: $0.36
Take Profit 3: $0.32
Stop Loss: $0.60
Buysell
Cardano ADA Price targets if SEC will ban Crypto StakingCoinbase CEO says he heard rumors the SEC wants to ban crypto staking.
Already crypto exchange Kraken shuts down crypto-staking.
This will have ripple effects in the entire industry!
My price targets for Cardano ADA are:
ADA/USDT short
Entry Range: $0.35 - 0.38
Take Profit 1: $0.32
Take Profit 2: $0.28
Take Profit 3: $0.24
Stop Loss: $0.42
MultiversX EGLD Price targets if SEC will ban Crypto StakingCoinbase CEO says he heard rumors the SEC wants to ban crypto staking.
Already crypto exchange Kraken shuts down crypto-staking.
This will have ripple effects in the entire industry!
My price targets for MultiversX EGLD are:
EGLD/USDT short
Entry Range: $40 - 45
Price Target 1: $35
Price Target 2: $29
Price Target 3: $24
Stop Loss: $49
Binance Coin BNB Price targets if SEC will ban Crypto StakingCoinbase CEO says he heard rumors the SEC wants to ban crypto staking.
Already crypto exchange Kraken shuts down crypto-staking.
This will have ripple effects in the entire industry!
My price targets for Binance Coin BNB are:
BNB/USDT short
Entry Range: $300 - 310
Price Target 1: $282
Price Target 2: $265
Price Target 3: $220
Stop Loss: $337
Polygon MATIC Price targets if SEC will ban Crypto StakingCoinbase CEO says he heard rumors the SEC wants to ban crypto staking.
Already crypto exchange Kraken shuts down crypto-staking.
This will have ripple effects in the entire industry!
My price targets for Polygon MATIC are:
MATIC/USDT short
Entry Range: $1.20 - 1.30
Take Profit 1: $1.05
Take Profit 2: $0.88
Take Profit 3: $0.74
Stop Loss: $1.41
Bitcoin Cash BCH Price Targets after the FSB meeting The Finance Stability Board said today that many stablecoins won`t meet the requirements stipulated in its recommendations for cryptocurrency asset regulation.
This could have have ripple effects in the entire crypto industry!
My price targets for Bitcoin Cash BCH are:
BCH/USDT short
Entry Range: $147 - 153
Price Target 1: $138
Price Target 2: $119
Price Target 3: $110
Stop Loss: $171
Bitcoin Gold BTG Price Targets after the FSB meetingThe Finance Stability Board said today that many stablecoins won`t meet the requirements stipulated in its recommendations for cryptocurrency asset regulation.
This could have have ripple effects in the entire crypto industry!
My price targets for Bitcoin Cash BCH are:
BTG/USDT short
Entry Range: $147 - 153
Price Target 1: $138
Price Target 2: $119
Price Target 3: $110
Stop Loss: $171
DENT Price Targets after the FSB meetingThe Finance Stability Board said today that many stablecoins won`t meet the requirements stipulated in its recommendations for cryptocurrency asset regulation.
This could have have ripple effects in the entire crypto industry!
My price targets for DENT are:
DENT/USDT short
Entry Range: $0.001250 - 0.001400
Price Target 1: $0.001140
Price Target 2: $0.001000
Price Target 3: $0.000860
Stop Loss: $0.001560
Quant QNT Price Targets after the FSB meetingThe Finance Stability Board said today that many stablecoins won`t meet the requirements stipulated in its recommendations for cryptocurrency asset regulation.
This could have have ripple effects in the entire crypto industry!
My price targets for Quant QNT are:
QNT/USDT short
Entry Range: $135 - 145
Take Profit 1: $126
Take Profit 2: $118
Take Profit 3: $107
Stop Loss: $165
NFP week and -0.10% Japan interest rate thoughtsJapan interest rate is at -0.1% vs UK interest rate 4%
Where will large funds being swinging to, for better yields?
Is there a possibility that an investor from Japan borrows money from local bank at very low interest rates, invest it in foreign asset classes for profiteering purposes?
What will happen to the desirability of Japanese Yen vs other G7 currencies with higher interest rates e.g. Europe, USA, Canada, Switzerland, Australia & New Zealand?
Technical wise, beautiful consolidation taking place above H1 Imbalance, slowly creating bullish structure. Guess what will likely transpire this/next week?
Having said that, several US high impact news this week and NFP Friday. Its going to get rough and wild.
By Sifu Steve @ XeroAcademy
BTC Trading Strategy: Selling at Main OB to Buy and Rise to 2500Based on the current market conditions, it may be a good strategy to sell BTC at the current price and then buy again when the market reaches a certain level. There is a main Order Block (OB) between the price range of 22331 to 22067 after a decline in price (CHOCH 23380), indicating that there is a strong support level at this range. Additionally, there is another support level at 21615, which provides an additional layer of support.
The market has already rejected the first OB between 23762 to 24025, and the second OB between 24317 to 24950 is still in play. However, the current support level is at 22766, suggesting that there is a higher chance that the market will pick up trades from the Main OB to buy and rise to 25000.
Therefore, selling BTC at the current price and then buying again when the market reaches the Main OB could potentially yield a profitable return, given the support levels and OBs that have been identified. However, as with any investment decision, it is important to consider your own risk tolerance and do your own research before making any trades.
Buy and Sell signals from MACD and RSI scriptThis code includes various input parameters that users can configure, including RSI and MACD periods, RSI overbought and oversold levels, MACD timeframes and signal period, and stop loss and take profit levels.
By using the input() function, users can easily change the values of these parameters through the script's settings/inputs, without needing to modify the code itself
//@version=5
// Author: divinedestinyman
strategy("RSI-MACD Strategy with Multiple Timeframes", overlay=true)
// Define input parameters
rsi_timeframe = input(title="RSI Timeframe", type=input.resolution, defval="D")
rsi_period = input(title="RSI Period", type=input.integer, defval=14)
rsi_overbought = input(title="RSI Overbought Level", type=input.integer, defval=70)
rsi_oversold = input(title="RSI Oversold Level", type=input.integer, defval=30)
macd_timeframe = input(title="MACD Timeframe", type=input.resolution, defval="D")
macd_fast = input(title="MACD Fast Period", type=input.integer, defval=12)
macd_slow = input(title="MACD Slow Period", type=input.integer, defval=26)
macd_signal = input(title="MACD Signal Period", type=input.integer, defval=9)
stop_loss = input(title="Stop Loss", type=input.float, defval=0.02)
take_profit = input(title="Take Profit", type=input.float, defval=0.02)
// Calculate RSI and MACD values
rsi_value = request.security(syminfo.tickerid, rsi_timeframe, rsi(close, rsi_period))
= request.security(syminfo.tickerid, macd_timeframe, macd(close, macd_fast, macd_slow, macd_signal))
// Generate buy and sell signals
rsi_buy_signal = crossover(rsi_value, rsi_oversold)
rsi_sell_signal = crossunder(rsi_value, rsi_overbought)
macd_buy_signal = crossover(macd_line, macd_signal_line)
macd_sell_signal = crossunder(macd_line, macd_signal_line)
// Plot RSI and MACD lines
plot(rsi_value, color=color.yellow, title="RSI")
plot(macd_line, color=color.blue, title="MACD Line")
plot(macd_signal_line, color=color.red, title="MACD Signal Line")
// Execute long and short trades based on signals
if (rsi_buy_signal and macd_buy_signal)
strategy.entry("Buy", strategy.long)
if (rsi_sell_signal and macd_sell_signal)
strategy.entry("Sell", strategy.short)
// Close long and short trades based on signals
if (macd_sell_signal and strategy.position_size > 0)
strategy.close("Buy")
if (macd_buy_signal and strategy.position_size < 0)
strategy.close("Sell")
// Set stop loss and take profit levels for long and short positions
strategy.exit("Exit Long", "Buy", stop=close * (1 - stop_loss), limit=close * (1 + take_profit))
strategy.exit("Exit Short", "Sell", stop=close * (1 + stop_loss), limit=close * (1 - take_profit))
Cronos CRO Price Targets for this weekThis week I predict another selloff in the stock and crypto market after the CPI report on January 12.
My price targets for Bitcoin BTC are:
CRO/USDT short
Entry Range: $0.06 - 0.07
Price Target 1: $0.055
Price Target 2: $0.045
Price Target 3: $0.038
Stop Loss: $0.085
Polygon MATIC bullish ahead of the FOMC Press ConferenceI am bullish on Polygon MATIC ahead of the FOMC Press Conference.
Those are my price targets:
MATIC/USDT
Entry Range: $0.85 - 90
Take Profit 1: $0.96
Take Profit 2: $1.07
Take Profit 3: $1.19
Stop Loss: $0.77
AAVE most likely to go downAAVE, previously LEND, is one of the lending companies that are not down yet.
Most likely it will feel the contagion of FTX on others.
I have a short position in it since this post:
AAVE/USDT short
Entry Range: $57 - 59
Price Target 1: $50
Price Target 2: $37
Price Target 3: $20
Stop Loss: $69
GMX prediction for the end of the yearThis week we have the CPI report and the FED meeting. I expect the stock market to go down and cypto to fallow it.
My price target for GMX for the end of the year are the following:
GMX/USDT short
Entry Range: $55 - 60
Price Target 1: $51
Price Target 2: $45
Price Target 3: $38
Stop Loss: $69
Bitcoin SV BSV prediction for the end of the yearpreviews chart
BSV/USDT short
Entry Range: $44.50 - 46
Price Target 1: $41
Price Target 2: $38
Price Target 3: $35
Stop Loss: $51