<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[placing limit orders, custom stoploss and exits]]></title><description><![CDATA[<p dir="auto">hi, went thru documentation. however some queries are there . please help me clear these.</p>
<ol>
<li>my strategy involves, buying above some specific price. from what i understand, the oprning price of next day is taken as entry price. but what i want is say take long position only above the high of the previous day. is it possible to do this?</li>
<li>custom stoploss , trailing and target. how to add these? should we edit the <a href="http://exit.py" rel="nofollow ugc">exit.py</a> file? or can we write it directly into strategy?</li>
</ol>
]]></description><link>http://quantiacs.com/community/topic/705/placing-limit-orders-custom-stoploss-and-exits</link><generator>RSS for Node</generator><lastBuildDate>Fri, 15 May 2026 04:41:32 GMT</lastBuildDate><atom:link href="http://quantiacs.com/community/topic/705.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Jul 2025 04:55:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to placing limit orders, custom stoploss and exits on Thu, 31 Jul 2025 11:03:12 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://quantiacs.com/community/uid/3572">@rrgiyer</a> Hi.</p>
<ol>
<li>
<p dir="auto">I'm not sure I understood your question correctly, but most likely <strong>the answer is no</strong>. You have access to today's data, and today the algorithm allocates portions of capital to be invested in assets tomorrow (entry at the opening price), but tomorrow's opening price is unknown today. You can't look into the future.</p>
</li>
<li>
<p dir="auto">It's better to define your own functions directly within your strategy. If you need to use existing functions but want to modify them, just copy the code and change it inside your strategy. Do not modify the library's standard files — they will be reset to default values.</p>
</li>
</ol>
<p dir="auto">If you’ve noticed, there’s now an AI assistant in the documentation where you can ask similar questions: <a href="https://quantiacs.com/documentation/en/" rel="nofollow ugc">https://quantiacs.com/documentation/en/</a><br />
The answers may vary slightly depending on whether you are logged in to the platform or not. I’ve found that it works quite well for me.</p>
]]></description><link>http://quantiacs.com/community/post/1996</link><guid isPermaLink="true">http://quantiacs.com/community/post/1996</guid><dc:creator><![CDATA[Vyacheslav_B]]></dc:creator><pubDate>Thu, 31 Jul 2025 11:03:12 GMT</pubDate></item></channel></rss>