Import & Export Strategy
New Strategy (blank)
Export JSON
Import JSON
Strategy Converter (With Syntax)
TradingView → Tradetron
Tradetron → TradingView
TradingView → MT5 (EA)
Save
My Strategies
- Algo Cafe Private Limited (Legal Name)
- Email: support@algodeveloper.in
- Phone: +91-8358827193, +91-8878472797
- GSTIN: 22ABACA9378H1ZL
✦ Describe your logic
Trade direction
Describe each leg in plain English — one condition per box, just like Tradetron's Set 1 / Set 2 entry & exit. Bullish → CE leg, Bearish → PE leg by default (say otherwise in the text to override). Leave any box blank to skip it.
🟢 BULLISH — Set 1
🔴 BEARISH — Set 2
Quick examples
This is what the AI receivesauto-generated
Fill the boxes — leave any field blank or type NA to skip it. Instrument & Lots come from the fields above. The compiled logic preview at the bottom is what the AI receives.
🟢 BULLISH — fresh entry
Option leg
Hedge leg
🔴 BEARISH — fresh entry
Option leg
Hedge leg
🏁 Universal exit — whole strategy
This is what the AI receivesauto-generated
Claude is designing your variables, sets and conditions…
The generated strategy opens in the Output tab — review the variables, conditions and positions, edit anything, then Export the JSON for Tradetron.
ℹ Imported strategies deploy and trade correctly in Tradetron, but the conditions won't be visible in Tradetron's own builder UI (that view needs Tradetron's server-side encryption). Treat this portal as the editor: change conditions here, export, and re-import.
Output — Strategy structure
✎ Editable Everything below is editable — change the name, tags, description and the condition boxes (the Tradetron keywords/code) directly, then Export JSON.
Strategy Info
Initialise Variables
Advanced Settings
Price execution 1
Price execution 2
Tranching
Trailing Stop Loss
Execution timing
Take trades
Rollover on expiry
Python code
Marketplace Settings
Generated JSON
Ready to import into Tradetron
🔧 Got an error in Tradetron? (import rejected, or a condition not behaving as intended) — paste it below and I'll fix the strategy's conditions for you. No need to rebuild.
My Strategies
0
Total Strategies
0
Live
0
Draft
0
Total Sets
Strategy NameExchangeSetsStatusActions
✦ Converted Strategies
Pine, Tradetron & MT5 files you saved from the Code Converter. Click Download to re-export any of them.
| Conversion | Name | Date | File |
|---|
No converted strategies yet — use the sidebar Convert tools, then click Save on the result.
Tradetron Keyword Library
TradingView Pine Script Developer
✦ Describe it in plain English — get Pine Script v6
Quick examples
Option-strike syntax — trades only the charted strike. Apply the strategy directly on an option-strike chart (e.g. NIFTY24000CE). The script reads that contract from the chart, stores it as a variable, sends it to Tradetron, and the same variable feeds the position-builder instrument — so it can only ever trade the exact option strike on your chart. (Detail in the integration PDF.)
Spot / Futures syntax — the strategy sends simple long/short signals. Only the Tradetron condition area is keyed to the symbol; the position-builder leg you build in Tradetron is your choice — spot, futures, options, or an options multi-leg. Pick whichever fits your strategy logic.
🟢 LONG side
🔴 SHORT side
Three separate files: — the user guide is the same for every strategy; only the Pine & JSON change.
In TradingView, set the alert Webhook URL to https://api.tradetron.tech/api with message {{strategy.order.alert_message}}.
What “basic features” includes — built into every generated strategy, all checkbox-toggled so you can run multiple iterations and keep the best outcome (that’s why we ship them as the default):
- Intraday session — start & end time
- Long Only / Short Only toggles
- Custom Target, Stoploss & Trailing SL — in Points or %
- Max trade count per day
- Backtest period controls
Claude is writing your Pine v6 script…
ℹ Copy the code into TradingView → Pine Editor → paste → Add to chart. Always backtest before going live.
MQL5 (MT5) Expert Advisor Developer
✦ Describe your EA in plain English — get a compilable .mq5
You describe the signals; we bundle the execution engine. Every EA ships with these EA inputs you tune in MetaTrader (all toggle-able): Base Lot Size, Enable Long/Short, Max Trades Per Day, and per-side Target, Stoploss & Trailing SL (each in Pts or %). Reversal model — a long closes when a short signal fires and vice-versa.
Quick examples
The AI writes only your entry/exit signals. A ready-made execution engine is attached automatically with these EA inputs you tune in MetaTrader (all toggle-able so you can iterate): Base Lot Size, Enable Long/Short, Max Trades Per Day, and per-side Target, Stoploss & Trailing SL (each in Pts or %). It's a reversal model — a long closes when a short signal fires and vice-versa.
🟢 LONG side
🔴 SHORT side
Claude is writing your MQL5 Expert Advisor…
ℹ Save the .mq5 in MQL5/Experts, open it in MetaEditor, press Compile (F7), then drag the EA onto a chart. Test on a demo account first.
Code Converter
✦ Convert between TradingView, Tradetron & MT5
Paste any TradingView Pine code (indicator or strategy). We rebuild its entry/exit logic as a Tradetron-ready strategy (always strategy mode) with the basic features — session, target, stoploss, trailing SL, max trades — and append the Tradetron bridge. Pick option-strike to trade the charted option contract, or spot / futures for simple long/short signals.
We translate Tradetron's tt_* conditions (RSI, EMA, crossovers, time guards, target/stoploss) into a backtestable Pine v6 strategy. Complex Tradetron-only constructs are approximated — always review & backtest the result before trusting it.
We map your Pine indicators & signals to MQL5 iMA/iRSI/iMACD/… handles, then bundle the same execution engine as the MT5 guided EA — EA inputs you tune in MetaTrader: Base Lot, Enable Long/Short, Max Trades/Day, and per-side Target, Stoploss & Trailing SL (Pts or %). Forex/CFD price models differ from Indian options — review & backtest in the MT5 Strategy Tester before going live.
Claude is converting your code…
Wallet
✦ Your balance
₹0.00
INR
⚠ Pay using this email so your wallet is credited automatically:
—
Balance updates within about a minute of a successful payment.
Balance updates within about a minute of a successful payment.
₹
Top-up link not configured yet. Set
RAZORPAY_PAYMENT_URL in the app to enable payments.Recent transactions
No transactions yet.
ℹ Top-ups are processed by Razorpay. Your balance is credited only after the payment is confirmed by Razorpay's webhook — never from the browser. Refunds/queries: contact Algo Developer.
My Profile
User ID
—
Member Since
—
✦ Information for Invoices
Invoices
✦ Your wallet top-up invoices
Every successful wallet top-up generates a GST-style invoice. Click View / Print to open or save a copy.
| Invoice # | Date | Amount | Credits | Reference |
|---|
No invoices yet — top up your wallet to generate one.
My Generations
✦ Every file you've generated
Your full history of Tradetron strategies, Pine scripts and MQL5 EAs — saved in the cloud. Click Download to re-export any of them.
| Type | Name | Date | Activity ID | Log ID |
|---|
Nothing generated yet — create a Tradetron strategy, Pine script or MT5 EA and it'll appear here.