<?xml version="1.0" encoding="UTF-8"?>
<feed xml:lang="en-US" xmlns="http://www.w3.org/2005/Atom">
	<title>Сообщения от voland100 - HAMAHA  Биткоин форум. Торговля на бирже</title>
	<id>tag:hamaha.net,fed84ffb9b51e1b2752151b9701a05eb</id>
	<link href="/rss/username:voland100" rel="self" />
	<link href="https://hamaha.net/voland100" rel="alternate" type="text/html" />
	<subtitle>Сообщения от voland100 - HAMAHA  Биткоин форум. Торговля на бирже</subtitle>
	<updated>2012-08-25T08:53:10+04:00</updated>
	<entry>
		<title>voland100: Прога для линковки Thinkorswim и ROX</title>
		<id>tag:hamaha.net,2012-08-25T08:53:10+04:00,108f61516f10f1974db05f261e243640</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:230978/voland100-Прога_для_линковки_Thinkorswim_и_ROX.html" />
		<content type="html"> voland100:Прога для линковки thinkorswim и ROXSmartAppleLinker.exe</content>
		<published>2012-08-25T08:53:10+04:00</published>
		<updated>2012-08-25T08:53:10+04:00</updated>
	</entry>
	<entry>
		<title>voland100: Здравствуйте. Пользуюсь формуло</title>
		<id>tag:hamaha.net,2012-06-07T11:10:05+04:00,5dd7bb85f233b2768bcc419178944974</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:195855/voland100-Здравствуйте__Пользуюсь_формулой_для_t.html" />
		<content type="html"> voland100:Здравствуйте. Пользуюсь формулой для thinkorswim которая показывает уровни, по типу чашек с ручками и треугольники - plot hi = (highest(high,120)[5]+0.01)- close &amp;lt;=0.05 and (highest(high,120)[5]+0.01) &amp;gt;=highest (high, 6) or close - (lowest(low, 120)[5]-0.01) &amp;lt;=0.05 and (lowest(low, 120)[5]-0.01) &amp;lt;=lowest (low,6); AssignBackgroundColor (if (highest(high,120)[5]+0.01)- close &amp;lt;=0.02 and (highest(high,120)[5]+0.01) &amp;gt;=highest (high, 6) then color.GREEN else if close - (lowest(low, 120)[5]-0.01) &amp;lt;=0.02 and (lowest(low, 120)[5]-0.01) &amp;lt;=lowest (low,6) then color.RED else color.BLACK); Где 120 - число баров в формуле(можно менять), (high, 6)- число баров в базе(можно менять), &amp;lt;=0.02 - при достижении 2 центов до уровня подсвечивает(можно менять). Агригейшн на усмотрение. Возможно ли ее переделать, чтобы подсвечивала только 100 и 50 центовые уровни? А то слишком много ненужного начинает подсвечивать. И еще- возможно ли сделать так, чтобы подсвечивало 1-3 цента после пробоя, а не до пробоя? Прилагаю скрины на которых показаны ситуации отвечающие пожеланиям.</content>
		<published>2012-06-07T11:10:05+04:00</published>
		<updated>2012-06-07T11:10:05+04:00</updated>
	</entry>
	<entry>
		<title>voland100: Разобрался. def basep = (if (((low[0] == low[1]) </title>
		<id>tag:hamaha.net,2012-05-30T21:54:27+04:00,a61d715c4916af4769866d0228d33da9</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:191159/voland100-Разобрался__def_basep___(if_(((low_0_____low_1__and_(low_2.html" />
		<content type="html"> voland100:Разобрался. def basep = (if (((low[0] == low[1]) and (low[2] == low[1]) and (low[2] == low[3]))or((high[0] == high [1]) and (high[2] == high[1]) and (high[2] == high[3]))) then 0 else 1);Plot base = (if(basep == 0) and ((low[1] == (Ceil(low[1]4))/4)or(high[1] == (Ceil(high[1]4))/4)) then 0 else 1); AssignBackgroundColor(if (base == 0) and ((low[1] == (Ceil(low[1]4))/4)or(high[1] == (Ceil(high[1] 4))/4)) then Color.green else Color.black); Подсвечивает 100, 50 и 25центовые уровни</content>
		<published>2012-05-30T21:54:27+04:00</published>
		<updated>2012-05-30T21:54:27+04:00</updated>
	</entry>
	<entry>
		<title>voland100: Здравствуйте. Можно ли в формуле</title>
		<id>tag:hamaha.net,2012-05-30T10:11:51+04:00,1aea8c86c4bae1291398082b7fe72961</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:190704/voland100-Здравствуйте__Можно_ли_в_формуле_уровн.html" />
		<content type="html"> voland100:Здравствуйте. Можно ли в формуле уровней def basep = (if (((low[0] == low[1]) and (low[2] == low[1]) and (low[2] == low[3]))or((high[0] == high [1]) and (high[2] == high[1]) and (high[2] == high[3]))) then 0 else 1); Plot base = (if(basep == 0) and ( ((low[1] == (Ceil(low[1]2))/2)or(high[1] == (Ceil(high[1]2))/2)) or ((low[1] == (Ceil(low[1]10))/10)or(high[1] == (Ceil(high[1]10))/10))) then 0 else 1); AssignBackgroundColor(if (base == 0) and ((low[1] == (Ceil(low[1]2))/2)or(high[1] == (Ceil(high[1] 2))/2)) then Color.red else if (base == 0) and ((low[1] == (Ceil(low[1]10))/10)or(high[1] == (Ceil (high[1]10))/10)) then Color.green else Color.black); сделать так, чтобы подсвечивало уровни 25 центов</content>
		<published>2012-05-30T10:11:51+04:00</published>
		<updated>2012-05-30T10:11:51+04:00</updated>
	</entry>
	<entry>
		<title>voland100: Здравствуйте. Пользуюсь формуло</title>
		<id>tag:hamaha.net,2012-05-16T20:25:59+04:00,f0431d661ccd904e31a7d1024bffb809</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:185054/voland100-Здравствуйте__Пользуюсь_формулой_для_t.html" />
		<content type="html"> voland100:Здравствуйте. Пользуюсь формулой для thinkorswim которая показывает уровни, по типу чашек с ручками и треугольники - plot hi = (highest(high,120)[5]+0.01)- close &amp;lt;=0.05 and (highest(high,120)[5]+0.01) &amp;gt;=highest (high, 6) or close - (lowest(low, 120)[5]-0.01) &amp;lt;=0.05 and (lowest(low, 120)[5]-0.01) &amp;lt;=lowest (low,6); AssignBackgroundColor (if (highest(high,120)[5]+0.01)- close &amp;lt;=0.02 and (highest(high,120)[5]+0.01) &amp;gt;=highest (high, 6) then color.GREEN else if close - (lowest(low, 120)[5]-0.01) &amp;lt;=0.02 and (lowest(low, 120)[5]-0.01) &amp;lt;=lowest (low,6) then color.RED else color.BLACK); Возможно ли ее переделать, чтобы подсвечивала только 100 и 50 центовые уровни?</content>
		<published>2012-05-16T20:25:59+04:00</published>
		<updated>2012-05-16T20:25:59+04:00</updated>
	</entry>
	<entry>
		<title></title>
		<id>tag:hamaha.net,2012-02-17T07:16:43+04:00,f9a8e88c33b2d1bd899649bd06257cf5</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:153962/voland100-.html" />
		<content type="html"> voland100:Здравствуйте. Возможно ли немного переделать формулу thinkorswim которая показывает уровни, по типу чашек с ручками и треугольники - plot hi = (highest(high,120)[5]+0.01)- close &amp;lt;=0.05 and (highest(high,120)[5]+0.01) &amp;gt;=highest (high, 6) or close - (lowest(low, 120)[5]-0.01) &amp;lt;=0.05 and (lowest(low, 120)[5]-0.01) &amp;lt;=lowest (low,6); AssignBackgroundColor (if (highest(high,120)[5]+0.01)- close &amp;lt;=0.02 and (highest(high,120)[5]+0.01) &amp;gt;=highest (high, 6) then color.GREEN else if close - (lowest(low, 120)[5]-0.01) &amp;lt;=0.02 and (lowest(low, 120)[5]-0.01) &amp;lt;=lowest (low,6) then color.RED else color.BLACK); Подсвечивает при приближении цены к уровню. Есть ли возможность сделать так, чтобы подсвечивало когда цена вышла за уровень и находится в пределах 1-3 центов?</content>
		<published>2012-02-17T07:16:43+04:00</published>
		<updated>2012-02-17T07:16:43+04:00</updated>
	</entry>
	<entry>
		<title>voland100: Спасибо за формулу,я её использу</title>
		<id>tag:hamaha.net,2012-01-24T15:17:23+04:00,211a8637ea5ed091e3f135698dd70abe</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:143012/voland100-.html" />
		<content type="html"> voland100:Спасибо за формулу,я её использую.Но возможно ли сделать формулу с подсветкой выхода из базы,если это не дневной максимум или минимум.</content>
		<published>2012-01-24T15:17:23+04:00</published>
		<updated>2012-01-24T15:17:23+04:00</updated>
	</entry>
	<entry>
		<title>voland100: Здравствуйте.Возможно ли в thinkorsw</title>
		<id>tag:hamaha.net,2012-01-24T12:57:15+04:00,c2ee5d57d92ffb8cfa6cce1a32192536</id>
		<link rel="alternate" type="text/html" href="https://hamaha.net/view/post:143005/voland100-Здравствуйте_Возможно_ли_в_thinkorswim_реал.html" />
		<content type="html"> voland100:Здравствуйте.Возможно ли в thinkorswim реализовать формулу,которая будет подсвечивать базы,если это не максимум-минимум дня,как показано на скрине?</content>
		<published>2012-01-24T12:57:15+04:00</published>
		<updated>2012-01-24T12:57:15+04:00</updated>
	</entry>
</feed>

