<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Форум QUIK [тема: Линия открытия рынка]</title>
		<link>http://forum.quik.ru</link>
		<description>Новое в теме Линия открытия рынка форума  на сайте Форум QUIK [forum.quik.ru]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Tue, 07 Apr 2026 16:40:21 +0300</pubDate>
		<item>
			<title>Линия открытия рынка</title>
			<description><![CDATA[<b><a href="http://forum.quik.ru/messages/forum10/message20084/topic2245/">Линия открытия рынка</a></b> <i>Линия открытия рынка</i> в форуме <a href="http://forum.quik.ru/forum10/">Программирование на языке Lua</a>. <br />
			Почему-то не на всех копиях квика заработало, поэтому еще переписал:<br /><br />Settings =<br />{ &nbsp; Name = &quot;Day Open Price&quot;,<br /> &nbsp; &nbsp; line =<br /> &nbsp; &nbsp; { &nbsp; &nbsp;{ Name = &quot;Open&quot;,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Color = 0xd7ff,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Type = TYPE_POINT,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Width = 2<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br /> &nbsp; &nbsp; }<br />}<br /><br />function Init()<br />	return #Settings.line<br />end<br /><br />price_begin_day = nil <br /><br />function OnCalculate(indx)<br />	-- если новый день, то сохраняем цену начала дня<br />	if T(indx).hour &lt;= 10 and T(indx).min == 0 then<br />		price_begin_day = O(indx)<br />	end<br />	return price_begin_day<br />end <br />
			<i>09.11.2016 18:06:13, Sergey Denegin.</i>]]></description>
			<link>http://forum.quik.ru/messages/forum10/message20084/topic2245/</link>
			<guid>http://forum.quik.ru/messages/forum10/message20084/topic2245/</guid>
			<pubDate>Wed, 09 Nov 2016 18:06:13 +0300</pubDate>
			<category>Программирование на языке Lua</category>
		</item>
		<item>
			<title>Линия открытия рынка</title>
			<description><![CDATA[<b><a href="http://forum.quik.ru/messages/forum10/message20081/topic2245/">Линия открытия рынка</a></b> <i>Линия открытия рынка</i> в форуме <a href="http://forum.quik.ru/forum10/">Программирование на языке Lua</a>. <br />
			Т.к. идея понравилась, подправил предложенный скрипт. Вот результат:<br /><br />Settings =<br />{ &nbsp; Name = &quot;Day Open Price&quot;,<br /> &nbsp; &nbsp; line =<br /> &nbsp; &nbsp; { &nbsp; &nbsp;{ Name = &quot;Open&quot;,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Color = 0xd7ff,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Type = TYPE_POINT,<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Width = 2<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }<br /> &nbsp; &nbsp; }<br />}<br /><br />function Init()<br /> &nbsp; &nbsp; return #Settings.line<br />end<br /><br />function OnCalculate(indx)<br /> &nbsp; local dt = T(indx)<br />	-- если новйы день, то сохраняем цену начала дня<br />	if dt.day ~= last_day then<br />		prece_begin_day = O(indx)<br />		last_day = dt.day<br />	end<br /> &nbsp; return prece_begin_day<br />end <br />
			<i>09.11.2016 17:20:15, Sergey Denegin.</i>]]></description>
			<link>http://forum.quik.ru/messages/forum10/message20081/topic2245/</link>
			<guid>http://forum.quik.ru/messages/forum10/message20081/topic2245/</guid>
			<pubDate>Wed, 09 Nov 2016 17:20:15 +0300</pubDate>
			<category>Программирование на языке Lua</category>
		</item>
		<item>
			<title>Линия открытия рынка</title>
			<description><![CDATA[<b><a href="http://forum.quik.ru/messages/forum10/message20079/topic2245/">Линия открытия рынка</a></b> <i>Линия открытия рынка</i> в форуме <a href="http://forum.quik.ru/forum10/">Программирование на языке Lua</a>. <br />
			Приведенный индикатор почему-то не работает - выдает сплошную линию (вернее из точек) на цене НОЛЬ! <br />
			<i>09.11.2016 16:58:36, Sergey Denegin.</i>]]></description>
			<link>http://forum.quik.ru/messages/forum10/message20079/topic2245/</link>
			<guid>http://forum.quik.ru/messages/forum10/message20079/topic2245/</guid>
			<pubDate>Wed, 09 Nov 2016 16:58:36 +0300</pubDate>
			<category>Программирование на языке Lua</category>
		</item>
		<item>
			<title>Линия открытия рынка</title>
			<description><![CDATA[<b><a href="http://forum.quik.ru/messages/forum10/message19985/topic2245/">Линия открытия рынка</a></b> <i>Линия открытия рынка</i> в форуме <a href="http://forum.quik.ru/forum10/">Программирование на языке Lua</a>. <br />
			<br />====quote====<br /><a class="blog-p-user-name" id="bp_HNrQ7iWg" href="/user/47/" bx-tooltip-user-id="47"><noindex><a href="mailto:s_mike@rambler.ru" target="_blank" rel="nofollow">s_mike@rambler.ru</a></noindex></a> написал:<br /> <noindex><a href="http://www.bot4sale.ru/blog-menu/qlua/spisok-statej/505-day-open.html" target="_blank" rel="nofollow">Берите</a></noindex> <br />=============<br />огромное спасибо, осталось понять как сделать что б оно заработало <br />
			<i>03.11.2016 20:19:18, Игорь Акименко.</i>]]></description>
			<link>http://forum.quik.ru/messages/forum10/message19985/topic2245/</link>
			<guid>http://forum.quik.ru/messages/forum10/message19985/topic2245/</guid>
			<pubDate>Thu, 03 Nov 2016 20:19:18 +0300</pubDate>
			<category>Программирование на языке Lua</category>
		</item>
		<item>
			<title>Линия открытия рынка</title>
			<description><![CDATA[<b><a href="http://forum.quik.ru/messages/forum10/message19976/topic2245/">Линия открытия рынка</a></b> <i>Линия открытия рынка</i> в форуме <a href="http://forum.quik.ru/forum10/">Программирование на языке Lua</a>. <br />
			<noindex><a href="http://www.bot4sale.ru/blog-menu/qlua/spisok-statej/505-day-open.html" target="_blank" rel="nofollow">Берите</a></noindex> <br />
			<i>03.11.2016 12:21:45, s_mike@rambler.ru.</i>]]></description>
			<link>http://forum.quik.ru/messages/forum10/message19976/topic2245/</link>
			<guid>http://forum.quik.ru/messages/forum10/message19976/topic2245/</guid>
			<pubDate>Thu, 03 Nov 2016 12:21:45 +0300</pubDate>
			<category>Программирование на языке Lua</category>
		</item>
		<item>
			<title>Линия открытия рынка</title>
			<description><![CDATA[<b><a href="http://forum.quik.ru/messages/forum10/message19975/topic2245/">Линия открытия рынка</a></b> <i>Линия открытия рынка</i> в форуме <a href="http://forum.quik.ru/forum10/">Программирование на языке Lua</a>. <br />
			Здравствуйте. Не нашел реализации в интернете. С программированием не дружу особо по этому ищу поддержку,может кто подскажет или поможет, что сообственно нужно: необходимо горизонтальный отрезок который рисуется с начала сегодняшнего торгового дня до закрытия, и что бы не влиял на смену ТФ и принадлежал только текущему дню( свече, бару). <br />
			<i>03.11.2016 10:57:05, Игорь Акименко.</i>]]></description>
			<link>http://forum.quik.ru/messages/forum10/message19975/topic2245/</link>
			<guid>http://forum.quik.ru/messages/forum10/message19975/topic2245/</guid>
			<pubDate>Thu, 03 Nov 2016 10:57:05 +0300</pubDate>
			<category>Программирование на языке Lua</category>
		</item>
	</channel>
</rss>
