ChartMystic
  • How it works
  • Products
  • Live demo
  • Results
  • Pricing
  • Docs
Log inSign up
  • How it works
  • Products
  • Live demo
  • Results
  • Pricing
  • Docs
  • Log in

Documentation

Artemis Pro

InstallationOverviewHow Artemis Pro ThinksReading The ChartTrend EngineSignal ReferenceLiquidity LinesLiquidity GrabsSession BoxesHTF LevelsHTF CandlesHTF Info TableBacktesting And Data WindowSupported Markets And ChartsSettings ReferenceFAQGlossary

Scribe Studio

OverviewAsk for a StrategyPerformanceTrade AnalysisCodeTweaking Your StrategyTransfer to TradingViewThe Strategy LibraryHistory & Saved StrategiesFAQGlossary
ChartMystic
Documentation/Scribe Studio/FAQ

FAQ

Answers to the questions that come up most often, plus how to reach support when the docs do not cover your case.

Which Markets And Timeframes Are Covered?

Scribe covers the markets most traders actually trade: US stocks, the major ETFs, the major forex pairs, and gold, silver and oil. Every strategy can be built and backtested on the 15-minute, 1-hour, 4-hour and daily timeframes, can trade long, short or both directions, and can be run on any other covered market with Portfolio Backtest, so a rule set that works on one stock can be tested across the rest in a few clicks.

Strategies are built from what the chart shows, price and volume, using the indicators traders already know: RSI, MACD, stochastics, moving-average crossovers and filters, ADX, Bollinger Bands, VWAP, volume, breakouts, sweeps of prior highs and lows, and Camarilla levels. Name a market and a timeframe in the chat and Scribe builds and backtests for it; the Ticker filter in The Strategy Library lists every covered market. Commodity coverage is spot, so gold runs on spot gold, silver on spot silver and oil on WTI crude, and every result names the exact market it was measured on.

How Do Credits Work?

Scribe Studio meters usage in credits. Your subscription includes a monthly allowance. The balance shows in the studio's sidebar, and hovering it shows the allowance and when it resets: credits refill on the 1st of each month, UTC.

Actions that do new work draw credits: asking for a strategy, asking a question in the chat, backtesting your own rules, re-running after a Tweak, and running a strategy on another market with Portfolio Backtest. Looking at what you already have does not. Opening a strategy from the Library, Saved Strategies or History, switching between runs, favoriting, and copying code are all free.

Where an action has a cost, the studio shows it before you commit: on the Run backtest button, and on hover for the starter chips and the Portfolio Backtest options. When your balance cannot cover an action, its button dims and a notice above the message box says what is left. Everything free keeps working until the allowance refills.

Does Scribe Place Trades Or Send Alerts?

No. Scribe produces a strategy, a backtest of it, and the Pine Script to run it. You put the script on your own TradingView chart, and any trading is yours to do. Backtested on historical data. Past performance doesn't predict future results.

Once the script is on your chart, TradingView's own alert system applies to it like any strategy. Set the trigger to Once Per Bar Close, because the strategy was tested on closed bars; any other setting acts on prices that can still move.

Why Is A Figure Shown As A Dash, Or Flagged Small Sample?

A dash is a number Scribe will not stand behind, not a zero. Hover the label to see which reason applies: no trades in the window, no trade closed yet (an open position does not count until it closes), or a ratio too extreme to state meaningfully.

PreviousHistory & Saved StrategiesNextGlossary

Need help?

Small sample means there are too few trades, or too little history, for the averages to be reliable. The strategy is not necessarily bad; win rate and profit factor just move a lot at that size. Loosening the entry usually gives a larger sample.

One more thing that catches people: pressing a window preset changes Net profit, Win rate, Max DD and Trades, because they describe the window on screen, while Profit factor and Sharpe always describe the whole run. Everything on the Trade Analysis tab covers the whole run too. Performance explains which is which.

Why Doesn't My Scribe Studio Backtest Perfectly Match the TradingView Backtest?

They should be close, and they will rarely be identical. TradingView does not offer a backtesting API, so Scribe runs every backtest on its own custom-built backtesting software, against its own price history. TradingView's history for the same market differs slightly, in gaps, adjustments and session boundaries, and its Strategy Tester makes its own choices about how orders fill, so the same rules can print figures that drift a little between the two. The drift should be minor: trades should fire where the rules say, and the shape of the outcome should hold.

When the numbers are far apart, one of three things usually does not match:

  • The symbol. Use the exact one the transfer dialog named, not a different exchange's listing of the same market.
  • The timeframe. Set the chart to the run's timeframe. The 1M, 3M, 1Y and 5Y presets in Scribe's Performance tab do not add a date range to the script, so TradingView tests over whatever history it loads.
  • The commission. The script declares the rate the run was tested at. If you have ever changed the commission in that chart layout's strategy Properties, TradingView uses your saved value instead and does not warn you.

Transfer to TradingView walks through the Strategy Tester and what to look for in it.

Still Stuck?