MFMASTER FURRYMARKET INTELLIGENCE
SUPPORT CENTRE

Help & FAQ

Fast answers for MF Fusion accounts, plans, FurryScript, publishing, alerts, charts and common troubleshooting.

Quick answers

Do I need Elite to learn FurryScript?
No. The documentation explains the language independently of Ask MF. Creating/developing FurryScript projects in the workstation is a Pro/Elite capability, while Library access varies by plan.
Is FurryScript Pine Script?
No. FurryScript has its own grammar and runtime. Pine, JavaScript and Python syntax should not be pasted into the editor as if it were native FurryScript.
Where should I start?
Read the FurryScript “Start here” section, create a small indicator, compile it, add it to the chart, then expand one feature at a time.

Account & login

Why can’t I log into the app with a normal WordPress password?
MF Fusion uses the Master Furry bridge. Your mother-site account is the authority; the app session is created through the bridge rather than by copying your Master Furry password to the app.
Why does my tier look wrong after a subscription change?
Sign out of the app and reconnect through the Master Furry login flow so the entitlement can refresh. If the issue persists, contact support with the account email and the tier you expect — never send your password.

Plans & locked features

Why can I see a module I cannot open?
Fusion deliberately keeps important modules visible so you can understand the workstation. A PRO or ELITE badge indicates the entitlement required to use that feature.
What is available without AI?
Free and Basic users can use their included charting/library/manual-analysis capabilities without Ask MF. Pro adds Ask MF and AI Analysis; Elite adds Fusion Coach and the highest Fusion feature set.

FurryScript & scripts

Why does the compiler say “unknown function” or “unknown property”?
The script is using syntax outside the supported grammar. Check the official FurryScript reference and replace the unsupported construct rather than guessing a Pine-style equivalent.
Can I use MACD, Bollinger Bands, VWAP or arbitrary Pine functions?
Not as generic FurryScript functions in the current language specification. The generic series surface is EMA, SMA, WMA, RSI and ATR, plus the documented high-level structure and MF engines.
Why is my plot rejected?
A plot must reference a declared series. Check spelling and declaration order.
Why is my condition/when rejected?
A when property must point to a declared named condition. Build the condition first, then consume it.
How do I make a lower oscillator pane?
Use FurryScript 1.1, declare a pane, then route the relevant plot/fill/label/signal with pane: yourPane. Keep overlay:true if the same script also has main-chart price visuals.

Publishing & invite-only

Who can publish FurryScripts?
Publishing is available to Fusion Pro and Elite. Invite-only publishing is an Elite capability.
Can users see the source of protected Master Furry scripts?
Protected/invite-only product scripts can be delivered for use without exposing their proprietary source.
What should I do before publishing?
Compile successfully, verify the runtime on the chart, check the title/version/description, and test the exact visuals/signals you intend users to receive.

Alerts

Why did I not receive a browser notification?
Check that the alert exists, its condition was actually hit, and the browser has permission to show notifications. Browser/local alerts depend on the Fusion session and browser environment.
Should alerts use closed bars?
For confirmed setup logic, bar.closed reduces intrabar changes. Use live confirmation only when your design intentionally needs it and the alert grammar supports it.

Charts & market data

Why can values differ from another platform?
Market-data sources, timestamps, spreads, session conventions and symbol definitions can differ. Compare the exact symbol, timeframe and data source before assuming a calculation is wrong.
What timeframes can generic FurryScript MTF series use?
M5, M15, H1, H4 and D1 in the current language specification.

Troubleshooting

The chart is stuck on “Initializing chart”. What should I do?
Refresh once, then test with the last known working plugin/version if the issue began immediately after an update. Avoid changing multiple runtime plugins at once; isolate the change.
A script compiles but a lower pane is blank.
Confirm the pane is declared, at least one finite series is plotted into it, and the plot contains pane: yourPane.
A published script will not delete.
For creator-owned publications, the publication and project ownership records must be consistent. Legacy/orphan publications may require the safe publication-delete path in current Quant Core.
Where can I get help?
Use this Help page for common issues. For account, billing or product support, use the support/contact route on Master Furry. Never include passwords or private keys in a support request.
Scroll to Top