A | 172.65.251.114 |
AAAA | 2606:4700:90:0:8fa5:a1b5:8782:d1e |
CNAME | custom.crisp.help |
{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"How to debug Strategy","acceptedAnswer":{"@type":"Answer","text":"<h1 id="debuggingstrategy">Debugging Strategy</h1>\n<p>There are a number of reasons why a strategy would not take a trade, we will learn about the most common issues/errors that can affect the strategy entry</p>\n<p>When you notice that a strategy is not entering or taking a trade, the first thing to do is to check the notification logs</p>\n<p><img src="https://storage.crisp.chat/users/helpdesk/website/948b8c26d046a000/image_7ofz4f.png" alt="Checking notification logs" /></p>\n<hr />\n<h3 id="notificationlogsareblank">Notification logs are Blank</h3>\n<p>If the notification logs are blank ie.no logs are generated, that means either the condition is not met or there is some syntax issue</p>\n<p><img src="https://storage.crisp.chat/users/helpdesk/website/948b8c26d046a000/image_z4zmf9.png" alt="Blank Notification logs" /></p>\n<p>Now, in this case, you will have to check your strategy conditions, if the syntax is correct or not. You can refer to the <a href="https://tradetron.tech/keyword/documentation">Keyword Documentation</a>, and check if the keywords are used as per their expected format.</p>\n<hr />\n<h3 id="forcerunningthestrategy">Force Running the strategy</h3>\n<p>Once you are sure that the syntax is correct, and the conditions are met on the chart but still no trade, you can add a simple time>=915 condition in the entry block and change the logic to <strong>OR</strong>, now what this does is that since at least the time condition is satisfied and the logic is in OR, the strategy should enter. It is a method of force entering the strategy.</p>\n<p><img src="https://storage.crisp.chat/users/helpdesk/website/948b8c26d046a000/image_1qmh2eu.png" alt="Adding Time condition with OR logic" /></p>\n<p>|</p>"}},{"@type":"Question","name":"Getting Started","acceptedAnswer":{"@type":"Answer","text":"<h3 id="signup">Sign Up</h3>\n<p>You can register for a free Tradetron account from the link below</p>\n<p><a href="https://tradetron.tech/register">Sign Up Now!</a></p>\n<hr />\n<h3 id="newtotradetroncoursentt">New to Tradetron Course #NTT</h3>\n<p>The New to Tradetron course, where you'll learn everything you need to master algo trading using Tradetron. This step-by-step, pre-recorded course covers everything from getting started, connecting your broker, and building your first strategy, to advanced strategies like the SMA and 920 Straddle. With a mix of instructional videos and quizzes, you'll gain the skills to create, deploy, and manage powerful trading strategies on Tradetron in no time.\nThis course will act like a foundation for you to build and develop complex strategy logics on Tradetron</p>\n<p><a href="https://learn.tradetron.tech/p/ntt">Enroll Now for Free</a></p>\n<hr />\n<h3 id="helpfulresources">Helpful Resources</h3>\n<p>You can learn to create a strategy on Tradetron from the videos/blogs, please check the links below:</p>\n<p><a href="https://blog.tradetron.tech/">Blogs</a></p>\n<p><a href="https://www.tradetron.tech/html-view/strategy-templates">Free Strategy Templates</a></p>\n<p><a href="https://www.youtube.com/playlist?list=PLgaVZcCP0OyaJdHnqCPtU_JelM6hlhP2w">Youtube Strategy Creation Playlist</a></p>\n<p><a href="https://tradetron.tech/keyword/documentation">Keyword Usage Documentation</a></p>\n<p>We also provide strategy creation quant services for a nominal fee, please fill up a <a href="http://questionnaire.tradetron.tech/">form</a> at and we will get back to you with a quote. </p>\n<p>If you want one on one support you can hire a TT Quant for the day, pls check the [link ](h</p>"}},{"@type":"Question","name":"How to generate token","acceptedAnswer":{"@type":"Answer","text":"<p>Most brokers require daily token generation. To generate the token, click on the link available besides your broker name in broker and exchanges section </p>\n<p>Refer the example below for generating token for Fyers</p>\n<p><img src="https://storage.crisp.chat/users/helpdesk/website/948b8c26d046a000/image_12xeoqj.png" alt="" /></p>\n<p>For some brokers, you just need to click on the token generation button to generate the token for the day</p>\n<p>Pls refer the example for token generation for Finvasia(Shoonya)</p>\n<p><img src="https://storage.crisp.chat/users/helpdesk/website/948b8c26d046a000/image_zbrpzm.png" alt="" /></p>\n<p>| Token should be generated before market opens, ideally around 9 AM</p>"}},{"@type":"Question","name":"How to be an affiliate","acceptedAnswer":{"@type":"Answer","text":"<p>You will find all details of Tradetron Affiliate Program in the below Link: </p>\n<p><a href="https://tradetron.tech/html-view/affiliates">Tradetron affiliate program</a></p>\n<p>Kindly check the video below which explains the process of becoming an affiliate and the benefits.</p>\n<p>${youtube}<a href="cAQHvpChfP8">Tradetron Affiliate program</a></p>\n<p>If you have any queries regarding our affiliate program, feel free to email us at support@tradetron.tech</p>"}},{"@type":"Question","name":"Runtime Variables Feature","acceptedAnswer":{"@type":"Answer","text":"<p>With Runtime Variables, now you can store the High/Low of Entry Candle. You can use also use Runtime Variables to reset Trading View Signals after exit to prevent reentry. You need to use Get Runtime Keyword to retrieve the runtime variables.</p>\n<p>Pls watch the video below for detailed info</p>\n<p>${youtube}<a href="F-p0aqQUWaE">Runtime Variables</a></p>\n<p>| You can set runtime variables for Entry, Repairs, Set Exits</p>"}},{"@type":"Question","name":"How to resolve error execution","acceptedAnswer":{"@type":"Answer","text":"<h1 id="stepstoresolveerrorexecution">Steps to Resolve Error Execution</h1>\n<p>If the strategy is in error execution then the first step is to check the broker terminal if the position is reflecting there, if it is then the user can select manually completed and proceed, if not, user can click try again or select cancel and wait for a new signal to come in</p>\n<p>Whilst Error - Execution status is on, the trading engine cannot process your strategy and no new positions will be taken including exit, hence it should be addressed promptly once you receive an error notification.</p>\n<p>To resolve “Error Execution - Manage” issue, you can use the following 3 methods after clicking on “Manage”:</p>\n<ul>\n<li><p><strong>Try Again</strong>\nWhen you Click on “Try Again” and click on “Proceed”, Tradetron will try to place the same order again, which went into Error-Execution, if the issue due to with the error was caused in the first place has been resolved (Eg. Margin shortfall, Token generation etc.), then trades will be executed again smoothly by Tradetron at your broker terminal.</p></li>\n<li><p><strong>Cancel</strong>\nWhen you Click on “Cancel” and click on “Proceed”, the current trade execution will be cancelled. You can either cancel the trade and wait for new trades to be triggered, which will be triggered automatically once you proceed after cancelling. Note that this can create discrepancy in positions as the order that you Cancel may be actually needed to be placed as per strategy conditions. Hence, please be careful of managing positions properly while exercising this option.</p></li>\n* \n</ul>"}}]}
(this JSON isn't valid)