Forum Replies Created

Check out all your contributions and responses across the community.

Viewing 15 posts - 1 through 15 (of 54 total)
  • Author
    Posts
  • For adding a 5paisa broker account, go to DematAdd Demat and select “propxts“.

    Then fill in the following details:

    • Nickname
    • Number
    • Email

    In both the Login ID and Client ID fields, enter your 5paisa Client ID.

    For the API Key and Secret Key, you need to contact your Relationship Manager (RM) or the broker’s customer support.

    In the Host Lookup URL field, enter:

    https://xtsmum.5paisa.com:4000/hostlookup

    And in the Version field, enter:

    1.0.1

    Yes, you can definitely do that with the Json bridge

    Just follow these steps:

    Step 1: Go to the JSON Bridge page and click: Generate Syntax

    Step 2:  Configure your trade settings.

    Example:

      <li style=”font-weight: 400;” aria-level=”1″>Order Type: Strategy Order
      <li style=”font-weight: 400;” aria-level=”1″>Script Type: Future
      <li style=”font-weight: 400;” aria-level=”1″>Symbol: NIFTY-N (NFO)
      <li style=”font-weight: 400;” aria-level=”1″>Expiry Gap: 0
      <li style=”font-weight: 400;” aria-level=”1″>Product: Carry Forward
      <li style=”font-weight: 400;” aria-level=”1″>Quantity: 1
      <li style=”font-weight: 400;” aria-level=”1″>Transaction Type: Buy / Sell

    You can also configure optional settings like:

      <li style=”font-weight: 400;” aria-level=”1″>Exit on Opposite
      <li style=”font-weight: 400;” aria-level=”1″>Stop Loss
      <li style=”font-weight: 400;” aria-level=”1″>Target
      <li style=”font-weight: 400;” aria-level=”1″>Rollover

    Step 3:  After filling the details, the JSON will be generated automatically on the right side.

    Copy that JSON.

    Step 4:  Now copy the webhook URL from the yellow copy icon available in the JSON Bridge.

    Step 5:  Open TradingView and apply your strategy on the chart.

    Then create a new Alert.

    In the <b>Condition</b> dropdown, select your strategy.

    Step 6:  Go to the message section:

    Give any alert name, for example: JSON ALERT

    Now paste the copied JSON into the <b>Message</b> section.

    Click Apply.

    Step 7: Go to the <b>Notifications</b> section.

      <li style=”font-weight: 400;” aria-level=”1″>Enable <b>Webhook URL</b>
      <li style=”font-weight: 400;” aria-level=”1″>Paste the webhook URL copied from the JSON Bridge

    Then click Apply.

    That’s it.

    Now whenever: 

    BUY signal comes from your strategy -> Nifty Future BUY order will be placed.

    SELL signal comes from your strategy -> Nifty Future SELL order will be placed.

    For paper trading, you just need to create one blank group (with no master and no child accounts). Then, add this group to the Order Manager, and you can start paper trading. You will be able to see the P&L without placing any trades in a real account.

    Yes, it is possible with the JSON Bridge, but the setup is slightly different compared to stocks and futures.

    For stocks and futures, you can usually connect the strategy directly and create a single alert from the TradingView interface.

    For options, things become a bit more advanced because:

      <li style=”font-weight: 400;” aria-level=”1″>Call and Put executions need separate handling
      <li style=”font-weight: 400;” aria-level=”1″>Additional conditions may be required in the strategy setup
      <li style=”font-weight: 400;” aria-level=”1″>In some cases, small changes in the Pine Script may be needed

    So while it is definitely possible, the exact setup depends on how your strategy is generating BUY and SELL signals.

    =>  Our technical team can help you configure the JSON syntax and TradingView alert setup based on your strategy requirements.

    For detailed guidance, you can contact our support team:

    AlgoDelta Support Team

    They will help you with the complete setup and explain the best approach for your specific strategy.

    Yes, absolutely.

    In fact, testing the syntax before going live is a good practice.

    You can use the <b>Simulation</b> feature available inside the JSON Bridge.

    Just follow these steps:
    <h3><b>Step 1</b></h3>
    Go to JSON Bridge → Generate Syntax

    Generate and copy your strategy order JSON. 
    <h3><b>Step 2</b></h3>
    On the same page, you will find an option called:

    Simulation -> Open it.
    <h3><b>Step 3</b></h3>
    In the Webhook URL field, paste the webhook URL of your JSON Bridge.
    <h3><b>Step 4</b></h3>
    In the JSON field, paste the syntax that you generated previously.
    <h3><b>Step 5</b></h3>
    Click: Simulate
    <h3><b>Step 6</b></h3>
    Now go back to your JSON Bridge dashboard.

    If everything is configured correctly, you will be able to see the order execution inside the bridge itself.

    => After that you can use that strategy order syntax in the trading view alerts.

    Yes, this is possible.

    If the signal came before you connected the bridge, then the bridge will not know about that previous signal.

    In that case:

      <li style=”font-weight: 400;” aria-level=”1″>First configure your Upside and Downside Execution properly
      <li style=”font-weight: 400;” aria-level=”1″>Then open the Custom Bridge

    You will find a button called: “Place Manually” using that button, you can place the trade directly from AlgoDelta. 

    After that: Your position gets opened ,the bridge remains active and future BUY/SELL signals from TradingView will be handled automatically.

    Yes, this is completely possible with AlgoDelta.

    You can do this using the <b>Custom Bridge</b>.

    While setting up the bridge:

      <li style=”font-weight: 400;” aria-level=”1″>Configure the <b>Call Option</b> in the Upside Execution section
      <li style=”font-weight: 400;” aria-level=”1″>Configure the <b>Put Option</b> in the Downside Execution section

    After that:

      <li style=”font-weight: 400;” aria-level=”1″>When a BUY signal comes from your strategy or indicator → the upside execution runs and the selected Call Option is traded
      <li style=”font-weight: 400;” aria-level=”1″>When a SELL signal comes → the downside execution runs and the selected Put Option is traded

    So you can keep your TradingView strategy on the Nifty chart and let AlgoDelta handle the option execution.

    Also, if you want to reverse positions automatically, you can enable the “Exit on Opposite Signal” settings.

    That means:

      <li style=”font-weight: 400;” aria-level=”1″>Existing Call position can be exited automatically when a SELL signal comes
      <li style=”font-weight: 400;” aria-level=”1″>New Put position can be opened immediately
      <li style=”font-weight: 400;” aria-level=”1″>Same logic works in reverse as well

    Yeah, indicator setup is slightly different from strategy setup.

    In this you have to set the 2 alerts one for the Upside and the other for the DOWNSIDE execution.

    Just follow these steps:

    Step 1: Go to your Custom Bridge page and click the yellow copy icon and copy the webhook URL.

    Step 2: Now open TradingView and apply your indicator on the chart.

    Step 3: Click on Alerts (clock icon).

    Step 4: In Condition dropdown, select your indicator.

    Step 5: Now in the Crossing dropdown, select -> “Crossing Up” for the UP-alert setup.

    And select “Crossing Down” for the DOWN alert setup

    Step 6: In the Trigger option, you can select anything you want. But we suggest: Once Per Bar Close.

    Step 7: In the Message box, enter -> “UP” (if we made an alert for UPSIDE Execution)

    Enter “DOWN” (if we made an alert for DOWNSIDE Execution).

    This is important because the UP signal triggers upside execution.

    Step 8: Now go to the Notifications section -> Enable Webhook URL option -> Paste the copied webhook URL there -> Then save the alert.

    => Now whenever: indicator gives UP signal → upside execution runs

    => Note: To make the UP or DOWNSIDE alert just have to make a change in Step 7.

    => And if you still have some confusion you can refer to the video below: Connection with trading View

    Yeah, this confuses many people in the beginning.

    After creating the custom bridge, just follow these steps:

    Step 1: In the Custom Bridge page, click the yellow copy icon on the custom bridge page and also you can find the inside bridge at the upper right corner.

    You will get the webhook URL copied.

    Step 2: Now go to TradingView and open your strategy chart.

    Step 3: Click on the Alerts icon (clock icon).

    Step 4: In the Condition dropdown, select your strategy.

    Step 5: In the Message box, keep only this: {{strategy.position_size}}

    Step 6: Now go to the Notifications section below.

    Enable Webhook URL option

    Paste the copied webhook URL there

    Step 7: Save the alert.

    => Now whenever:

    -> BUY signal comes → upside execution script runs

    -> SELL signal comes → downside execution script runs

    => That’s it. Your TradingView strategy is now connected with the bridge

    => And if you have the still some confusion you can refer the below video:

    Connection with trading view

    Yeah I get your confusion.
    You do not need to find the Bridge Key from anywhere.
    You have to create your own key manually It can be any simple alphanumeric value
    Example:
    Test123
    Algo001
    MyBridge9

    This warning appears because the account is using older Fyers broker credentials. You need to add the new Fyers credentials by following this blog:

    Copy Trading with FYERS

    You can place orders across any brokers, regardless of which broker is used as the master account or the child account.

    If you have different brokers then you can use the same static IP for all of them.

    However, if you have multiple accounts under the same broker, you will need separate static IPs for each account. For example, if you have 10 Kotak accounts, then you will need 10 static IPs

    For detailed information about static IPs, you can read this blog.

    What Is a Static IP? Complete Guide for Traders in India

    When the order is completed/executed in the master account, then it will be placed in the child accounts.

    List of brokers in which daily login is not required:

    • Angel One
    • IIFL New
    • Jainam – Normal
    • Kotak Securities
    • Motilal – Normal
    • Zerodha Without API
    • DefineEdge
    • Groww Auto
    • Enrich
    • R Money
    • Trade Smart
    • Nirmal Bang
    • Rikhav
    • Centrum
    • JM Finance
Viewing 15 posts - 1 through 15 (of 54 total)
×

Start a Discussion

Get help from the AlgoDelta community.

×

Welcome Back!

Enter your email to sign in or create an account. No passwords needed.

Pending Approval

⚠️

Delete This?

Are you sure you want to delete this? This action is permanent and cannot be undone.

Scroll to Top