
Suoritettu
Julkaistu
Maksettu toimituksen yhteydessä
I have a Pine Script strategy running on a traditional Renko chart and the take-profit / stop-loss orders simply don’t fire. Entries execute correctly, but once the position is open no TP or SL order is placed or filled, even though the levels are plotted on the chart. The script is otherwise stable, so I’m looking for a quick pinpoint fix rather than a full rewrite. You’ll be working with Pine Script v5 on TradingView and I’ll share the current code as soon as we start. Key details you should know: • Chart type in use: Traditional Renko (not mean or other variants). • Issue confirmed: TP/SL orders not triggering at all. Deliverables • Updated Pine Script file with functional TP and SL logic. • Brief comment inside the code explaining what was corrected so I can learn from the change. Acceptance The strategy must automatically place and execute the TP and SL orders at the predefined price levels on live chart replay and in forward testing. If you’ve debugged order-placement logic in Pine before, this should be straightforward. Let me know your estimated turnaround and any clarifying questions, and I’ll send the code right away.
Projektin tunnus (ID): 40344180
26 ehdotukset
Etäprojekti
Aktiivinen 8 päivää sitten
Aseta budjettisi ja aikataulu
Saa maksu työstäsi
Kuvaile ehdotustasi
Rekisteröinti ja töihin tarjoaminen on ilmaista

I've debugged this exact Renko TP/SL issue in Pine Script v5 before—on traditional Renko charts, `[login to view URL]()` calls often fail silently because Renko's synthetic price action causes limit/stop orders to never meet their trigger conditions within the same bar, or because the exit commands are being overwritten on each new brick. My approach will be to review your entry logic, verify that `[login to view URL]()` is called once per position with correct `from_entry` IDs, ensure `calc_on_every_tick` and `process_orders_on_close` are configured properly for Renko, and confirm your TP/SL price levels aren't being recalculated and reset each bar. I can start as soon as you share the script.
$10 USD 1 päivässä
5,8
5,8
26 freelancerit tarjoavat keskimäärin $31 USD tätä projektia

Hi, I’m writing this bid by myself and am confident I can quickly fix your Pine Script’s TP/SL order issue on the traditional Renko chart. I’ve worked extensively with Pine Script v5 and have resolved similar order execution bugs efficiently. I will focus on pinpointing the exact cause your TP/SL orders are not triggering, update the logic, and add clear comments in the code to help you understand the fix. Expect a stable script ready for live replay and forward testing. I can deliver the updated script within 3 days after receiving your code to begin. Could you please confirm the exact TP and SL calculation method you're using in your current script? Also, have you noticed if the plotted levels on the chart exactly match your intended TP/SL price points? Thanks,
$15 USD 3 päivässä
6,9
6,9

With over a decade of experience in trading software development, I can confidently say I've navigated and conquered many issues within different trading platforms including Pine Script. Debugging order-placement logic of this nature is not foreign to me, and that's why your project aligns naturally with my skillset. Rest assured, I have what it takes to previse and execute the much-needed fix on your Renko TP/SL script. I am particularly proficient in various financial trading languages. From TradingView in Pine script, Metatrader 4 and 5 in mql4 and mql5, Thinkorswim in Thinkscript, Ninjatrader 7/8 in Ninjascript right down to cTrader in cAlgo/cBot - I've got you fully covered. My ability to comfortably code across these platforms will ensure your revised script is compatible and functions resiliently in any context you choose to deploy it. What sets me further apart from my peers is not only my time-tested technical proficiency but also my unwavering dedication to the confidentiality of client ideas. Under a signed NDA, all your ideas are irrefutably protected from inception onwards making certain that your software + source code are undoubtedly yours. For a fast yet quality delivery that respects the cleanliness and coherence of codes as well as prompt communication throughout the process - rest easy picking me for this task.
$50 USD 1 päivässä
6,9
6,9

Hi there, I see that you're looking for a fix for your Pine Script strategy on a Renko chart, specifically for your TP and SL orders that aren't firing. It sounds like the entry logic is working well, but the order placement is the issue. With 4+ years of experience in Pine Script and debugging order logic, I can help you pinpoint the problem and make the necessary adjustments. My approach would involve reviewing the existing code to identify where the TP and SL logic may be failing. I'll ensure that the updated script not only executes these orders correctly but also includes comments explaining the changes for your learning. Could you let me know if there are specific price levels you've predefined for the TP and SL orders? Best regards, Arslan Shahid
$10 USD 1 päivässä
4,9
4,9

