<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
	<title>Сообщения от MarketCodeLab - HAMAHA  Биткоин форум. Торговля на бирже</title>
	<id>tag:hamaha.net,9c1716989827118cb1e30c78c18993e8</id>
	<link href="/rss/username:MarketCodeLab" rel="self" />
	<link href="https://hamaha.net/MarketCodeLab" rel="alternate" type="text/html" />
	<subtitle>Сообщения от MarketCodeLab - HAMAHA  Биткоин форум. Торговля на бирже</subtitle>
	<updated>2015-07-25T18:57:14+03:00</updated>
	<entry>
		<title></title>
		<id>tag:hamaha.net,2015-07-25T18:57:14+03:00,0256074e1a2a196d10837307742f7473</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:562304/MarketCodeLab-Формула_для_thinkprswim__которая_идентифици.html" />
		<content type="html"> MarketCodeLab:Формула для thinkprswim, которая идентифицирует нахождение цены около уровней - максимум дня, минимум дня, открытие дня и вчерашнее закрытие: def iLowDay = (if (absValue(low( getSymbol(),&amp;quot;Day&amp;quot[1]- close[0])&amp;lt;0.05) then 1 else 0); def iHighDay = (if (absValue(high( getSymbol(),&amp;quot;Day&amp;quot[1]-close[0])&amp;lt;0.05) then 1 else 0); def iCloseDay = (if (absValue(close(getSymbol(),&amp;quot;Day&amp;quot[1]-close[0])&amp;lt;0.05) then 1 else 0); def iOpenDay = (if (absValue(open(getSymbol(),&amp;quot;Day&amp;quot[0]-close[0])&amp;lt;0.05) then 1 else 0); plot Out = if iOpenDay then 1 else if iCloseDay then 2 else if iHighDay then 3 else if iLowDay then 4 else 100; AssignBackgroundColor (if (Out == 1) then Color.LIGHT_GREEN else if (Out == 2) then Color.LIGHT_RED else if (Out == 3) then Color.blue else if (Out == 4) then Color.yellow else Color.black);Svetofor2.txt</content>
		<published>2015-07-25T18:57:14+03:00</published>
		<updated>2015-07-25T18:57:14+03:00</updated>
	</entry>
</feed>

