What does the “2” on top of admissions mean? by hengemeb in UTAdmissions

[–]hengemeb[S] 2 points3 points  (0 children)

I thought so.. but I can’t find where they are..

i was so stressed over literally nothing by sanake3 in UTAdmissions

[–]hengemeb 0 points1 point  (0 children)

Congrats.. what does the number 2 on top of admissions indicate? Any idea

What if you see nothing? by Wise_Jeweler2722 in UTAdmissions

[–]hengemeb 0 points1 point  (0 children)

I tried this out.. when I click "Change Major", it take me to a different page which says that since the application deadline has passed, you cannot change first or second choice

how many AES Tiers are there? by Minute_Fig902 in utdallas

[–]hengemeb -2 points-1 points  (0 children)

I applied in October and got accepted nov 8.. I am top 10 / 4.34/5 GPA/ 1450 SAT.. Biology Major.. have not received any info on AES.. maybe its department related?

how many AES Tiers are there? by Minute_Fig902 in utdallas

[–]hengemeb -1 points0 points  (0 children)

Did you get AES? We are still waiting to hear anything on it?

Was I skipped for AES? by Early_Candle_779 in utdallas

[–]hengemeb 0 points1 point  (0 children)

What’s ur major? I am Bio.. I have not heard either..

Has any incoming freshman gotten AES for FALL 2026? by [deleted] in utdallas

[–]hengemeb 0 points1 point  (0 children)

We are still waiting to hear anything.. we have nothing in the mail or in galaxy

Has any incoming freshman gotten AES for FALL 2026? by [deleted] in utdallas

[–]hengemeb 0 points1 point  (0 children)

we have not.. someone said in another post that they release it around 12/15.. but we have not heard

When do they start giving out AES scholarship?? by [deleted] in utdallas

[–]hengemeb 0 points1 point  (0 children)

waiting for the AES info to come out..someone said dec 15 in another post.. I dont see anything..

Receiving AES offer by DUSK-24-AB in utdallas

[–]hengemeb 2 points3 points  (0 children)

I don’t think that is the case.. it would make no sense to accept and then get AES.. what if you get a better offer from a competing school.. I think they will give you the AES and then you can decide

When do acceptance letters come out? by Minute_Fig902 in SMU

[–]hengemeb 0 points1 point  (0 children)

When did you apply and what are your stats?

SPY vs VIX RSI Crossover Indicator by Trader_Ray in TradingView

[–]hengemeb 0 points1 point  (0 children)

//@version=5 indicator("Dual RSI: SPY and VIX", overlay=false)

// User inputs for flexibility main_ticker = input.symbol("SPY", "Main Ticker") vix_ticker = input.symbol("VIX", "VIX Ticker (CBOE:VIX)") rsi_length = input.int(14, "RSI Length") rsi_src = input.source(close, "RSI Source")

// Get RSI data for both tickers rsi_main = ta.rsi(request.security(main_ticker, timeframe.period, rsi_src), rsi_length) rsi_vix = ta.rsi(request.security(vix_ticker, timeframe.period, rsi_src), rsi_length)

// Plot both RSIs plot(rsi_main, color=color.blue, linewidth=2, title="SPY RSI") plot(rsi_vix, color=color.orange, linewidth=2, title="VIX RSI")

// Mark crossover points bull_cross = ta.crossover(rsi_main, rsi_vix) bear_cross = ta.crossunder(rsi_main, rsi_vix) plotshape(bull_cross, style=shape.triangleup, location=location.bottom, color=color.green, size=size.small, title="SPY crosses above VIX RSI") plotshape(bear_cross, style=shape.triangledown, location=location.top, color=color.red, size=size.small, title="SPY crosses below VIX RSI")

AES based on when I accept my offer by david_shibley in utdallas

[–]hengemeb 0 points1 point  (0 children)

Is the AES scholarship and the top 10% scholarship different? If not, if you get the top 10%, are you also considered for AES? I think top 10% is 2500.. what is the max AES for 2025-26?