User Manual

Turn a trading idea written in plain English into a ready-to-use automated strategy — for Tradetron, TradingView, and MetaTrader 5. No coding needed.

Tradetron strategies TradingView Pine scripts MetaTrader 5 EAs
A simple, plain-language guide to every screen and button · www.algodeveloper.in

Start Here

What is Algo Developer?

Think of it as a translator. You describe your trading rules in everyday language — like “Buy Nifty call when RSI crosses above 25, exit at 15% profit.” The app writes the technical file that trading platforms understand, and you download it and use it. You never touch any code.

The one-line idea: You type your idea → the app builds the strategy file → you download it and load it into your trading platform. That’s it.

It works with three platforms

You pick the platform at the top of the screen. Each one gives you a file made for that platform:

How you pay — “credits”

Each time the app builds a strategy for you, it uses 1 credit. You buy credits in advance from your Wallet. New users get some free welcome credits to try it out.

Example: 1 credit = ₹200. Pay ₹1,000 and you get 5 credits — enough to build 5 strategies.

The Top Bar

The bar across the top

This bar is always visible. Its main job is to switch which platform you’re building for, and to show your wallet and account.

◆ Tradetron ▤ TradingView </> MT5 🌗 👛 Wallet · 18 credits 🟢 you ▾

1Tradetron / TradingView / MT5 switch

The three buttons on the left choose what kind of file you want to build. The highlighted (lime) one is the one you’re using now. Switching changes the whole screen to match that platform.

Example: Click TradingView and the app now writes Pine Scripts instead of Tradetron strategies.

2Theme toggle

The little coloured circle switches the look between the dark theme and a lighter “classic” theme. Purely about comfort — it doesn’t change how anything works.

3Wallet · credits

Shows how many credits you have left, at a glance. Click it to open the full Wallet page to add money or see your history.

Example: “Wallet · 18 credits” means you can build 18 more strategies before topping up.

4Your account menu

Click your name to open a small menu: Profile, Wallet, Invoices, My Generations, Change Password, Logout. (Each of these is explained later.)

The Left Menu

The menu down the left side

This is where you start a new strategy, save/load your work, and open the converters. (The labels change slightly to match the platform — e.g. “Export JSON” on Tradetron becomes “Export Pine Script” on TradingView.)

Import & Export Strategy
Strategy Converter

1New Strategy (blank)

Clears everything and starts you fresh with an empty strategy.

2Export

Downloads your finished strategy as a file onto your computer, ready to load into the trading platform.

Example: On Tradetron this downloads a .json file you then import inside Tradetron.

3Import

Loads a strategy file you previously downloaded back into the app, so you can edit it again.

4Strategy Converter (3 options)

Turns a strategy from one platform’s language into another’s. Covered in its own section below.

5Save

Saves your current work to your account (the cloud), so it’s waiting for you next time under “My Strategies”.

6My Strategies

Opens the list of everything you’ve saved. Covered in its own section below.

Tradetron Mode · Step 1

Describe your strategy (the Input tab)

This is the main screen. You tell the app your trading idea here, then it builds the strategy. There are two ways to describe it — Free text (just type it) and Guided (fill in boxes). And there are two tabs — Input (where you describe) and Output (where you review what was built).

✍ Input⬡ Output
✍ Free text🧩 Guided

1Input vs Output tabs

Input is where you describe your idea. Output is where you see the finished strategy the app built, and can fine-tune it. You normally start on Input.

2Free text vs Guided

Free text = write your rules in a sentence, like talking to a person. Guided = fill in labelled boxes (entry rule, target, stop-loss, option type, etc.) if you’d rather be pointed step by step.

Beginner tip: Guided is easier the first few times; Free text is faster once you’re comfortable.

The basic settings row

Instrument
NIFTY 50
Chart Timeframe
5m
Lots
1
Product
NRML

3Instrument · Timeframe · Lots · Product

The four basics of any trade:

  • Instrument — what you trade (Nifty 50, Bank Nifty, Sensex, a stock…).
  • Chart Timeframe — the candle size your rules use (1m, 5m, 15m…).
  • Lots — how many lots to trade.
  • Product — the order type (NRML for carry-forward, MIS for intraday).