Hello, I can efficiently fix your Renko TP/SL script to ensure the orders trigger correctly. I’ll review the Pine Script v5 code, pinpoint the issue in the order-placement logic, and implement a precise fix without altering the stable parts of the strategy. I’ll add a clear comment explaining the correction for your reference. With 5+ years of experience debugging Pine Script, I’ll deliver a functional solution quickly. Let me know if you’d like to see samples of similar fixes or discuss further details. Thanks, Adegoke. M
$25 USD 3 päivässä
4,4
4,4

Hello, The issue with your Pine Script strategy regarding the take-profit and stop-loss orders not firing is clear. The focus will be on identifying the logic that prevents these orders from being triggered after a position is opened. My approach will involve closely examining the existing order placement code within the Pine Script v5 framework. I'll look for common pitfalls like incorrect order conditions, issues with variable scope, or potential misalignments with the execution logic that could prevent TP and SL from being activated. Additionally, I'll ensure that the conditions for placing these orders align with the Renko chart's structure. Once I implement the necessary changes, I'll include concise comments in the code to clarify the adjustments made, helping you understand the fix. Do you have a specific timeframe in mind for this fix, or are there any other aspects of the strategy you'd like me to consider while I review the code? Best Regards, Danylo
$120 USD 3 päivässä
4,1
4,1

Once more, this is Ivica—an experienced full-stack engineer ready to dive in and overcome challenges with you. I understand your pain point—your Renko TP/SL orders are not triggering when they should be. Given my 6+ years of professional experience in building and shipping production web applications, I can confidently say I have the skills needed to troubleshoot and address the issue. I have an extensive background in programming languages like JavaScript and PHP, and that includes working directly with Pine Script and TradingView. This specific flexibility enabled me to automate business processes as well as integrate different systems. Drawing from that, I am confident that I can pinpoint the issue within your existing script—saving both your time and money by not needing a complete rewrite. In addition to resolving this problem promptly, I assure you a clean, well-documented code at the end of my work. This way, if you want to make any future adjustments or learn from what was modified, that process will be smooth for you. From start to finish, I will make sure your strategy places and executes TP/SL orders accurately on both live chart replay and forward testing. Let's collaborate and together let’s ensure it all works perfectly!
$20 USD 7 päivässä
3,8
3,8

Your Renko TP/SL issue sounds like a classic order execution problem in Pine Script v5. I'll debug the existing strategy code to identify why the take-profit and stop-loss orders aren't firing despite correct entry execution and level plotting. I recently optimized a similar Pine Script strategy on TradingView, backtesting TP/SL combinations across 1,260 scenarios with detailed order execution analysis. Also built MT5 automated trading systems with complex order management logic. You can check out my trading work at ffulb.com. If you can share the current Pine Script code, I can quickly assess what's blocking the order placement and get this fixed. Ready to start once I take a look at your setup.
$25 USD 2 päivässä
3,8
3,8

Hi, I will quickly resolve the issue with your Pine Script strategy regarding the non-triggering TP and SL orders on the traditional Renko chart. With extensive experience in Pine Script v5 and a solid track record in debugging order-placement logic, I can identify and fix the root cause efficiently without rewriting the entire script. I’ll focus on the existing logic to ensure that the TP and SL orders are correctly placed and filled at the predefined levels. My approach will involve a thorough review of the order conditions and execution flow, ensuring that the necessary adjustments are made to achieve the desired functionality. Could you please confirm if there are any specific conditions or scenarios where the TP and SL orders need special handling? I’ll ensure that the updated script includes comments to clarify the changes made for your understanding. I’m ready to start as soon as you share the code, and I estimate a turnaround of 24-48 hours to implement and test the fix. Thank you.
$21,50 USD 7 päivässä
3,0
3,0

Hello, I’ve debugged multiple Pine Script v5 strategies—especially issues with order execution on non-time-based charts like Renko. What you’re describing is a known behavior where TP/SL logic doesn’t trigger due to how TradingView processes synthetic price data and strategy orders. This is typically a quick, surgical fix—not a rewrite. Let's discuss more
$150 USD 1 päivässä
2,6
2,6

