<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Bollinger Bands Archives - Vahrokh Vain</title>
	<atom:link href="https://www.vahrokh.com/tag/bollinger-bands/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.vahrokh.com/tag/bollinger-bands/</link>
	<description>Games, trading, programming, software, finance. EvE Online trading and economy</description>
	<lastBuildDate>Tue, 27 Jan 2015 00:51:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.8</generator>
	<item>
		<title>Technical Analysis applied to EvE Online markets</title>
		<link>https://www.vahrokh.com/2015/01/2015-01-26-technical-analysis-eve-online-markets/</link>
		
		<dc:creator><![CDATA[Vaerah Vahrokha]]></dc:creator>
		<pubDate>Mon, 26 Jan 2015 23:46:39 +0000</pubDate>
				<category><![CDATA[EvE Online]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Market analyses]]></category>
		<category><![CDATA[Bollinger Bands]]></category>
		<category><![CDATA[MACD]]></category>
		<category><![CDATA[market analysis]]></category>
		<category><![CDATA[RSI]]></category>
		<category><![CDATA[technical analysis]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Vaerah Vahrokha]]></category>
		<guid isPermaLink="false">https://www.vahrokh.com/?p=3926</guid>

					<description><![CDATA[<p>Technical Analysis applied to EvE Online markets: most EvE Online analyses presented on this website are based on Price Action. This time we explore the classic Technical Analysis approach.</p>
<p>The post <a href="https://www.vahrokh.com/2015/01/2015-01-26-technical-analysis-eve-online-markets/">Technical Analysis applied to EvE Online markets</a> appeared first on <a href="https://www.vahrokh.com">Vahrokh Vain</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Technical Analysis applied to EvE Online markets</h2>
~<span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10000"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10001"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10002"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10003"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10004"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10005"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10006"><span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-10007">1</span></span></span></span></span></span></span></span>~
<p style="text-align: justify;">This website has produced a lot of EvE Online markets analyses. Actually, so many of them that without any particular SEO arrangements, this website Google ranks first worldwide for terms like: &#8220;eve online nitrogen isotopes market analysis&#8221;.<br />However, in all this time I have never covered one specific kind of markets analysis: the classic Technical Analysis applied to EvE Online markets.</p>
<p style="text-align: justify;">I have to admit, I have tried this kind of approach some years ago in real life trading and it did not fit me well. But I am not going to impose my style and preference on anybody else. I am fairly sure nobody (cares to) recall my original &#8220;<a href="http://oldforums.eveonline.com/?a=topic&amp;threadID=1375714" target="_blank">Experiment #01: RL finance analysis applied to EvE</a>&#8221; forum thread. That thread had a lot of experimenting inside it (hence the name!), including analyzing the markets with indicators such as MACD, RSI, Bollinger Bands and so on. I went so far to attempt setting up a dedicated service about charts and indicators, see this &#8220;<a href="http://oldforums.eveonline.com/?a=topic&amp;threadID=1502705" target="_blank">Experiment #03 On demand game market data and graphs</a>&#8221; thread.</p>
<p style="text-align: justify;">Some years later, technology has advanced and now it&#8217;s not necessary to painfully import CSV data into Excel sheets and graphs any longer. It&#8217;s become easier and classic technical analysis with indicators may be done with the same real life trading charting software I use for my price action analyses.<br /><br /></p>
<h2 style="text-align: justify;">Getting started</h2>
<h4 style="text-align: justify;">Obtain EvE Online market data</h4>
<p style="text-align: justify;">Most of the process to get you started is the same I have described for the Price Action based analyses.</p>
<p style="text-align: justify;">What&#8217;s important is that you end up with valid <span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-0">OHLC</span> data. I stress on &#8220;valid&#8221; because charting applications tend to behave very bad when fed inconsistent data, like in example data containing rows where the high is less than the low.</p>
<p style="text-align: justify;">The easiest way to get such data, at the moment, is to use my EvEMarketHistoryDump application and export the EvE Online client cached market data.</p>
<p style="text-align: justify;">In a while, new REST / CREST based applications making use of the <a href="https://developers.eveonline.com/blog/article/nom-nom-tastey-market-data" target="_blank">EvE markets REST data export API</a>, will allow to fetch data with no &#8220;home made&#8221; cache scraping software.</p>
<p style="text-align: justify;">Regardless of how you obtained the data, make sure it&#8217;s in <span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-0">OHLC</span> format. Here is a sample of some rows in the appropriate format:</p>
<p>Date is in YYYY-MM-DD format, Open, High, Low, Close, Volume. Commas and decimal separators must be as in the example.</p>
<pre style="text-align: justify;">2015-01-01,822.01,838.00,821.00,837.84,70366759
2015-01-02,837.84,839.33,829.12,838.00,55091194
2015-01-03,838.00,839.34,818.00,838.22,75663537
2015-01-04,838.22,866.95,830.00,847.74,58610231
2015-01-05,847.74,863.88,836.25,836.55,94853715
2015-01-06,836.55,861.83,823.05,832.40,95192856
2015-01-07,832.40,835.93,811.05,812.00,49239579
2015-01-08,812.00,825.00,810.01,820.00,63271212
2015-01-09,820.00,827.64,801.43,809.88,98574290
2015-01-10,809.88,824.88,809.88,819.95,74354274</pre>
<p style="text-align: justify;"></p>
<h4 style="text-align: justify;">Getting the data by using Vahrokh.com own facilities and software</h4>
<p style="text-align: justify;">I have described how to scrape the EvE Online client cached market data in previous articles. Most of what follows need to be done only once. Here&#8217;s a brief list:</p>
<ul>
	<li style="text-align: justify;">Read this tutorial about <a href="https://www.vahrokh.com/2012/07/market-auto-caching-igb-page/" target="_blank">how to setup your EvE Online in game browser and market window</a> and how to use the special web page that lets you automatically browser through many EvE Online items so they get stored in your client cache. Skip the beginning part, talking about EvEMarketeer Uploader and go directly to the &#8220;Usage&#8221; numbered list.</li>
	<li style="text-align: justify;">Download, install and use my free <a href="https://www.vahrokh.com/2012/11/evemarkethistorydump/" target="_blank">EvEMarketHistoryDump</a> software. The link points to download location and step by step tutorial.</li>
</ul>
<p>At this point you&#8217;ll have a series of CSV files available. Among them you&#8217;ll see files with names similar to:</p>
<pre style="text-align: justify;">Nitrogen Isotopes-OHLC_XLS-The Forge.csv</pre>
<pre style="text-align: justify;">Nitrogen Isotopes-<span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-0">OHLC</span>-Yahoo_EODThe Forge.csv</pre>
<pre style="text-align: justify;">Nitrogen Isotopes-<span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-0">OHLC</span>-YMDThe Forge.csv</pre>
<pre style="text-align: justify;">Nitrogen Isotopes-The Forge.csv</pre>
<p style="text-align: justify;">You have to select one of these files per item. The correct file is the one with: &#8220;YMD&#8221; in the name, in this example: &#8220;Nitrogen Isotopes-<span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-0">OHLC</span>-YMDThe Forge.csv&#8221;.</p>
<p style="text-align: justify;">Next, download the free version of MultiCharts® <span class="explanatory-dictionary-highlight" data-definition="explanatory-dictionary-definition-5">Discretionary</span> Trader<img src="https://s.w.org/images/core/emoji/14.0.0/72x72/2122.png" alt="™" class="wp-smiley" style="height: 1em; max-height: 1em;" />, a professional trading platform and charting solution. To do this, <a href="https://www.vahrokh.com/2012/02/appendix-setting-up-trading-platform-simulator/" target="_blank">please follow the instructions detailed here</a>.</p>
<p style="text-align: justify;">Finally, install the software as shown in great detail in <a href="https://www.vahrokh.com/2011/12/how-to-import-eve-market-data-in-trading-platform/" target="_blank">this tutorial</a>.</p>
<p style="text-align: justify;">If you have followed all the instructions steps and you loaded in example Nitrogen Isotopes, you shall see something like this:</p>
<p style="text-align: center;"></p>

<figure style="width: 1418px" class="wp-caption aligncenter"><a href="http://i.imgur.com/xp9fQcY.png" target="_blank" class="broken_link"><img fetchpriority="high" decoding="async" class="" src="http://i.imgur.com/xp9fQcY.png" alt="Nitrogen Isotopes example" width="1418" height="692" /></a><figcaption class="wp-caption-text">Nitrogen Isotopes example</figcaption></figure>
<p style="text-align: center;"></p>
<p style="text-align: justify;">Congratulations! Now you have a functional setup like the one I use.</p>
<p style="text-align: justify;"><p>The post <a href="https://www.vahrokh.com/2015/01/2015-01-26-technical-analysis-eve-online-markets/">Technical Analysis applied to EvE Online markets</a> appeared first on <a href="https://www.vahrokh.com">Vahrokh Vain</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Object Caching 0/262 objects using APC
Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.vahrokh.com @ 2026-06-21 23:11:16 by W3 Total Cache
-->