<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forex Software — Generator checking with more than one pair]]></title>
	<link rel="self" href="https://forexsb.com/forum/feed/atom/topic/3060/" />
	<updated>2012-11-19T14:15:11Z</updated>
	<generator>PunBB</generator>
	<id>https://forexsb.com/forum/topic/3060/generator-checking-with-more-than-one-pair/</id>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/17122/#p17122" />
			<content type="html"><![CDATA[<p>As the last post on this thread was March, just wondered if any of the posters came to conclusions about the validity of this approach ?&nbsp; In other words, were the found strategies more robust and did you feel it was worthwhile &quot;stitching&quot; multiple datasets together ?</p>]]></content>
			<author>
				<name><![CDATA[rjay]]></name>
				<uri>https://forexsb.com/forum/user/2092/</uri>
			</author>
			<updated>2012-11-19T14:15:11Z</updated>
			<id>https://forexsb.com/forum/post/17122/#p17122</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/13230/#p13230" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>dusktrader wrote:</cite><blockquote><p>....</p><p>The current stitching works by gluing an entire dataset to its next dataset. Another way that would be interesting to test would work like this:</p><p>bar1: EURUSD<br />bar2: USDCHF<br />bar3: GBPUSD<br />bar4: USDJPY<br />bar5: EURUSD ...</p><p>...</p></blockquote></div><p>How about blocks of bars at a time? The analogy I&#039;m thinking of is when DJ&#039;s mix songs, they mix sets of notes from each song together, not individual notes, they preserve some pattern characteristic of the source song. I wonder if a single-bar mixing would remove the anomalies and non-random patterns from naturally occurring datasets? Interesting to research.</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2012-03-15T23:20:23Z</updated>
			<id>https://forexsb.com/forum/post/13230/#p13230</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/13220/#p13220" />
			<content type="html"><![CDATA[<p>Another variation I want to try will be interposing data bars.</p><p>In the example I posted, I noticed they are in this order: EURUSD, GBPUSD, USDCHF, USDJPY</p><p>perhaps I should have alternated them to be: EURUSD, USDCHF, GBPUSD, USDJPY so that the dollar-strength would be more equally distributed.</p><p>The current stitching works by gluing an entire dataset to its next dataset. Another way that would be interesting to test would work like this:</p><p>bar1: EURUSD<br />bar2: USDCHF<br />bar3: GBPUSD<br />bar4: USDJPY<br />bar5: EURUSD ...</p><p>Between each bar would be the normalized actual movement in pips. The theory being that the strategy would have to be robust enough to deal with any type of movement, at any given time.</p><p>We should also test synthetic data formats on a specific group of non-correlated pairs.</p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-03-15T16:57:38Z</updated>
			<id>https://forexsb.com/forum/post/13220/#p13220</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/13216/#p13216" />
			<content type="html"><![CDATA[<p>I finally got around to working on this project. It percolated for awhile in my head and then I fought with it for awhile (I&#039;m not really a programmer, just a wannabe lol). But I feel pretty confident that this data is correct now. In my slavejob I do a lot of data-processing, so this is like a fun puzzle to me.</p><p>I&#039;m attaching the stitched (synthetic) data that contains the following:<br /></p><ul><li><p>exactly 7 weeks of EURUSD m1 beginning Sunday 1/8/2012 @ 23:00 GMT</p></li><li><p>exactly 7 weeks of GBPUSD m1 data</p></li><li><p>exactly 7 weeks of USDCHF m1 data</p></li><li><p>exactly 7 weeks of USDJPY m1 data ending Friday 7/20/2012 @ 21:59 GMT</p></li></ul><p>There are 197691 bars in this synthetic dataset. Pricing has been normalized so that between seams the data MOVEMENT integrity remains (price is shifted accordingly). Yen pairs are divided by 100 before normalizing. I worked very hard on this normalizing portion to ensure that it was &quot;correct&quot; and takes into account ONLY the pip movement of the pairs, which is the most important aspect I think.</p><p>I&#039;m attaching a screenshot here as well showing the Generator chugging. This strategy is not &quot;good enough&quot; yet, but you can see the price curve in background (light grey line) looks normal.</p><p>Next steps for me:<br /></p><ul><li><p>Find a good strategy with Generator</p></li><li><p>Test strategy on non-synthetic (ie real life) data for these pairs, compare stats</p></li></ul><p>I believe this will be a good test to prove or disprove the theory that a strategy generated with synthetic-stitched data is useful.</p><p>Shortly thereafter, I plan to tweak the code a little and do that other variation I mentioned above. In that scenario, I will merge the data across all datasets per minute. I think I will probably average the data for each bar. Resultant synthetic bars should be about 50,000. There will be some issues to deal with, such as missing bars in one of the datasets.</p><div class="codebox"><pre><code>&lt;?php
//stitch together data sequentially
//FSB probably doesn&#039;t care about weekends or leapyear, so don&#039;t worry about this for now
//prerequisite: ensure all datasets begin/end at exactly start/end of week

//login to database
$linkid = @mysql_connect(&quot;localhost&quot;, &quot;root&quot;, &quot;&quot;) or trigger_error(mysql_error(), E_USER_ERROR);
mysql_select_db(&quot;dusktrader&quot;, $linkid);
$stitched = array(); //holds all stitched, time-shifted bar data
$i=1; //array index, keeps track of stitched bars

//datasets to stitch together, each set prepared with exactly 7 weeks of data
processdata(&#039;eurusd_m1&#039;, 0); //EURUSD not shifted
processdata(&#039;gbpusd_m1&#039;, 7);
processdata(&#039;usdchf_m1&#039;, 14);
processdata(&#039;usdjpy_m1&#039;, 21);

//insert stitched data to MySQL (easy to export from MySQL in FSB-ready format)
print &quot;$i bars processed&lt;br&gt;&quot;;
$j=1;
while ($j &lt; $i)
   {
   $sql = &quot;INSERT INTO stitched_m1 &quot; .
      &quot;(feeddate, feedtime, open, high, low, close, vol) &quot; .
      &quot;VALUES (&quot; .
      &quot;&#039;&quot;.$stitched[$j][&#039;feeddate&#039;].&quot;&#039;,&quot; .
      &quot;&#039;&quot;.$stitched[$j][&#039;feedtime&#039;].&quot;&#039;,&quot; .
      $stitched[$j][&#039;open&#039;].&quot;,&quot; .
      $stitched[$j][&#039;high&#039;].&quot;,&quot; .
      $stitched[$j][&#039;low&#039;].&quot;,&quot; .
      $stitched[$j][&#039;close&#039;].&quot;,&quot; .
      $stitched[$j][&#039;vol&#039;] .
      &quot;);&quot;;
   $resultid = mysql_query($sql, $linkid);
   $j++;
   }

exit;


//read and process bar data from an existing table
//shiftweeks specifies the amount of calendar weeks data will be shifted
//from the original feeddate/feedtime
function processdata($table, $shiftweeks)
   {
   global $linkid, $stitched, $i, $prevclose;   
   
   //get initial opening value so we can calculate the difference
   $sql = &quot;SELECT open FROM $table WHERE id=1&quot;; //first record
   $resultid = mysql_query($sql, $linkid);
   $resulttext = mysql_fetch_object($resultid);
   if (floatval($resulttext-&gt;open) &gt; 10) $divisor = 100; else $divisor = 1; //divide Yen pair values by 100
   $open = floatval($resulttext-&gt;open) / $divisor;
   if (!$prevclose) $prevclose = $open; //synthetic data start point
   if ($open &gt; $prevclose) $difference = ($open - $prevclose) * -1;
      else $difference = $prevclose - $open;
   
   //loop through all data with price normalizing and time shifting
   $sql = &quot;SELECT * FROM $table&quot;; // ******** APPLY LIMIT HERE for testing
   $resultid = mysql_query($sql, $linkid);
   while($resulttext = mysql_fetch_object($resultid))
      {
      $open = floatval($resulttext-&gt;open) / $divisor;
      $high = floatval($resulttext-&gt;high) / $divisor;
      $low = floatval($resulttext-&gt;low) / $divisor;
      $close = floatval($resulttext-&gt;close) / $divisor;
      $timeshifted = timeshift($resulttext-&gt;feeddate, $resulttext-&gt;feedtime, $shiftweeks);
      $stitched[$i][&#039;table&#039;] = $table;
      $stitched[$i][&#039;feeddate&#039;] = $timeshifted[&#039;feeddate&#039;];
      $stitched[$i][&#039;feedtime&#039;] = $timeshifted[&#039;feedtime&#039;];
      $stitched[$i][&#039;open&#039;] = ($open + $difference);
      $stitched[$i][&#039;high&#039;] = ($high + $difference);
      $stitched[$i][&#039;low&#039;] = ($low + $difference);
      $stitched[$i][&#039;close&#039;] = ($close + $difference);
      $stitched[$i++][&#039;vol&#039;] = $resulttext-&gt;vol;
      }
   $prevclose = $close + $difference; //to be used on next dataset
   }

//parse and shift time by specified weeks into future
function timeshift($feeddate, $feedtime, $shiftweeks)
   {
   $unixtime = strtotime(str_replace(&quot;.&quot;,&quot;-&quot;,$feeddate).&quot; &quot;.$feedtime);
   $unixtime += (604800 * $shiftweeks); //# weeks into future

   $timeshifted[&#039;feeddate&#039;] = date(&#039;Y.m.d&#039;, $unixtime);
   $timeshifted[&#039;feedtime&#039;] = date(&#039;H:i&#039;, $unixtime);  
   return $timeshifted;
   }
?&gt;</code></pre></div><p><a href="http://postimage.org/image/90lqg54tv/"><span class="postimg"><img src="http://s13.postimage.org/90lqg54tv/synthetic.jpg" alt="http://s13.postimage.org/90lqg54tv/synthetic.jpg" /></span></a></p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-03-15T14:15:34Z</updated>
			<id>https://forexsb.com/forum/post/13216/#p13216</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12838/#p12838" />
			<content type="html"><![CDATA[<p>Oh yes, I meant the EURUSD is from June 2011 to Feb 2012, 5 minute. In the screenshot, you see the last bars of EURUSD ending in Feb 2012, connecting to the first bars of EURJPY which is June 2011. The EURJPY data period is the same period, June 2011 to Feb 2012.</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2012-02-25T21:37:48Z</updated>
			<id>https://forexsb.com/forum/post/12838/#p12838</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12836/#p12836" />
			<content type="html"><![CDATA[<p>Hey krog, looking good! One question i had about your above example - seems like we woud want the same data period on all of the groups, because macro events could have affected all pairs to some degree. So for example if your EURUSD group starts on jan 1st then seems like EURJPY should also start on jan 1st at the splicepoint.</p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-02-25T19:45:53Z</updated>
			<id>https://forexsb.com/forum/post/12836/#p12836</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12835/#p12835" />
			<content type="html"><![CDATA[<p>Here is a screenshot of the stitch bar from EURUSD sometime in Feb 2012, with EURJPY sometime in June 2011:</p><p><a href="http://postimage.org/image/53qzrbvg7/"><span class="postimg"><img src="http://s7.postimage.org/53qzrbvg7/synthetic_Stitch.jpg" alt="http://s7.postimage.org/53qzrbvg7/synthetic_Stitch.jpg" /></span></a></p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2012-02-25T19:02:34Z</updated>
			<id>https://forexsb.com/forum/post/12835/#p12835</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12834/#p12834" />
			<content type="html"><![CDATA[<p>Here&#039;s a description, better than trying to read spreadsheet formulas: This spreadsheet is converts them all to pip differences, then adds back in the starting value, so it is like how many pips away from the starting reference point is a given bar&#039;s O-H-L-C. The very first Open is set to 1, no reason just that 1 is usually a friendly number to work with. They are all subtract the first Open, then add 1. My first line:<br />1.03267&nbsp; &nbsp; 1.03317&nbsp; &nbsp; 1.03257&nbsp; &nbsp; 1.03317<br />which replaces with:<br />(1.03267-1.03267) + 1,&nbsp; &nbsp; (1.03317-1.03267) + 1,&nbsp; &nbsp; (1.03257-1.03267) + 1,&nbsp; &nbsp; (1.03317-1.03267) + 1<br />Then line 50,000, the end of the dataset, the line is:<br />.99678&nbsp; &nbsp; &nbsp; &nbsp;.99778&nbsp; &nbsp; &nbsp;.99578&nbsp; &nbsp; &nbsp;.99738<br />The last close of .99738 becomes the starting point for the next data set in line 50001:<br />.99738,&nbsp; &nbsp; &nbsp;(1.35580 - 1.35480) + .99738,&nbsp; &nbsp; (1.35380 - 1.35480) + .99738,&nbsp; &nbsp;(1.35530 - 1.35480) + .99738<br />The 1.355...s are the real data from pasted-in columns B-C-D-E, these formulas are in the synthetic columns I-J-K-L.<br />The second data sets divide by 100 to adjust for 2 and 3 digit pairs like denominated in yen.</p><p>I don&#039;t know, this may work out or not, this just gives us something to work with to see what actually happens. I suppose one thing to look for is whether the Generator gives you a strategy with fairly linear equity curve, meaning consistent across pairs, or a curve that looks split in quarters, meaning the pairs are different? I don&#039;t know, this is interesting to research , and try to interpret.</p><p>Here is a screenshot with my synthetic 5-min data:</p><p><a href="http://postimage.org/image/q3gaabbw7/"><span class="postimg"><img src="http://s7.postimage.org/q3gaabbw7/synthetic_Data.jpg" alt="http://s7.postimage.org/q3gaabbw7/synthetic_Data.jpg" /></span></a></p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2012-02-25T18:50:54Z</updated>
			<id>https://forexsb.com/forum/post/12834/#p12834</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12831/#p12831" />
			<content type="html"><![CDATA[<p>I don&#039;t think &#039;normalize&#039; is what we are doing here, if I&#039;m understanding correctly. I haven&#039;t had time to study krog&#039;s formula yet (thanks for whipping this up so quick btw!) but I think all we are trying to accomplish is to make the price levels relative to each other to avoid unnatural gaps that would confuse the Generator at the splicepoints.</p><p>For example (correct me if I&#039;m wrong) I believe that at any given place within the synthetic dataset, you would still find the same degree of movement in currency. Even the chart should look identical if you were to plot it. The only change that should take place when stitching the datasets would be adjusting the price level to match (I think) at the splice points.</p><p>So the theory is that Genetator would be looking at price action only. The next step would be to take that strategy that works well over the synthetic data and run it with actual data from one of the pairs. If this theory works, it should perform well.</p><p>EDIT: after thinking some more on this, I think all we are doing is shifting the next dataset to start at the same price level that the last one ended at. So if dataset1 ends at 1.2350 and dataset2 starts at 1.3468, then I believe the correct way to shift dataset2&#039;s data would be to simply subtract .1118 from each value. You&#039;d then do the same shift at each new splicepoint.</p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-02-25T16:52:02Z</updated>
			<id>https://forexsb.com/forum/post/12831/#p12831</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12829/#p12829" />
			<content type="html"><![CDATA[<p>Cool! I will check this definitely, but I have a small question. From what I understood the idea is to normalize all the used pairs to make chart consistent. Wouldn&#039;t it change the strategy a bit? I mean, if one chart will be stretched vertically it can change the way the strategy will work. Strategy aims to get maximum profits per day with minimum drawdown, so if price moves will be softer, it will produce different results. Am I right or this has nothing to do with the way generator works?</p>]]></content>
			<author>
				<name><![CDATA[drogus]]></name>
				<uri>https://forexsb.com/forum/user/5611/</uri>
			</author>
			<updated>2012-02-25T10:40:15Z</updated>
			<id>https://forexsb.com/forum/post/12829/#p12829</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12824/#p12824" />
			<content type="html"><![CDATA[<p>To recreate the sheet:<br />Date column:<br />1) in H1, put any starting date you like (ex 1/1/2011 00:00:00)<br />2) in H2, add your interval - I use m5, so:&nbsp; = H1 + TIME(0;5;0)<br />3) copy H2 down to H200000<br />4) format the column in a FSB-frinedly format (ex, MM/DD/YYYY HH:MM:SS --- no AM or PM, this is a common problem, a lot of times the app tries to put it in)</p><p>First Data Set, 50,000 lines, this references every value as against 1:<br />1) in I1, enter 1<br />2) in I2, enter&nbsp; &nbsp; =(B2-$B$1) + $I$1<br />3) in J1, enter&nbsp; &nbsp; =(C1-$B$1)+$I$1<br />4) copy J1 to K1 and L1<br />5) for Volume column, in M1, enter&nbsp; &nbsp;=F1<br />6) copy J1 to M1 down to next line<br />7) copy I2 to M2 down to 50000</p><p>Second Data Set, lines 500001 to 100000:<br />1) I50001, enter L50000&nbsp; &nbsp;// start this set from the last close of the previous data set<br />2) in I50002, enter&nbsp; &nbsp; =(B50002-$B$50001) + $I$50001<br />3) in J50001, enter&nbsp; &nbsp; =(C50001-$B$50001)+$I$50001<br />4) copy J50001 to K50001 and L50001<br />5) for Volume column, in M50001, enter&nbsp; &nbsp;=F50001<br />6) copy J50001 to M50001 down to next line<br />7) copy I50002 to M50002 down to 100000</p><p>Third Data and Fourth Data Set:<br />do the same steps above, but change formulas to divide by 100:<br />= ((C100001-$B$100001)/100)+$I$100001<br />this will make it suitable for 2 or 3 digits instruments, like EURJPY and GBPJPY</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2012-02-24T22:08:21Z</updated>
			<id>https://forexsb.com/forum/post/12824/#p12824</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12823/#p12823" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>drogus wrote:</cite><blockquote><p>Yeah, I should probably mention that these are just my subjective observations, that are not backed with any measures, so if anyone is interested in serious work, you might want to check it more thoroughly <img src="https://forexsb.com/forum/img/smilies/wink.png" width="15" height="15" alt="wink" /></p></blockquote></div><p>I meant, this feature is a good idea because if a strategy works across more instruments it is probably more likely to have found something good. I was just thinking for coding the feature, add a couple checks that use less code to improve the performance of the Generator -- which does 10&#039;s to 100&#039;s of thousands of combos.</p><p>I made a spread sheet to splice the data together, but can&#039;t post it here because the forum says it&#039;s too big. I think you can download from:<br /><a href="https://github.com/krogKrog/Forex-Strategy-Builder/blob/master/SpliceTool/splicer.ods?raw=true">https://github.com/krogKrog/Forex-Strat … s?raw=true</a><br />and a sample file:<br /><a href="https://github.com/krogKrog/Forex-Strategy-Builder/blob/master/SpliceTool/AUDUSD5.zip?raw=true">https://github.com/krogKrog/Forex-Strat … p?raw=true</a></p><p>Unfortunately is an OpenOffice ods file, OpenOffice says it was too big to save in Excel xls format. <br />How to use:<br />1) In A1, paste in 50,000 lines of data from a _USD data file<br />2) In A50001, paste in 50,000 lines of data from a _USD data file<br />3) In A100001, paste in 50,000 lines of data from a _JPY data file<br />4) In A150001, paste in 50,000 lines of data from a _JPY data file<br />5) Open new spreadsheet<br />6) from splicer, select H1 to M200000, copy<br />7) in new sheet, right click, Paste Special<br />8) deselect formulas, select numbers, paste<br />9) save as EURUSD5.csv&nbsp; (or can change EURUSD to any instrument you use for FSB</p><p>It&#039;s pretty rough, so might take a few tries. Mine crashes every 5 minutes. But with that csv file, I was able to run the Generator on it.</p>]]></content>
			<author>
				<name><![CDATA[krog]]></name>
				<uri>https://forexsb.com/forum/user/1692/</uri>
			</author>
			<updated>2012-02-24T21:48:45Z</updated>
			<id>https://forexsb.com/forum/post/12823/#p12823</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12821/#p12821" />
			<content type="html"><![CDATA[<p>I was thinking about this at the gym and I came up with another idea that I&#039;d like to try after this one. It might have the same effect but achieve it more efficiently (especially in the case of Generator finding new strategies, for example).</p><p>Whereas the original idea was to stitch-together a synthetic dataset, this idea would be to create a synthetic dataset by merge.</p><p>If you loaded all the minute bars for each desired pair into a separate table, you could then recurse through each bar one step at a time and average them together to get the synthetic bar data. The resultant dataset would be still 50,000 bars, so it would be more efficient from the Generator standpoint.</p><p>The theory in this is that a robust strategy that could perform well on the blended synthetic dataset would therefore also perform well on the individual pair (same objective as the stitched dataset).</p><p>If that worked well, it would be easy enough to create similar synthetic data from tickdata as well, except that you&#039;d probably want to weight the ticks in case one pair was more active than another (equal weightings for the movement of each pair).</p><p>One issue I can think of would be the Yen pairs that only have 3 digits after the decimal instead of 5 for non-Yen pairs. An easy way to fix this (I think) would be to pad them with zeroes just after the decimal (ie, one point of movement remains the same). The actual value of the pair is irrelevant I think, as we would only be concerned about the movement.</p><p>For example:<br />80.936 --&gt; 80.00936</p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-02-24T19:45:34Z</updated>
			<id>https://forexsb.com/forum/post/12821/#p12821</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12818/#p12818" />
			<content type="html"><![CDATA[<p>Btw, nevermind what I said about the leapyear. That would never be an issue, because during a leapyear you never actually add or eliminate a real day (LOL)</p><p>So that means all you&#039;d have to do is ensure that the synthetic start date was aligned correctly with the actual dataset&#039;s day-of-week.</p><p>Btw, what does FSB do (if anything) when it comes across a gap in data?&nbsp; What if a broker feed skips an entire day?&nbsp; Does it do anything at all?</p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-02-24T16:52:16Z</updated>
			<id>https://forexsb.com/forum/post/12818/#p12818</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Generator checking with more than one pair]]></title>
			<link rel="alternate" href="https://forexsb.com/forum/post/12817/#p12817" />
			<content type="html"><![CDATA[<p>Btw, here is one interesting way to read correlation. This site graphs current price action and weights the currencies equally so you can get a good feel for realtime correlation. There are also some MT4 indicators that do the same thing.</p><p>http://www.fxmri.com</p>]]></content>
			<author>
				<name><![CDATA[dusktrader]]></name>
				<uri>https://forexsb.com/forum/user/5552/</uri>
			</author>
			<updated>2012-02-24T16:32:15Z</updated>
			<id>https://forexsb.com/forum/post/12817/#p12817</id>
		</entry>
</feed>
