
HW & YZ is an own-capital research and market-data workbench for observing markets, recording decisions, and turning price signals into structured notes.
Get StartedWe set the research boundaries and long-term direction so own-capital records, public language, and platform capabilities stay aligned.
Get StartedWe connect data, workflow, and product rhythm so the research workbench can operate as a sustainable system.
Get StartedWe use disciplined financial frameworks to break down price, valuation, and risk-return assumptions into research that can be checked.
Get StartedWe start with reporting quality, cash flow, and accounting assumptions, testing whether the numbers are reliable before framing scenarios and risks.
Get StartedWe use models, volatility, and scenario analysis to track price changes and turn abstract risk into comparable exposures and boundaries.
Get StartedWe follow macro conditions, cross-market relationships, and business cycles so each research note has real-world context.
Get StartedNotably, our research, tools and market data are for educational and illustrative purposes only.
All information provided is given in good faith, but we make no warranties.
The accuracy, reliability, and availability of any information may not be completely valid.
Our tools do not provide personalised recommendations, manage funds, or replace regulated professional advice.
Market data, watchlists, alerts, notes, and own-capital records in one focused workspace.
indicator("Double Moving Average Trading Strategy", overlay=true)
fastLength = input.int(10, title="Fast MA Period")
slowLength = input.int(20, title="Slow MA Period")
fastMA = ta.sma(close, fastLength)
slowMA = ta.sma(close, slowLength)
plot(fastMA, title="Fast MA", color=color.blue)
plot(slowMA, title="Slow MA", color=color.red)
if (ta.crossover(fastMA, slowMA))
label.new(bar_index, high, text="Buy", color=color.green)
alert("Buy at: " + str.tostring(close), alert.freq_once_per_bar_close)
if (ta.crossunder(fastMA, slowMA))
label.new(bar_index, low, text="Sell", color=color.red)
alert("Sell at: " + str.tostring(close), alert.freq_once_per_bar_close)Market Data: Track indices, currencies, commodities, watchlists, and reference prices without turning data into advice.
Research Notes: Record thesis, assumptions, risks, entry and exit plans, and later reviews in a structure that can be audited.
Price Alerts: Create watch rules for market moves and keep alert history connected to the research process.
Choose the workspace level that fits your market-data, watchlist, alert, and research-note needs.
Further explanation of our business to ensure your understanding.

Providing comprehensive answers to help you better understand our services
Contacting us is the beginning of understanding needs and the beginning of cooperation.
Copyright © HW & YZ LLP
Powered by Vector Lab.