Example: NIFTY 50 · 5m · 1 lot · NRML = trade 1 lot of Nifty options using 5-minute candles.

The idea box (Free text)

Strategy Logic
e.g. Buy NIFTY CE when RSI 14 crosses above 25 on 1-minute chart and no PE position is open. Exit each trade at 15% profit or ₹10 stop loss. Square off everything at 15:10.

4Strategy Logic box

Type your full idea here in plain English — entry, exit, profit target, stop-loss, and square-off time. The more clearly you say it, the better the result. There’s also an Upload file button if your idea is in a document.

Example: “Buy Nifty call when EMA 20 crosses above EMA 50 on 5-minute chart; stop loss ₹20, target 30%; exit all at 15:15.”

5Quick Examples

Ready-made example ideas under the box. Click one to drop it into the idea box — great for seeing how to phrase things, or as a starting point you then edit.

6“This is what the AI receives”

A small preview showing exactly what the app understood from your inputs before building. A quick sanity check that it got your instrument, timeframe and idea right.

⚡ Generate Strategy
Costs 1 credit · Balance: 18 credits

7Generate Strategy button

The big button that builds your strategy. It uses 1 credit. When it’s done, it switches you to the Output tab to review the result.

Tip: The line under the button always shows the cost and your remaining balance, so there are no surprises.

Tradetron Mode · Step 1 (alternative)

The Guided form

If you don’t want to write a sentence, the Guided tab gives you labelled boxes. Fill what you know; leave a box blank (or type NA) to skip it. The app builds the same kind of strategy from your answers.

Chart Timeframe
5m
Start Time
09:20 AM
Direction
☑ Bullish ☑ Bearish
Enter when
RSI 14 crosses above 25
Target
15 %
Stoploss
10 %
Option Leg
Buy
CE
ATM
Current week

1Direction — Bullish / Bearish

Tick which side(s) you want. Bullish = an up-move trade (usually buy Call/CE). Bearish = a down-move trade (usually buy Put/PE). Tick both to build both.

2Start Time

The earliest time the strategy is allowed to take a trade each day.

Example: 09:20 AM — don’t trade in the first few noisy minutes after open.

3Enter when

Your entry rule, in plain words — the signal that triggers a trade.

Example: “RSI 14 crosses above 25” or “Supertrend turns green.”

4Target & Stoploss

When to book profit and when to cut a loss. You can set each as a % or a fixed amount using the dropdown next to it.

Example: Target 15%, Stoploss 10% — exit at +15% profit or −10% loss.

5Option Leg — Action / Type / Strike / Expiry

Describes the exact option to trade:

  • Action — Buy or Sell.
  • Type — CE (call) or PE (put).
  • Strike — which strike, e.g. ATM (at-the-money), or a few strikes in/out.
  • Expiry — current week or current month.
Example: Buy · CE · ATM · Current week = buy this week’s at-the-money Nifty call.
There are a few more optional boxes lower down (how far from spot for the strike, and a per-trade exit time). Leave them blank if you don’t need them — blank simply means “skip”.

Tradetron Mode · Step 2

Review & fine-tune (the Output tab)

After you click Generate, the app shows the finished strategy here, broken into clear parts. Everything is editable — you can rename it, tweak the rules, add more legs — and then export it.

1Strategy Info — Name, Tags, Description

The title, a few category tags, and a short description of what the strategy does. Edit the name so it’s easy to find later.

Example name: “NIFTY CE Stochastic Oversold Reversal.”

2Initialise Variables

Optional helper values the strategy re-uses (advanced). Most users can ignore this — the app fills in what’s needed.

3Sets — Entry & Exit conditions

A “set” is one complete trade plan. Inside it you see the Entry rule and the Exit rule as editable boxes. You can change the wording of a condition right here and it updates the strategy.

Example: A set called “Stoch K Cross Above 20 CE” with an Entry rule and a 30%-target / 20%-stoploss Exit.

