Configuration

Settings

Account

Sign in to follow setups and get alerts when your trailing stop moves or your position closes. Browsing signals doesn't require an account.

Built-in 6F algorithm

Signals are computed from Heikin-Ashi candles. A "C candle" flips color vs. the previous one. Buy fires when a candle closes above the last C candle's high; sell fires when it closes below its low. Trailing stop = previous candle's low (long) or high (short) — updated on each new closed candle for setups you follow. Daily bars are live now; 4-hour and 1-hour timeframes ship next together with push alerts.

TradingView webhook

Paste this URL into your Pine script alert's "Webhook URL" field. The alert message must be JSON containing your secret.

{
  "secret": "PASTE_YOUR_WEBHOOK_SECRET",
  "ticker": "{{ticker}}",
  "direction": "{{strategy.order.action}}",
  "price": {{close}},
  "stop": {{low}},
  "time": "{{timenow}}"
}

Charts by TradingView · Prices by Yahoo / Nasdaq