I understand the frustrating issue you're experiencing in your Pine Script strategy on TradingView, and I can assure you that resolving it will be my top priority. Being deeply experienced with both Pine Script and TradingView, I have spent over five years developing various indicators and automated trading systems. My expertise isn't limited to only one platform, but I also have a strong hand in MetaTrader 4/5, PHP, and Metatrader language. With a track record filled with multiple achievements in developing successful trading bots, such as Tradingview based Trading Bots (3commas, Alertatron, Aleert, TraderPost), MT4 & MT5 Expert Advisors, Trading Bots (Crypto, Forex, Futures, Stocks) and many more for a wide range of clients. I'm confident in my ability to identify and rectify issues within specific Pine Script strategies just like yours - accurately addressing your TP/SL orders not triggering problem without the need for an extensive overhaul. In conclusion, choosing me to handle your project guarantees not just a prompt turnaround time but also a proficiently updated Pine Script file that includes functional TP/SL logic rooted in my deep understanding of finance. Be assured that upon completion of this task, not only will your TP/SL orders be flawlessly operative but there will also be a brief comment within the code so you can effortlessly grasp what was corrected and perhaps learn from it. Thank you for considering my profile!
$20 USD 7 päivässä
2,4
2,4

Hey , I just finished reading the job description and I see you are looking for someone experienced in JavaScript, PHP, Backtesting, Pine Script, Metatrader, C++ Programming, Financial Markets and Debugging. This is something I can do. Please review my profile to confirm that I have great experience working with these tech stacks. While I have few questions: 1. These are all the requirements? If not, Please share more detailed requirements. 2. Do you currently have anything done for the job or it has to be done from scratch? 3. What is the timeline to get this done? Why Choose Me? Deliver high-quality work with a strong focus on accuracy, efficiency, and client objectives. Maintain a proven record of long-term client satisfaction with consistently positive feedback. Earn 5-star ratings on recent projects, reflecting reliability and clear communication. Work with a structured, detail-oriented approach to ensure timely and accurate delivery. Availability: Full-time freelancer with flexible availability and fast response times (Eastern Time). I will share with you my recent work in the private chat due to privacy concerns! Please start the chat to discuss it further. Regards, Ali
$10 USD 6 päivässä
2,2
2,2

Hi, I can quickly help fix the TP/SL issue in your Pine Script strategy on Renko charts. I’ve worked with Pine Script v5 and understand how order execution can behave differently on non-time-based charts like Renko. I’ll review your current logic, identify why TP/SL orders aren’t triggering, and implement a clean fix so they place and execute correctly during replay and forward testing. I’ll also add brief comments in the code explaining the changes for clarity. Timeline: 1 day Once you share the script, I can start right away. Best regards,
$25 USD 1 päivässä
1,0
1,0

Hello, I understand that you're looking for a prompt fix to your Pine Script strategy for the traditional Renko chart regarding the take-profit and stop-loss orders. It's crucial for your strategy to execute these orders correctly once a position is opened, and I can provide the expertise needed to resolve the issue efficiently. I will carefully analyze your current code and pinpoint the exact cause of the malfunction, ensuring the TP and SL orders trigger as expected. You will receive an updated Pine Script file that includes the corrected logic, along with brief comments to provide insight into the solution. This approach will not only resolve the current issue but also enhance your understanding of the code changes. What specific price levels have you set for your TP and SL orders? Thank you for considering my proposal. I look forward to your response!
$15 USD 1 päivässä
0,0
0,0

Hi, I’m interested in this because it’s a focused debugging task, and I’ve worked on similar issues where strategy logic behaves correctly visually but fails at order execution. From your description, this likely comes down to how orders are defined or triggered in Pine Script, especially with Renko charts where price behavior can affect execution conditions. I’ll review how TP and SL are being set, ensure they are correctly attached to entries, and verify they trigger properly in both replay and forward testing. I’ll keep the fix minimal and precise, and include clear comments explaining exactly what was corrected so you can follow the logic. I can start right away and turn this around quickly once I review the script. Best, Benjamin
$20 USD 1 päivässä
0,0
0,0

I can fix your Pine Script TP/SL logic on Renko charts. I have experience with trading bots and financial automation (built a Polymarket trading bot with 7 strategies). I will debug the take-profit/stop-loss calculation, test on historical data, and deliver within 48 hours. Quick turnaround guaranteed.
$25 USD 2 päivässä
0,0
0,0

Raleigh, United States
Maksutapa vahvistettu
Liittynyt jouluk. 9, 2025
$10-30 USD
$10-30 USD
$10-30 USD
€250-750 EUR
$30-250 USD
$1500-3000 AUD
$2-8 USD/ tunnissa
$30-250 USD
$14-50 NZD
$250-750 USD
₹12500-37500 INR
₹1500-12500 INR
€12-18 EUR/ tunnissa
$60 USD
₹2000-2500 INR
$250-750 USD
$250-750 USD
₹750-1250 INR/ tunnissa
$15-25 USD/ tunnissa
$30-250 USD
$250-750 USD
£20-250 GBP
₹1500-12500 INR