4Positions / Legs (+ Leg)

The actual option(s) the set buys or sells. + Leg adds another option to the same trade (for spreads/straddles).

5+ Add Set

Adds another independent trade plan to the same strategy — for example a Call set and a Put set together.

6Export JSON

Downloads the finished strategy file. This is the file you import into Tradetron.

Good to know: Strategies you build here deploy and trade correctly in Tradetron. Do your editing here in the app, then export and import — this app is your editor.

TradingView Mode

Build a TradingView Pine Script

Switch the top bar to TradingView and the app becomes a Pine Script writer. Describe what you want in plain English and it gives you a ready-to-paste Pine Script (version 6) for TradingView charts.

✍ Free text🧩 Guided
What should the script do?
e.g. Plot EMA 9 and EMA 21. Show a green up-arrow when EMA 9 crosses above EMA 21, a red down-arrow on the opposite cross. Add alerts for both.
Convert as
Indicator — signals + alerts
Pine version
v6 (latest)

1“What should the script do?” box

Describe the indicator or strategy you want on your chart — lines to plot, arrows/alerts on signals, or full buy/sell rules.

Example: “RSI 14 indicator: arrow up when it crosses above 30, down when it crosses below 70.”

2Convert as — Indicator or Strategy

Choose the output type:

  • Indicator — draws signals/alerts on the chart (no back-testing of orders).
  • Strategy — includes buy/sell orders so TradingView can back-test it.

3Sidebar: Blank / Export / Import Pine Script

Same idea as Tradetron mode, but for Pine files — start blank, download your script, or load one back in to edit.

How you use the result: copy the generated Pine Script, open TradingView → Pine Editor, paste it, and “Add to chart”.

MetaTrader 5 Mode

Build a MetaTrader 5 robot (EA)

Switch the top bar to MT5 and the app writes an “Expert Advisor” — a robot (.mq5 file) that trades automatically in MetaTrader 5. You describe the entry/exit signals; the app adds the execution engine.

✍ Free text🧩 Guided
What should the EA do?
e.g. EMA 9 / EMA 21 crossover — go long when fast crosses above slow, short on the opposite cross.
Timeframe
current chart
Language
MQL5 (CTrade)

1“What should the EA do?” box

Describe the entry and exit signals only. Things like lot size, target, stop-loss and trailing are added automatically as settings you can tune inside MetaTrader.

Example: “RSI 14 mean-reversion EA: buy below 30, sell above 70, with a trailing stop.”

2Built-in tunable inputs

Every EA comes with easy on/off settings inside MetaTrader: Base Lot Size, Enable Long/Short, Max Trades Per Day, and Target / Stoploss / Trailing (in points or %). You adjust these without editing code.

3Sidebar: Blank / Export / Import EA

Start a blank EA, download the finished .mq5 file, or load one back in to edit.

How you use the result: put the .mq5 file in MetaTrader’s Experts folder, compile it, and drag it onto a chart.

Code Converter

Convert between platforms

Already have a strategy in one platform’s language and want it in another? Paste it in and the converter rewrites it. It handles three directions.

TradingView → TradetronTradetron → TradingViewTradingView → MT5 (EA)
Convert as
Option-strike (index/options)
Symbol
NIFTY
Mode
Strategy (backtestable)
Paste your code
Paste your existing TradingView Pine (v5 / v6) indicator or strategy here…
⚡ Convert to Tradetron + package

1The three directions

  • TradingView → Tradetron — turn a Pine script into a Tradetron strategy.
  • Tradetron → TradingView — turn a Tradetron strategy into a Pine script.
  • TradingView → MT5 (EA) — turn a Pine script into a MetaTrader robot.

2Convert as · Symbol · Mode

Convert as picks whether you’re trading the option contract (option-strike) or a simple long/short on the index/futures. Symbol is the instrument. Mode chooses a back-testable strategy vs a signals-only indicator.

3Paste box / Upload file & Convert

Paste your existing code (or upload the file), then click Convert. The app rebuilds the entry/exit logic for the target platform and, for Tradetron, adds the connection “bridge” so it’s ready to run.

