FAQ
Everything you need to know about TrendeLiner. Still have questions? Email us at [email protected]
Getting Started
What is TrendeLiner? ▼
TrendeLiner is an AI-powered platform that helps traders build custom trading indicators without needing to code. Describe what you want, configure parameters, and our AI generates professional ready-to-use code in PineScript (TradingView), Python, or JavaScript.
Do I need coding experience? ▼
No coding experience required. TrendeLiner is designed for all traders. Use Guided Mode with simple menus, or Free Mode to describe your indicator in plain English and let the AI write the code.
How do I get started? ▼
1. Create a free account
2. Choose Guided Mode or Free Mode
3. Select output language (PineScript, Python, or JavaScript)
4. Click "Generate Indicator with AI"
5. Copy the code and paste it into TradingView or your platform
Indicator Generation
What is the difference between Guided Mode and Free Mode? ▼
Guided Mode — Use structured menus to configure your indicator: base indicator (RSI, MACD, EMA...), market, timeframes, entry signals, risk management, and alerts.
Free Mode — Write your idea in natural language. Example: "RSI with divergence — buy signal when price makes new low but RSI does not, with 70/30 alerts".
Which languages does TrendeLiner support? ▼
TrendeLiner generates code in 5 languages across all major trading platforms:
PineScript v6 — For TradingView (most popular for charting)
MQL5 — For MetaTrader 5, the world's most used Forex/CFD trading platform
MQL4 — For MetaTrader 4, still widely used by millions of traders worldwide
Python — Using pandas-ta, for backtesting and algorithmic trading
JavaScript — Using technicalindicators npm, for web-based trading apps
Which markets are supported? ▼
Indicators can be optimised for: Forex, Crypto, Stocks, Futures, Indices, and Commodities. The AI adapts parameters and logic based on your selected market.
What timeframes are supported? ▼
Multi-timeframe analysis across: 1m, 5m, 15m, 30m, 1h, 4h, and 1D. Select multiple timeframes and the generated PineScript uses request.security() to analyse all of them simultaneously.
The generated code has an error. What do I do? ▼
Use the Fix Errors section below the generated code. Copy the error from TradingView, paste it in the error box, and click "Fix with AI". The AI will correct the code automatically. Repeat until all errors are resolved.
Using with TradingView
How do I use generated PineScript in TradingView? ▼
1. Generate your indicator and click COPY
2. Open TradingView → Pine Script Editor (bottom of chart)
3. Delete existing code and paste
4. Click Add to chart
The indicator appears on your chart immediately.
TradingView says "Pine version unspecified" — why? ▼
All TrendeLiner PineScript code includes //@version=6 as the first line. Always use the COPY button in TrendeLiner to copy the full code correctly.
Using with MetaTrader
How do I use generated MQL5 code in MetaTrader 5? ▼
1. Generate your indicator in TrendeLiner, select MQL5 and click COPY
2. Open MetaTrader 5 → Tools → MetaQuotes Language Editor (or press F4)
3. Click New → Custom Indicator → give it a name
4. Delete the template code and paste your copied code
5. Press F7 to compile (or click the Compile button, or go to File → Compile)
6. Check the Errors tab at the bottom — if it shows 0 errors, 0 warnings ✅ the .ex5 file was created automatically
7. Back in MT5, open the Navigator (Ctrl+N) → right-click Indicators → click Refresh
8. Your indicator will appear — drag it onto the chart to use it
How do I use generated MQL4 code in MetaTrader 4? ▼
1. Generate your indicator in TrendeLiner, select MQL4 and click COPY
2. Open MetaTrader 4 → Tools → MetaQuotes Language Editor (or press F4)
3. Click New → Custom Indicator → give it a name
4. Delete the template code and paste your copied code
5. Press F7 to compile (or click the Compile button, or go to File → Compile)
6. Check the Errors tab at the bottom — if it shows 0 errors, 0 warnings ✅ the .ex4 file was created automatically
7. Back in MT4, open the Navigator (Ctrl+N) → right-click Indicators → click Refresh
8. Your indicator will appear — drag it onto the chart to use it
What is the difference between a .mq4 file and a .ex4 file? ▼
TrendeLiner generates the .mq4 source code — this is the editable code you can open and read in MetaEditor.
The .ex4 is the compiled (executable) version that MetaTrader 4 actually runs. It is generated automatically by MetaEditor when you compile your .mq4 file by pressing F7.
You do not need to do anything special — just compile in MetaEditor and the .ex4 is created in the same folder automatically. The same applies to MQL5: .mq5 → compile → .ex5.
What is the difference between MQL4 and MQL5? ▼
MQL4 — Used in MetaTrader 4, the older but still very popular platform. Simpler syntax, great for Forex traders. Uses init() and start() functions.
MQL5 — Used in MetaTrader 5, the newer and more powerful platform. Supports more asset classes (stocks, futures, commodities). Uses OnInit() and OnCalculate() functions. Recommended for new projects.
If you are not sure which to use, choose MQL5 unless your broker specifically requires MT4.
The MQL code has a compilation error. What do I do? ▼
Copy the exact error message from the MetaEditor (shown in the Errors tab at the bottom), paste it into the Fix Errors section in TrendeLiner, and click "Fix with AI". The AI understands MQL4/MQL5 errors and will correct the code automatically.
Script Converter
What is the Script Converter? ▼
The Script Converter is a PRO feature that lets you convert trading indicator code between any of the 5 supported languages. For example, you can convert a TradingView PineScript indicator to MQL4 for MetaTrader 4, or convert an MQL5 indicator to PineScript. The AI preserves the exact trading logic while adapting the syntax for the target platform.
Which conversions are supported? ▼
You can convert between any combination of the 5 languages:
• PineScript ↔ MQL5 or MQL4
• MQL4 ↔ MQL5
• Any language → Python or JavaScript
The most popular conversions are PineScript → MQL4/MQL5 (for traders who find indicators on TradingView and want to use them on MetaTrader) and MQL4 → MQL5 (for traders upgrading their platform).
The converted code has errors. What do I do? ▼
Use the Fix Conversion Errors section in the Converter tab. Copy the error message from your platform, paste it in the error box, and click "Fix with AI". The AI will analyse the error in context of the converted code and fix it automatically.
Is the Script Converter available on all plans? ▼
The Script Converter is available exclusively on the PRO plan. Trial and Essential plan users have access to the indicator generator and error fixer, but not the converter.
Plans & Billing
What is included in the Free plan? ▼
The Trial plan (15 days free) includes 3 indicator generations per month, all output languages, 30-day history, and access to both Guided and Free modes. Perfect for trying the platform before upgrading.
Can I cancel my subscription at any time? ▼
Yes. Cancel anytime and you keep access until the end of the billing period. After that, your account reverts to the Trial/Free plan.
Do you offer refunds? ▼
We do not offer refunds for subscription payments. If you have an issue, contact us at
[email protected] and we will work to resolve it.
Account & Data
Are my indicators saved? ▼
Yes. All generated indicators are automatically saved to your History tab. Free users get 30 days; Pro and Team users get full history. You can reload or delete any indicator at any time.
How do I delete my account? ▼
Go to the Account tab → scroll to the bottom → click Delete Account and confirm. This permanently deletes your account and all data. This action cannot be undone.
Is my data secure? ▼
Yes. Passwords are stored as secure bcrypt hashes. We never store plain-text passwords. We do not sell or share your data with third parties. See our full
Privacy Policy.