BANDBAND/USDT now we have perfect zone to take Long Position i trade with 3 indicators Longby maniiac334
BAND - what do you think?Guys, do you saw LIT how it pumped? BAND has the same chart like LIT .. looks like it`s the same :D Maybe we see a big pump on BAND soon, maybe today? Get it on your watchlist! NO FINANCIAL ADVICE | DYOR | HAPPY TRADINGLongby Yalpstel226
Band - TIme to go down babyReasons to take short ⭐️ BTC bearish trend ⭐️ Trendline is clear ⭐️ Volume at top ⭐️ Slowly squeezing down ⭐️ 5th touch ⭐️ False breakdown ⭐️ Under VWAP Will enter when price squeezes to the level on 5m timeframe, the base will form and the strip will get faster. If you don't understand the previous sentence, just use swing stop-loss 3-5% Fix profit by parts: 1% - 1/3 2% - 1/3, stoploss to breakeven What's left, hold to the maximum What do you think of this idea? What is your opinion? Share it in the comments📄🖌 If you like the idea, please give it a like. This is the best "Thank you!" for the author 😊 P.S. Always do your own analysis before a trade. Put a stop loss. Fix profit in parts. Withdraw profits in fiat and reward yourself and your loved ones Shortby Artem_Dishel333
BAND / USDT Potensi Bulllish XRP/USDT Entry Buy Zone Area : 3.909 - 4.321 SL : 2.973 Target Buy TP1 : 5.435 TP2 : 6.193 TP3 : 7.020Longby ALi-TopanUpdated 3311
Arty Indicator Long On BAND/USDTPractice they say makes perfect, I have got a very useful indicator called the "Arty" and I have used it several months now with backtesting... I have recently used this on band pair USDT ( Futures) as well, the clouds indicated showed clear exit and entry points. For this ART's Long and Short Entry together with the targets have been showed on the chart... Enjoy..Longby Abstaina44Updated 221
BAND trading plan15min MACD and KDJ both showed signals to short(shorting from 1.67)Shortby Mr_Pootis1
BANDUSDT 4H TA: support and resistanceAccording to the chart, BANDUSDT 4-hour timeframe is in the Rising Wedge pattern, with support levels of $ 1.56 and $ 1.43 and resistance ranges of $ 1.84 to $ 1.91. Its not Buy or Sell SIGNAL DYOR BY : Mohamad Teriz - @AtonicShark by AtonicShark226
BAND trading plan15min KDJ and MACD both showed signals to short(shorting from 1.695)Shortby Mr_Pootis112
BandHello dear traders According to the Momentum Market Band, it does not have the ability to move fast, so in the long run, with risk management at 1.05 to 1.10, they are good points to enter. Please write your comments to get a good view. Good luckLongby UnknownUnicorn7776328112
BandusdtI am bearish on Band .Band is moving in a decending channel and BTC is not stable at the moment.I am expecting the price to hit low levels as i have marked in the chart unless the channel breaks.Shortby kashifijaz180
Bandusdt Trading ideasHi friends, Band correction is over with the structure painting XYZ correction. The first leg WY formed serious Bullish continuation pattern CUP&Handle but unfortunately failed to break important resistance which lead to leg YZ. Currently spotted potential ADAM and EVE and considering the current general market sentiment, I see this breaking. Follow the buy advice and always remember your stop loss. Longby wesladUpdated 1125
BANDUSDT - 1h Fast Long Signal💡💡#SIGNAL💡💡 BAND / USDT ▶️ BUY NOW + Block 🔴 SLT - 1h (Trigger) #BANDUSDT_1h_190522Longby UnstoppableTradingUpdated 1
BAND READY TO MOVE UP? LOOKING BULLISH!#BAND possible move in the making, but has to close RSI above 50 for upward move on 1hr otherwise it will retest. Longby TychonTrades0
🔥 BAND Channel ContinuationSince bottoming late January, BAND has been trading inside a bullish channel pattern. A couple of days ago we saw another re-test of the pattern's support, which caused a bounce. I'm looking for further upside for BAND, assuming that BTC will not start selling-off significantly. Target is the top of the channel. Happy trading!Longby FieryTrading55102
BANDUSDT 1D TA: Break TrendLineAccording to the chart in the daily time frame, the trend line is broken upwards and has reacted positively on the important support range. Currently, by reacting again on the ranges, we have the possibility of climbing to the resistance points specified in the chart, and otherwise, with further correction, we will have the possibility of falling to $ 3.1 and $ 2.5. Its not Buy or Sell SIGNAL DYOR BY : Mohamad Teriz - @AtonicShark by AtonicShark2212
bandusdt break the trendlineHi guys , band break the ascending triangle and now ready to go up , target obvious on the chart !Longby CryptOceanusUpdated 223
BANDUSDTPERPHello friends, today you can review the technical analysis idea on a 1D linear scale chart for BANDUSDTPERP TARGET 6 LEVERGE 4X STOPLOSS 3.40 BUY 3.40____3.80 by berodentist871
multitype dynamic multi registry with categories 3d matrix using matrixes, and overloads.. a complete parallel multiregistry, multitype,multikey datastore. it can use get, set, delete, with as many registries and individual matrixes as the system can handle. system > registry category names key names for each item value (( to x/y in value matrix) value matrix item in x/y coords so putting item 'float XXX' with a value of XXX (ohlc..) for category 'ohlc values' into value matrix floats, floats1 for hist... etc.. historical value for the past X num of bars for all 4 values in historical matrixes.. here's an example.. almost done testing.. very powerful tool anyone with extensive skills who can take a look at it, i'm open for help prepping and finding any optimizations available as is, it is very very fast.. i believe i can improve though from here. _ohlcreg = initkeyregistry(2,2) _regfloats = ini_float(2,2) _hist1_floats = ini_float(2,2) _colorreg = ini_color(2,2) set(_regfloats , _ohlcreg, 'Normal', 'open ' , open ) set(_regfloats , _ohlcreg, 'Normal', 'high ' , high ) set(_regfloats , _ohlcreg, 'Normal', 'low ' , low ) set(_regfloats , _ohlcreg, 'Normal', 'close ' , close ) set(_regfloats , _ohlcreg, 'MTF' , 'open ' , request.security('MSFT', 'D', open )) set(_regfloats , _ohlcreg, 'MTF' , 'high ' , request.security('MSFT', 'D', high )) set(_regfloats , _ohlcreg, 'MTF' , 'low ' , request.security('MSFT', 'D', low )) set(_regfloats , _ohlcreg, 'MTF' , 'close ' , request.security('MSFT', 'D', close )) set(_hist1_floats, _ohlcreg, 'Normal', 'open ' , open ) set(_hist1_floats, _ohlcreg, 'Normal', 'high ' , high ) set(_hist1_floats, _ohlcreg, 'Normal', 'low ' , low ) set(_hist1_floats, _ohlcreg, 'Normal', 'close ' , close ) set(_hist1_floats, _ohlcreg, 'MTF' , 'open ' , request.security('MSFT', 'D', open )) set(_hist1_floats, _ohlcreg, 'MTF' , 'high ' , request.security('MSFT', 'D', high )) set(_hist1_floats, _ohlcreg, 'MTF' , 'low ' , request.security('MSFT', 'D', low )) set(_hist1_floats, _ohlcreg, 'MTF' , 'close ' , request.security('MSFT', 'D', close )) // add colors for these specific ones.. if a value is attempted to retrieve // but the spot on the value matrix is empty, it will siimple pull a typecast na. // so these colors show when specidfied.. will have to make a global or a '*' for any' set(_colorreg , _ohlcreg, 'Normal', 'open ' , color.red ) set(_colorreg , _ohlcreg, 'Normal', 'high ' , color.green ) set(_colorreg , _ohlcreg, 'Normal', 'low ' , color.blue ) set(_colorreg , _ohlcreg, 'Normal', 'close ' , color.orange) // ... etc.. // the retrieval now can select along any axis... // which matrix to use valmatrix = switch input(0) 0 => _regfloats 1 => _hist1_floats /// which group to pull from _barchoice = input.string('MTF', options = ) /// which value from that group-. valuechoice = switch input(1) 1 => 'open ' 2 => 'high ' 3 => 'low ' 4 => 'close ' plot(get(valmatrix, _ohlcreg, _barchoice, valuechoice )) plot(get(_regfloats , _ohlcreg, 'Normal', 'open '), 'Normal open ' , get(_colorreg , _ohlcreg, 'Normal', 'open ')) plot(get(_regfloats , _ohlcreg, 'Normal', 'high '), 'Normal high ' , get(_colorreg , _ohlcreg, 'Normal', 'high ')) plot(get(_regfloats , _ohlcreg, 'Normal', 'low '), 'Normal low ' , get(_colorreg , _ohlcreg, 'Normal', 'low ')) plot(get(_regfloats , _ohlcreg, 'Normal', 'close '), 'Normal close ' , get(_colorreg , _ohlcreg, 'Normal', 'close ')) Educationby kaigouthro223
#BAND #Bitcoin #LQR #TOBTC The #price can first reach the area of 4.349 for re-testing Support points are marked on the chartby tobtctrading1
BANDUSDTLong BANDUSDT Entry Range 4.8$-4.9$ TP1 5.17 TP2 5.4 TP3 5.62 Sl 4.63 Use proper Risk management Good luck Friends Longby Power-cell-11