Example: Paste an EMA-crossover Pine strategy, pick NIFTY, click Convert → get a Tradetron-ready file.

My Strategies

Your saved strategies

Everything you save lands here, so you can come back, edit, export or delete any time. There’s also a small dashboard of counts at the top.

1The counts at the top

Quick totals — how many strategies you’ve made, how many are drafts, and how many trade “sets” across them. Just an overview.

2The strategy list

Each row is one strategy, showing its name, the exchange, number of sets and a Draft/Shared tag. Three buttons on each row:

  • Edit — opens it back in the builder to change it.
  • Export — downloads its file to import into the platform.
  • Delete — removes it (this can’t be undone).
Example row: “MACD vs VWAP & EMA Sell” · NFO · 2 sets · Draft · [Edit] [Export] [Delete].

3Converted Strategies table

A separate list of files made with the Code Converter, each with a Download button.

Wallet & Credits

Adding money & credits

Credits are what you spend to build strategies. The Wallet page shows your balance, explains the rate, and lets you top up.

Your balance
18 credits · ₹3,600.00
1 credit = ₹200. Pay any amount and you receive amount ÷ ₹200 credits.
₹ Amount
+ ₹1000+ ₹2000+ ₹5000✦ Add Money

1Your balance

Shows both your credits and their rupee value. This is how many strategies you can still build.

2How credits work

A plain-language reminder of the rate so you always know what you’re getting.

Example: ₹2,000 → 10 credits · ₹10,000 → 50 credits.

3Add Money

Type an amount (or tap a quick +₹1000 / +₹2000 / +₹5000 button) and click Add Money to pay. Credits appear within about a minute of a successful payment.

Important: pay using the same email shown on the page so your wallet is credited automatically.

4Recent Transactions

A history list of every credit added and every credit spent (with the strategy name and date), so you can track your usage.

Your Account Menu

Profile, Invoices & more

These open from the menu under your name (top-right).

1Profile

Your details — name, email, phone, address, and (optional) GST & PAN numbers used on invoices. Fill them in and click Update Profile.

Tip: add your GST number here if you need it printed on your payment invoices.

2Wallet

Same Wallet page described above — balance, top-up, and history.

3Invoices

Your payment receipts/tax invoices for the money you’ve added, ready to view or download.

4My Generations

A history of every strategy/script the app has built for you, so you can find and re-download past outputs.

5Change Password

Update the password you use to log in. (If you signed in with Google, you manage the password in your Google account instead.)

6Logout

Signs you out of the app.

Putting It Together

A full example, start to finish

Here’s the whole journey for a typical Tradetron strategy — from idea to live in your trading platform.

  1. Pick your platform. Top bar → click Tradetron.
  2. Set the basics. Instrument = NIFTY 50, Timeframe = 5m, Lots = 1, Product = NRML.
  3. Describe the idea. In the box: “Buy Nifty CE when Stochastic %K (14,3) crosses above 20; exit at 30% target or 20% stop-loss; square off at 15:10.”
  4. Click Generate Strategy. Uses 1 credit; the app switches to the Output tab.
  5. Review & tweak. Check the name, entry/exit and the option leg. Change anything you like.
  6. Export. Click Export JSON to download the file.
  7. Use it. In Tradetron, use Import to load the file — it’s ready to deploy and trade.

Common Questions

Quick answers

Do I need to know coding?

No. You describe your idea in plain English; the app writes all the code/technical file for you.

What does one strategy cost?

1 credit per build. 1 credit = ₹200. New users get free welcome credits to start.

Will my strategy actually trade?

Yes — strategies you export deploy and trade correctly once imported into your platform (Tradetron/TradingView/MT5).

Can I change a strategy after it’s built?

Yes. Edit it on the Output tab (or later from My Strategies), then export again.

My payment didn’t add credits — what do I do?

Make sure you paid with the same email shown on the Wallet page. Credits normally appear within a minute; if not, contact support.

© Algo Developer — Engineering the Future of Automation
www.algodeveloper.in · This guide explains what each screen does; the app itself may add new features over time.