<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
<channel>
<title><![CDATA[Hybrid Solutions]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/]]></link>
<description />
<generator><![CDATA[Kayako Fusion v4.01.326]]></generator>
<item>
<title><![CDATA[Experienced Windows 7 connectivity Issues?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3540]]></link>
<guid><![CDATA[8844c5f00372df2c3c4ee857c2451b45]]></guid>
<pubDate><![CDATA[Mon, 08 Apr 2013 14:22:51 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[
in some cases Windows vista/Windows 7 prevent some executable codes from running/executing probably. This happens because of Data Execution Prevention (DEP) this happens in some cases, which means, this does not apply on all machines, the API could work ...]]></description>
<content:encoded><![CDATA[<p style="text-align: center;"><img src="http://www.hybrid-solutions.com/CMSIMAGES/Win7Com.png" alt="" width="258" height="194" /></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">in some cases Windows vista/Windows 7 prevent some executable codes from running/executing probably. This happens because of Data Execution Prevention (DEP) this happens in some cases, which means, this does not apply on all machines, the API could work on different machines with the same Operating System..</span></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Snippet from Wikipedia about this:</span></p>
<p><br /><em><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Data Execution Prevention (DEP) is a security feature that is intended to prevent an application or service from executing code from a non-executable memory region. This helps prevent certain exploits that store code via a buffer overflow, for example. DEP runs in two modes: hardware-enforced DEP for CPUs that can mark memory pages as non-executable, and software-enforced DEP with a limited prevention for CPUs that do not have hardware support. Software-enforced DEP does not protect from execution of code in data pages, but instead from another type of attack (SEH overwrite).</span></em></p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">The fix/solution for this case is that we have </span><a style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #0000ff;" href="http://www.hybrid-solutions.com/Win7ComFix.zip" target="_blank">wrote two patch</a><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> files for turning on DEP and turning off DEP. This way, you will be able to turn on/off the DEP at anytime you want. You can download those patch files by </span><a style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #0000ff;" href="http://www.hybrid-solutions.com/Win7ComFix.zip">clicking here</a><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">After turning off the DEP, restart your machine.</span></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You may get more information about DEP by <a style="color: #0000ff;" href="http://jtstroup.net/post/Attempted-to-read-or-write-protected-memory-This-is-often-an-indication-that-other-memory-is-corrupt.aspx" target="_blank">Clicking Here</a>...</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is Trace Route and how to perform it?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1632]]></link>
<guid><![CDATA[0771fc6f0f4b1d7d1bb73bbbe14e0e31]]></guid>
<pubDate><![CDATA[Wed, 14 Dec 2011 18:43:03 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Traceroute&nbsp;is a command which can show you the path a packet of information takes from your computer to one you specify. It will list all the routers it passes through until it reaches its destination, or fails to and is discarded. In addition to thi...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><em><br />Traceroute</em>&nbsp;is a command which can show you the path a packet of information takes from your computer to one you specify. It will list all the routers it passes through until it reaches its destination, or fails to and is discarded. In addition to this, it will tell you how long each 'hop' from router to router takes.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">In Windows, select&nbsp;<em>Start &gt; Programs &gt; Accessories &gt; Command Prompt</em>. or go to <em>Start &gt; Run &gt; Type <strong>cmd.&nbsp;</strong></em>This will give you a window like the one below.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Enter the word&nbsp;<em>tracert</em>, followed by a space, then the domain name. eg: <strong>tracert 178.**.***.*** </strong>(IPAddress)&nbsp;or <strong>tracert <a href="http://www.hybrid-solutions.com">hybrid-solutions.com </a></strong>(Website), then press Enter.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">The following is a successful traceroute from a home computer in Jordan to <strong><a href="http://www.hybrid-solutions.com">hybrid-solutions.com</a> </strong>in<strong> USA</strong></span></p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><img style="display: block; margin-left: auto; margin-right: auto;" src="http://www.hybrid-solutions.com/support/images/tracert.png" alt="" /></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Firstly it tells you that it's tracing the route to hybrid-solutions.com, tells you the IP address of that domain, and what the maximum number of hubs will be before it times out.</span><br /><br /><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Also it gives information about each router it passes through on the way to its destination.</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>1</strong>&nbsp;is the internet gateway on the network this traceroute was done from (A fiber line in this case)</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>2</strong>&nbsp;is the IP address of the destination (Shows because we are doing a trace route for a website URL)</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>3</strong>&nbsp;is the mada.jo network</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>4</strong>&nbsp;Is also mada.jo</span><br /><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">The rest&nbsp;are all routers on the ISP network (the domain that is the internet gateway out of Jordan) except of <strong>19</strong></span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">And finally, <strong>19 </strong>is the network that hosts <em><a href="http://www.hybrid-solutions.com">hybrid-solutions.com</a></em></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Each of the 3 columns are a response from that router, and how long it took (each hop is tested 3 times). For example, in line 2, the first try took 107ms (107 milliseconds), the second took 143 ms, and the third took 188ms.</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Note: If a star * shows, it means that the request could not reach the destination.<br /></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">This is extremely useful when trying to find out why a website is unreachable, as you will be able to see where the connection fails. If you have a website hosted somewhere, it would be a good idea to do a traceroute to it when it is working, so that when it fails, you can do another traceroute to it (which will probably time out if the website is unreachable) and compare them. <br />Be aware though, that it will probably take a different route each time, but the networks it passes through will generally be very similar.&nbsp;</span><br /><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">If the example above had continued to time out after line 9, you could suspect that de.above.net was the problem, and not hybrid-solutions.com</span><br /><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">If it timed out after line 1, you would know there was a problem connecting to your ISP (in this case you would not be able to access anything on the internet).</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">It is generally recommended that if you have a website that is unreachable, you should use both the traceroute and&nbsp;ping&nbsp;commands before you contact your ISP to complain. More often than not, there will be nothing to your ISP or hosting company can do about it.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Different Implementation Models for VetexFX Trader]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1496]]></link>
<guid><![CDATA[1415db70fe9ddb119e23e9b2808cde38]]></guid>
<pubDate><![CDATA[Mon, 31 Oct 2011 19:04:50 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
Different Implementation Models&nbsp;for VetexFX Trader
You can use the VertexFX not only for Margin trading, but also for other models like:&nbsp;

Exchanger Implementation model.
Jewelry Shop Implementation Model.

Any Exchange/Jewelry Sho...]]></description>
<content:encoded><![CDATA[<p style="text-align: left;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>&nbsp;</strong></span></p>
<p style="text-align: left;"><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong>Different Implementation Models&nbsp;for VetexFX Trader</strong></span></p>
<p style="text-align: left;"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">You can use the VertexFX not only for Margin trading, but also for other models like:&nbsp;</span></p>
<ol>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Exchanger Implementation model.</strong></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Jewelry Shop Implementation Model.</strong></span></li>
</ol>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Any Exchange/Jewelry Shop can have VertexFX Backoffice at their end in order to create a cash account for their clients with user name and password for each and depositing an amount at this Exchange or Jewelry Shop.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Exchange/Jewelry Shop will use the AMOUNT/OUNCE unit instead of LOT for the contract size where Trader will place a physical amount for doing the Exchange/Jewelry delivery (let&rsquo;s say BUY 1,000 OUNCE instead of BUY 0.1 LOT).</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">One more thing, the contract size for cash exchanging is (1) instead of (100,000) for margin trading.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Last thing is that the Initial Margin requirement is also (1) instead of say (1000) as there is no leverage in cash exchanging and the physical metal delivery. Accordingly, client can place his money Exchange/Metal orders online by determining the amount he needs.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong><em>Follow the next steps for Exchanger Implementation:&nbsp;</em></strong></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><span style="color: #3f529c;">1. UNIT configuration:</span><em><span style="text-decoration: underline;"><br /></span></em></strong>You need to define a new unit on your system, and you will name it let say AMOUNT. To create new units follow these steps:</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Login to the Backoffice and from the main menu go to <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2394">System Options</a> and choose the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2404">Configuration</a> tab.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Click on the Amount Unit button, then a small window will appear to you, right click on it and choose new unit.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">On the first blank name the unit with AMOUNT, and set the factor to be one, then press OK, also re-login to the system.</span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><img style="display: block; margin-left: auto; margin-right: auto;" title="AmountUnit" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/1-AmountUnit.png" alt="AmountUnit" width="398" height="178" /><br /></strong></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><span style="color: #3f529c;"><strong>2. Amount Unit type</strong></span><strong><span style="color: #3f529c;">:</span><br />&nbsp;</strong>After you define the Amount Unit, be sure on the cash <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols Settings</a> from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">General Tab</a> that the Amount Unit is set to Amount.</span></p>
<span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="EditSymbolEuroCash" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/2-EditSymbolEC.png" alt="EditSymbolEuroCash" width="620" height="435" /> </span>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><em><span style="text-decoration: underline;"><br /><br /></span></em><span style="color: #3f529c;">3. Contract Size:</span><em><span style="text-decoration: underline;"><br /></span></em></strong>From the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Calculation</a> set the contact size to be one.</span></p>
<span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="CalculationEuroCash" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/3-CalculationEC.png" alt="CalculationEuroCash" width="620" height="435" /></span><br />
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><span style="color: #3f529c;">4. Initial Margin:</span><em><span style="text-decoration: underline;"><br /></span></em></strong></span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Accounts Tree</a>, right click on the top node and choose Parameters then <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">Edit Parameters</a>.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">A small window will appear to you, go to the Symbols tab and from the drop down list choose the parameter &ldquo;Initial Margin&rdquo;.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Multi select your cash symbols and right click choose Edit Selected.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Set the amount to be (1), and click on the override option and press Submit then OK.</span></li>
</ul>
<span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="InitialMargin" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/4-InitialMargin.png" alt="InitialMargin" width="311" height="218" /></span><br />
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><span style="color: #3f529c;">5. Create account:</span><em><span style="text-decoration: underline;"><br /></span></em></strong>In the End you will start creating clients on your accounts tree and assign accounts to them so they will start trading.&nbsp;</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">New Client</span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">When you need to open a new account for a new customer at first, you got to create a new client on the system, and that's by going to the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">accounts tree </a>at first, press right click on the point of the tree that you want place this new client - choose the <strong><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408">New</a></strong> option - select <strong>Client</strong>.&nbsp; This window will appear for you:</span></p>
<span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NewClient" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/5-NewClient.png" alt="NewClient" width="647" height="400" /></span><br />
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">On this window, you will decide from the two check boxes on the top, the type of this Client (Read Only, Show as demo client). After that, you fill all information about your client on the empty blanks, press <strong>Submit. </strong>Then you will find this new client created on your accounts tree.</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">New Account:</span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">After client creation, you may create for him an Account(s). To do that, select the desired account - <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408"><strong>New</strong> </a>- <strong>Account</strong>, and this window will appear to you:</span>&nbsp;</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="NewAccount" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/6-NewAccount.png" alt="NewAccount" width="527" height="364" /></p>
<ol>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">From this window you can see three options on the top, where you may apply any of them on the created account.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">From the <strong>Initial Balance</strong> blank, you can enter the starting balance for this client so he can start trading on the system.<em>&nbsp;</em></span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">After you finish press on the <strong>Submit</strong> button, and the account will be created with the information that you set for that client.<strong><em>&nbsp;</em></strong></span></li>
</ol>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now the clients can start trading using the Exchanger Implementation model.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="EURCASH" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/7-EURCASH.png" alt="EURCASH" width="406" height="720" /></span></p>
<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><em><strong>Follow the next steps for Jewelry Shop Implementation: </strong></em><strong><em><br /></em></strong></span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong>1. UNIT configuration:</strong>&nbsp;</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">You will need to define a new unit on your system, and you will name it let say OUNCE. To create new units follow these steps:</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Login to the Backoffice and from the main menu go to <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2394">System Options</a>&nbsp;and choose the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2404">Configuration</a> Tab.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Click on the Amount Unit button, then a small window will appear to you, right click on it and choose new unit.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">On the first blank name the unit with OUNCE, and set the factor to be one, then press OK, also re-login to the system.</span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="OUNCEUnit" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/1-OUNCEUnit.png" alt="OUNCEUnit" width="398" height="178" /></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><span style="color: #3f529c;">2. Amount Unit type:</span><br /></strong>After you define the Amount Unit, be sure on the cash <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols Settings</a> from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">General Tab</a>&nbsp;that the Amount Unit is set to OUNCE.</span></p>
<span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="EditSymbolGoldCash" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/2-EditSymbolGC.png" alt="EditSymbolGoldCash" width="619" height="435" /> </span>
<p>&nbsp;</p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><span style="color: #3f529c;"><strong>3. Contract Size:<em><span style="text-decoration: underline;"><br /></span></em></strong></span>From the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Calculation</a> set the contact size to be one.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="CalculationGoldCash" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/3-CalculationGC.png" alt="CalculationGoldCash" width="620" height="435" /></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong>4. Initial Margin:</strong></span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Accounts Tree</a>, right click on the top node and choose Parameters the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">Edit Parameters</a>.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">A small window will appear to you, go to the Symbols tab and from the drop down list choose the parameter &ldquo;Initial Margin&rdquo;.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Multi select you metal cash symbols and right click choose Edit Selected.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Set the amount to be one, and click on the override option and press Submit then OK.</span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="InitialMargin" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/4-InitialMargin.png" alt="InitialMargin" width="311" height="218" /></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><span style="color: #3f529c;"><strong>5. Create account:<em><span style="text-decoration: underline;"><br /></span></em></strong></span>In the End you will start creating clients on your accounts tree and assign accounts to them so they will start trading.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now the clients can start trading using the Jewelry Shop Implementation model.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="GOLDCASH" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/7-GOLDCASH.png" alt="GOLDCASH" width="407" height="720" /></span></p>
<br />]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I know my account manager contact info or my organization Status?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1398]]></link>
<guid><![CDATA[d9731321ef4e063ebbee79298fa36f56]]></guid>
<pubDate><![CDATA[Thu, 06 Oct 2011 10:20:52 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[When login to your customer area at our website, you you can see at the left bar "My Organization", click to get in and see all your own private info including:

Company status: Active or not active company&nbsp;
Client Type: is what is your system Plan, ...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">When login to your customer area at our website, you you can see at the left bar "My Organization", click to get in and see all your own private info including:</span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Company status: Active or not active company<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Client Type: is what is your system Plan, SE1, SE2, EE, White Label or Partner<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Parent Company: if your Type is White Label, it shows who the WL provider is<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Technical status: Indicates your current technical status in terms of how much your system is stable at the time being.<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Accounting Status: Your current Account Stability means you have closed all your due invoices and you can get served for your subscribed services as usual. If NOT-STABLE this means you have overdue invoices and you need to closed them ASAP in order to pass your orders.<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Managerial Status: Indicates that you have no contract breaching situation and you are working normally according to the agreed terms.<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">VAD's: shows your available VAD's within your system.<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">System Services: Shows your subscribed monthly services (Server, Tech support, System Updates). In case your accounting status is not stable you may get some of your services suspended.<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Number of White Labels: show how many Active WL you have now.<br />&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">My Account manager info: You can contact him/her for any management/sales issue</span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[From where can I get VertexFX software development kit SDK to build my plugin's ...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1326]]></link>
<guid><![CDATA[c70daf247944fe3add32218f914c75a6]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:58:56 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[After signing the ISV contract with us when registered to ISV program http://www.hybrid-solutions.com/sales/isv-program.html, we will deliever you the following items:
1-VertexFX APIs development kit including:
&nbsp; &nbsp;&nbsp;&nbsp;a-&nbsp;&nbsp;&nbsp...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">After signing the ISV contract with us when registered to ISV program <a href="http://www.hybrid-solutions.com/sales/isv-program.html">http://www.hybrid-solutions.com/sales/isv-program.html</a>, we will deliever you the following items:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">1-VertexFX APIs development kit including:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp; &nbsp;&nbsp;&nbsp;a-&nbsp;&nbsp;&nbsp; The Client API link</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp;&nbsp;&nbsp;&nbsp; b-&nbsp;&nbsp;&nbsp; The Client API Documentation</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp;&nbsp;&nbsp;&nbsp; c-&nbsp;&nbsp;&nbsp; The Back office API link</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp;&nbsp;&nbsp;&nbsp; d-&nbsp;&nbsp;&nbsp; The Back office API</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp;&nbsp;&nbsp;&nbsp; e-&nbsp;&nbsp;&nbsp; The Currency Server API Link</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp;&nbsp;&nbsp;&nbsp; f-&nbsp;&nbsp;&nbsp;&nbsp; The Currency Server API Documentation</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">2-The BackOffice Demo will be valid as long as we have a partnership agreement.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">3- Technical Support provided by registering your Company development members in our Forum&nbsp;<a href="http://www.hybrid-solutions.com/forum/forumdisplay.php?35-VertexFX-API-Forum">http://www.hybrid-solutions.com/forum/forumdisplay.php?35-VertexFX-API-Forum</a></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">4- You can add your plugins and market them at our ISV plugin area&nbsp;<a href="http://www.hybrid-solutions.com/plugins.html">http://www.hybrid-solutions.com/plugins.html</a>&nbsp;using your account issued for you as ISV partner.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What are the conditions to join our ISV Program?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1325]]></link>
<guid><![CDATA[3546ab441e56fa333f8b44b610d95691]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:57:57 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[No conditions at all! Whether you are an individual or a corporation, you can write on our forum and add your professinal plugins to our Plugins area, and talk about your product or service that is developed on vertexFX platform.
The ISV Partner Will be a...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">No conditions at all! Whether you are an individual or a corporation, you can write on our forum and add your professinal plugins to our <a href="http://www.hybrid-solutions.com/plugins.html">Plugins area</a>, and talk about your product or service that is developed on vertexFX platform.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">The ISV Partner Will be added to our ISV page <a href="http://www.hybrid-solutions.com/isv-connect.html">http://www.hybrid-solutions.com/isv-connect.html</a>&nbsp;on our website after having vertexFX product announced on their website.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Hybrid Solution will introduce you as our ISV partner and connect any of our customers requesting new VertexFX plugin's to be developed according to your deal with him directly, which is your win part of this program.&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to create new (Client, Account, Group and Office)]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1237]]></link>
<guid><![CDATA[a9eb812238f753132652ae09963a05e9]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 13:22:02 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;&nbsp;
When you start your business on VertexFx System, you will need to create (Clients, Accounts, Groups and Offices). To create any of these options, you need to go to the Navigator Window and open the account's tree and press right click on any...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">When you start your business on VertexFx System, you will need to create (Clients, Accounts, Groups and Offices). To create any of these options, you need to go to the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window </a>and open the account's tree and press right click on any desired group that you want to place what you are going to create, and this window will appear to you:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Then, you go to the&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408">New&nbsp;option</a>, you will see four sub options to create (Client, Account, Group and Office).</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br /><span style="color: #3f529c;">New Client</span></strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">When you want to open a new account for a new customer at first, you got to create a new client on the system, and that's by going to the account's tree at first, and press right click on the point of the tree that you want place this new client - choose the&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408">New option</a> - select&nbsp;<strong>Client</strong>.&nbsp;This window will appear for you:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NewClient" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Home/VetexFXTraderModels/5-NewClient.png" alt="NewClient" width="647" height="400" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">On this window, you will decide from the two check boxes on the top, the type of this Client (Read Only). After that, you fill all information about your client on the empty blanks, press&nbsp;<strong>Submit.&nbsp;</strong>Then you will find this new client created on your accounts tree.</span></p>
<ul class="bullet-star">
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Read Only: This option allows you to prevent your client from trading, and makes this client as limited profile,&nbsp;just monitoring client's open account and market watch.</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br /><span style="color: #3f529c;">See Video Tutorial</span></strong></span></p>
<p>
<p>
<p>
<div><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>
<object style="display: block; margin-left: auto; margin-right: auto;" width="425" height="350" data="http://www.youtube.com/v/9gEOb-TePZ8" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/9gEOb-TePZ8" />
<param name="src" value="http://www.youtube.com/v/9gEOb-TePZ8" />
</object>
</strong></span></div>
</p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>&nbsp;</strong></span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>&nbsp;</strong></span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>
<p>
<hr />
</p>
</strong></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #3f529c; font-size: small;"><strong>&nbsp;</strong></span>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">After client creation, you may create for him an Account(s). To do that, select the desired account press right click and choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408">New</a>&nbsp;then Account, and this window will appear to you:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NewAccount" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/4-NewAcc.png" alt="NewAccount" width="537" height="366" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">From this window you can see three options on the top, where you may apply any of them on the created account:</span></span></p>
<ul class="bullet-star">
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><span dir="ltr">Locked:</span></strong><span dir="ltr">&nbsp;by this option, the account will be locked and will disable the client from any trades, a warning message appears when the client tries to make a transaction (please contact your administrator).</span></span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><span dir="ltr">Demo Account:</span></strong><span dir="ltr">&nbsp;by this option, the account will be as a trial one and can work without confirmation from the BackOffice (i.e., the client who owns this account will be able to trade and his positions will not reach the chatting screen of the BackOffice) and all his transactions will not appear in the reports.</span></span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><span dir="ltr">Do not liquidate:</span></strong><span dir="ltr">&nbsp;by this option, the account will not be liquidated even if this account reached the liquidation point.</span></span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">1. You can choose form the first drop down list the type of the account (either&nbsp;Normal Account or&nbsp;Coverage Account). For normal end user trader, you have to use normal account, and for your&nbsp;coverage account (That will be used with the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2212">VertexFX Bridge </a>system) you have to create coverage account, that represents the account you cover with, please note that you have to make manual position inside this account (coverage account) to reflect the positions in the floating status screen.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If you are using <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2212">Vertexfx Bridge</a> risk management all your covered position will be created automatically inside this account and your floating status will be balanced with all your client's position and your coverage account.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">2. From the&nbsp;<strong>Initial Balance</strong>&nbsp;blank, you can enter the starting balance for this client so he can start trading on the system.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">3. The&nbsp;<strong>Account ID&nbsp;</strong>blank: from here, you can enter the account ID manually if you don&rsquo;t want it to be generated automatically. Otherwise, keep it Auto Select.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">4. In the bottom of this window, you can see the two radio buttons, and those are for the time that you desire to create the account:</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">5.&nbsp;</span><span dir="ltr">If you choose the&nbsp;<strong>Now</strong>&nbsp;option, the account will be created after you press&nbsp;<strong>Submit</strong>.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">6. You can also define this account in a certain time/date by choosing the&nbsp;<strong>User define time/ date</strong>.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">7.&nbsp;</span><span dir="ltr">After you finish press on the&nbsp;<strong>Submit</strong>&nbsp;button, and the account will be created with the information that you set for that client.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br /><span style="color: #3f529c;">See Video Tutorial</span></strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">
<object style="display: block; margin-left: auto; margin-right: auto;" width="425" height="350" data="http://www.youtube.com/v/2DfioSe05kY&amp;feature" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/2DfioSe05kY&amp;feature" />
<param name="src" value="http://www.youtube.com/v/2DfioSe05kY&amp;feature" />
</object>
</span></p>
<p>
<hr />
</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #3f529c; font-size: small;"><strong><strong>New Group</strong></strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">In Vertexfx system, the dealer is able to create a group and place some clients inside this group, the reason for creating this group is if the dealer has a group of clients and they have something in common with each other and this group admin wants to manage this client's account using client terminal application.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The group is logical group for your tree and your business management, you can make a group</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">In order to create a new group, from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window </a>go to the Accounts Tree and press Right Click then choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408">New</a>&nbsp;then Group and this window will appear to you:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NewGroup" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/6-NewGroup.png" alt="NewGroup" width="521" height="430" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From this window, you will fill all the blanks with the information about this group, and then press&nbsp;<strong>Submit</strong>. Also, you will be able to create new clients inside it or transfer the clients to this group.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br /><span style="color: #3f529c;">See Video Tutorial</span></strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">
<object style="display: block; margin-left: auto; margin-right: auto;" width="425" height="350" data="http://www.youtube.com/v/AOJwsklfZJs" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/AOJwsklfZJs" />
<param name="src" value="http://www.youtube.com/v/AOJwsklfZJs" />
</object>
</span>
<p>
<p>
<div><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></div>
&nbsp;</p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">
<p>
<hr />
</p>
<p><span style="color: #3f529c;"><span style="font-size: small;"><strong>New Office</strong></span></span></p>
</span>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The&nbsp;<strong>Office&nbsp;</strong>is such as the&nbsp;<strong>Group</strong>, but the differences here:</span></p>
<ul class="bullet-star">
<li>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The office represents an IB (introduce broker).</span></p>
</li>
<li>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The other difference is that you can create an account for the office. In order to create a new office, from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window </a>go to the Accounts Tree&nbsp;press Right Click&nbsp;and choose&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2408">New</a>&nbsp;then Office&nbsp;and a window as the following picture will appear to you:</span></p>
</li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Note: you can use client terminal application to connect using office or group login info to control your group's or office's client (There is no need to give Backoffice application to your group admin).</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NewOffice" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/7-NewOffice.png" alt="NewOffice" width="556" height="458" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">You can notice from the picture that there are three check boxes on the top of it, and their use as the following:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">1.&nbsp;<span dir="ltr">Demo Office:</span>&nbsp;means that this office will be as a trail and can work without the confirmation of the BO.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">2. Read Only:</span>&nbsp;means that the office can only take a look at his tree and clients, but can&rsquo;t do any transaction.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><span dir="ltr">3. White Labeled:</span>&nbsp;means that the office has it's own system (as sub system).</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">After you fill all the blanks with the information about this office, and after pressing&nbsp;<strong>Submit,</strong>&nbsp;you will be able to create new clients inside it or transfer the clients to this office.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br /><span style="color: #3f529c;">See Video Tutorial</span></strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>
<object style="display: block; margin-left: auto; margin-right: auto;" width="425" height="350" data="http://www.youtube.com/v/GYgsiN0NIOY" type="application/x-shockwave-flash">
<param name="data" value="http://www.youtube.com/v/GYgsiN0NIOY" />
<param name="src" value="http://www.youtube.com/v/GYgsiN0NIOY" />
</object>
</strong></span>
<p>
<p>
<div><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>&nbsp;</strong></span></div>
</p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong></strong></span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong></strong></span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>
<p>
<hr />
</p>
<p>&nbsp;<br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #3f529c; font-size: small;"><strong>Edit Option</strong></span></p>
</strong></span>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Sometimes, the dealer will need to edit some of the Office/Client information. To make any editing transaction on the accounts tree, just make right click on the desired Office/Client&nbsp;and choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2409">Edit</a>&nbsp;and you will see the two options: &ldquo;Edit Account&rdquo; and &ldquo;Edit Office/Client&rdquo;. As it is showing in the following picture:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Edit" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/8-Edit.png" alt="Edit" width="331" height="49" /></span></p>
<ul class="bullet-star">
<li>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>&nbsp;Edit Account:</strong>&nbsp;When you select <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2409">Edit</a>&nbsp;then Edit Account, this window will appear to you:</span></p>
</li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="EditAccount" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/9-EditAcc.png" alt="EditAccount" width="537" height="366" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From here, you can edit any information about this account, and after you finish press on the&nbsp;<strong>Submit</strong>&nbsp;button to save the changes. </span></p>
<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">
<ul>
<li><strong>Edit Office/Client: </strong>There are two windows for this option, one for the office, and one for the client.<span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"> 
<ul class="bullet-star">
<li>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>Edit Client:</strong>&nbsp;If you select a&nbsp;<strong>Client</strong><strong>&nbsp;- Right Click - Edit - Edit Office/Account,</strong>&nbsp;this window will appear to you:<br /><br /><img style="display: block; margin-left: auto; margin-right: auto;" title="EditCLInfo" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/10-EditCLInfo.png" alt="EditCLInfo" width="657" height="402" /><br /></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><br /></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From here, you can Edit any Information about this client, and after you finish press on the&nbsp;<strong>Submit</strong>&nbsp;button to save the changes.</span></p>
</li>
<li>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>Edit Office:</strong>&nbsp;If you select an&nbsp;<strong>Office - Right Click - Edit - Edit Office/Account</strong>, this window will appear to you:<br /><br /><img style="display: block; margin-left: auto; margin-right: auto;" title="EditOfficeInfo" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/12-EditOfficeInfo.png" alt="EditOfficeInfo" width="556" height="458" /><br /><br /></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From here, you can edit any information about this Office, and after you finish press on the <strong>Submit</strong> button to save the changes.</span></p>
</li>
</ul>
<p>&nbsp;</p>
</span></li>
</ul>
</span>]]></content:encoded>
</item>
<item>
<title><![CDATA[Multi level White Labeling Structure]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3437]]></link>
<guid><![CDATA[c2f32522a84d5e6357e6abac087f1b0b]]></guid>
<pubDate><![CDATA[Tue, 12 Mar 2013 14:16:42 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Dear Customer,

Did you know that VertexFX is ready with its multi level management to construct white label inside a white label? this behavior can do a very strong network marketing for your business when your White label IB brings sub White label IBs f...]]></description>
<content:encoded><![CDATA[<div><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Dear Customer,</strong></span></div>
<div><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><br /></strong></span></div>
<div><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Did you know that VertexFX is ready with its multi level management to construct white label inside a white label? this behavior can do a very strong network marketing for your business when your White label IB brings sub White label IBs for him and you provide a liquidity for both where each can provide liquidity to his beneath White label companies.</span></div>
<div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">This Image will show you a small Tree with Multi level White Labels:</span></p>
<p>&nbsp;<img src="http://www.hybrid-solutions.com/vfxcamp/WhiteLabelMultiLevel.png" alt="" width="253" height="345" /></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Read more about&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1251/0/multi-level-management-documentation" target="_blank">Multi Level Managment&nbsp;</a></span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Read more about&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/platform/value-added-services-vads/white-label-service/122.html" target="_blank">Advanced White Label</a>&nbsp;</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Read more about&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/platform/value-added-services-vads/auto-clearing-bridge.html" target="_blank">VertexFX Bridge</a></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX News Server API]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3421]]></link>
<guid><![CDATA[e846fb8a4f365ca8e84393d4f34e1b07]]></guid>
<pubDate><![CDATA[Wed, 27 Feb 2013 17:12:36 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Hybrid Solutions&nbsp;is  pleased to announce the new release VertexFX News Server API, When  using VertexFX News Server API you can integrate an external news  provider and fetch the news with your VertexFX terminalsa and to be  reflected by any data cha...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: small;"><strong>Hybrid Solutions</strong></span><span style="font-size: small;">&nbsp;is  pleased to announce the new release </span><span style="font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3397">VertexFX News Server API</a>, When  using VertexFX News Server API you can integrate an external news  provider and fetch the news with your VertexFX terminalsa and to be  reflected by any data changes in your system.</span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif;"><span style="font-size: small; color: #000000;">For more information please check VertexFX News Server API help article:</span></span><br /><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3397"><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;">http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3397</span></a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX 10.1.13]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3420]]></link>
<guid><![CDATA[643de7cf7ba769c7466ccbc4adfd7fac]]></guid>
<pubDate><![CDATA[Thu, 21 Feb 2013 12:53:44 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
Hybrid Solutions&nbsp;is pleased to announce the new patch of VertexFX 10.1.13, with the following new features and solved bugs:
New Features:
 Client:

Enabling Customization for the tool bars and save the state for the tool bars according to your...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Hybrid Solutions</strong>&nbsp;is pleased to announce the new patch of VertexFX 10.1.13, with the following new features and solved bugs:</span></p>
<p><span style="text-decoration: underline;"><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">New Features:</span></strong></span></p>
<p><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> Client:</span></strong></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enabling Customization for the tool bars and save the state for the tool bars according to your settings.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding a new top message bar to show the important information about the order, when it is accepted/rejected/cancelled...etc.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enabling&nbsp; </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the Crosshairs on Tick Chart for easy reading of ticks&rsquo; info.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Heikin Ashi Price Style.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enhancing the resizing of the dockable windows, by showing the (Splitter Tracker) instead of real time resize, this will increase performance while resizing windows..</span></li>
</ul>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
<strong><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Backoffice:</span></strong><br /> 
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enabling </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Customization for the tool bars and save the state for the tool bars according to your settings.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">a new top message bar to show the important information about the order, when it is accepted/rejected/cancelled...etc.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enabling </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the Crosshairs on Tick Chart for easy reading of ticks&rsquo; info.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Heikin Ashi Price Style.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enhancing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the resizing of the dockable windows, by showing the (Splitter Tracker) instead of real time resize,, this will increase performance while resizing windows.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enhancing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Reports forms saving data will save your previous settings during the same session.</span></li>
</ul>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
<p><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">VTL:</span></strong></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">more VTL Functions.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Merging MACD with MACD Histogram, so both indicators will be added using MACD function.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Signal Line to the Relative Strength Index.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">more functions to VTL (iWMAOnArray, iBandsOnArray, iSMAOnArray).</span></li>
</ul>
<p>&nbsp;</p>
<hr />
<br /><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> VTL Editor:</span></strong> 
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enhancing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the default look, to give more size to the Editor Section.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Save/Load previous state of the VTL Editor when closing and opening it again.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Ask before delete Script, Code, Group.</span></li>
</ul>
<hr />
<strong> <br />Solved Bugs:</strong>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br /><strong>Client:</strong></span></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Crash on chart when enabling chart shift and resize the chart to be too small.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Fixing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the moving of news ticker by allowing the scroll until the beginning of news, not more, which was causing a blank area with no use.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">preventing drawing the chart from the hot key (F8) if the market watch is not selected, it will draw only if you select a symbol in market watch and press (F8), but if the market watch is not focused (activated), it will not draw the symbol's chart.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Preventing the chart to be drawn more than 20 times at the same time, in order to increase system performance, so you cannot open more than 20 charts at the same time.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Solving run time error (9) when load all mails button clicked while no account/dealer selected.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Fixing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Edit Indicator settings for MACD and Relative Strength Index when added using VTL.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Solving </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the default filled lots in the one click screen when closing position, by removing the thousands (,) to be accepted value by default.</span></li>
</ul>
<p>&nbsp;</p>
<hr />
<br /><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> Backoffice:</span></strong> 
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Solving </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">run time error (9) when load all mails button clicked while no account/dealer selected.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Preventing the chart to be drawn more than 20 times at the same time, in order to increase system performance, so you cannot open more than 20 charts at the same time.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">preventing drawing the chart from the hot key (F8) if the market watch is not selected, it will draw only if you select a symbol in market watch and press (F8), but if the market watch is not focused (activated), it will not draw the symbol's chart.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Fixing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the moving of news ticker by allowing the scroll until the beginning of news, not more, which was causing a blank area with no use.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Crash on chart when enabling chart shift and resize the chart to be too small.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Adding load all mails button for the Backoffice.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Solving </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the default filled lots in the one click screen when closing position, by removing the thousands (,) to be accepted value by default.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Solving </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">run time error (9) for the View Settings form in the reports section, if you show this form for a report, then changed the report, then press OK it gave error, now the View Settings will be updated with the new columns...</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Fixing </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">the Drag/Drop and moving the clients/dealers problem while scrolling on the tree, and enhancing it...</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Solving </span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">a case for the initial margin parameter, where the default value shown as (-1) instead of the real value by default.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enhancing report form to save last entered value.<br /></span></li>
</ul>
<p>&nbsp;</p>
<hr />
<p><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">VTL:</span></strong></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Fixing MACD Parameters Passing.</span></li>
</ul>
<p><br /><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> VTL Editor:</span></strong></p>
<span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> 
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enhancing s</span></span>everal minor bug fixes.</li>
</ul>
</span>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX News Server API]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3397]]></link>
<guid><![CDATA[5c80985bd40b8ce792f8c786bb23fe54]]></guid>
<pubDate><![CDATA[Wed, 13 Feb 2013 15:21:01 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Introduction
VertexFX News Server API is an ActiveX DLL Component Object Model (COM) control that is supported in more development environments. Our ActiveX control and sample applications plug into all popular development environments.&nbsp;
When using V...]]></description>
<content:encoded><![CDATA[<p><strong style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Introduction</strong></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">VertexFX News Server API is an ActiveX DLL Component Object Model (COM) control that is supported in more development environments. Our ActiveX control and sample applications plug into all popular development environments.<strong>&nbsp;</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">When using VertexFX News Server API you can integrate an external news provider and fetch the news with your VertexFX terminals and to be reflected by any data changes in your system.</span></p>
<p class="hsbanner"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><br /><span style="color: #3f529c;">How To Use VertexFX News API</span></strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">All what you have to do for start sending the News from any provider is to reference the {VertexFX News API} DLL, then define Object of type</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> <strong>VertexfxNewsSvrAPI .CVertexfxNewsSvr&nbsp;</strong>and to set the following properties of server <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3403">Username</a>, <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3404">Password</a>, <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3405">Port</a>&nbsp;and&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3406">Initialize Point</a>&nbsp;that is used in VertexFX Gateway to connect to your news server and start receiving news, after that call the following method StartServer( ), and finally you can send the news through <a href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3416">SendNews</a> method.<strong>&nbsp;</strong></span></p>
<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #3f529c;"><strong><strong><strong><strong><strong><strong><strong>News Server API Index:&nbsp;</strong></strong></strong></strong></strong></strong></strong></span></p>
<table style="width: 95%;" border="0" cellspacing="25">
<tbody>
<tr>
<td style="width: 45%;" colspan="2">
<p><span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: x-small;"><strong><span style="font-size: small;"><strong><span><strong><span>Server Side Classes</span></strong></span></strong></span><br /></strong></span></span></span></span></p>
<hr style="font-size: x-small;" />
<br /></td>
</tr>
<tr>
<td>
<p><strong style="font-size: small; color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif;"><strong>&nbsp;Properties </strong></strong></p>
<hr />
<strong style="font-size: small; color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif;"><strong> </strong></strong><span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> 
<ul style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><span style="color: #0000ff;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3403">Username</a></span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2083"></a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3404">Password</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3405">Port</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3406">Initialize Point</a></span></li>
</ul>
</span></span></td>
<td>
<p><span style="font-size: small; color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif;"><span style="font-weight: 800;">&nbsp;</span><strong style="font-weight: bold;">Enum</strong></span></p>
<span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> 
<hr style="color: #3f529c;" />
<strong style="font-size: x-small;"><strong style="font-size: small; color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif;"><strong> </strong></strong></strong><span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> 
<ul style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">
<li><span style="color: #0000ff;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3417">ServerStatusEnum</a></span></li>
</ul>
<p><br /><br /></p>
</span></span></span></span></td>
</tr>
<tr>
<td>
<p><span style="font-size: small; color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif;"><span style="font-weight: 800;">&nbsp;</span><strong style="font-weight: bold;">Data Types </strong></span></p>
<hr />
<strong style="font-weight: bold;"> </strong> <span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> 
<ul>
<li><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3407">CoSession</a></span></li>
<li><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3408">CNew</a></li>
</ul>
</span></span></td>
<td>
<p><span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-weight: 800;">&nbsp;</span></span><strong style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><strong><strong><strong><strong>Events </strong></strong></strong></strong></strong></p>
<hr />
<strong style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><strong><strong><strong><strong> </strong></strong></strong></strong></strong> <span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span style="color: #3f529c;"><span> 
<ul>
<li><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3418">ServerStatus</a></span></li>
<li><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3419">SessionConnected</a></li>
</ul>
</span></span></span></span></td>
</tr>
<tr>
<td>
<p><span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-weight: 800;">&nbsp;</span></span><strong style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><strong><strong><strong>Methods </strong></strong></strong></strong></p>
<hr />
<strong style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><strong><strong><strong> </strong></strong></strong></strong> <span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> 
<ul style="color: #3f529c;">
<li><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3409">StartServer</a></span></li>
<li><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3410">StopServer</a></li>
<li><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3415">PauseServer</a></li>
<li><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3416">SendNews</a></li>
</ul>
</span></span></td>
<td><br /></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<hr />
<p style="font-family: Tahoma;"><span style="font-size: small;"><a style="color: #808080;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2702">Back to Home Index</a></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX Currency Server 10.1.1]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3391]]></link>
<guid><![CDATA[dbb422937d7ff56e049d61da730b3e11]]></guid>
<pubDate><![CDATA[Wed, 06 Feb 2013 12:30:16 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;&nbsp;
Hybrid Solutions&nbsp;is pleased to announce the new release of VertexFx Currency Server Version 10.1.1 which has several new features and functions that make prices broadcasting and filtering with it more precise and effective; we have taken...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></span>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Hybrid Solutions</strong>&nbsp;is pleased to announce the new release of </span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3186">VertexFx Currency Server </a></span></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Version 10.1.1 which </span></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3186"></a>has several new features and functions that make prices broadcasting and filtering with it more precise and effective; we have taken our customer suggestions and notes into consideration; the conclusion of that is a new version which has the following features:</span><br /></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Ability to add multiple users Login info to the same VertexFX Currency Server, each user can login one session at a time, in this option you can add more than one username to connect to this Currency Server, instead of having one username for all users.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Adding a default filtration to avoid broadcasting prices when Bid is bigger than Ask.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Increase its capacity "Number of added symbols" from 250 to 500 symbols.</span></li>
</ul>
<span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">
<p>&nbsp;</p>
</span>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I apply Arabic language to my VetretxFX platform?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3390]]></link>
<guid><![CDATA[8ed36a8485e30937b99c0d247e9c3832]]></guid>
<pubDate><![CDATA[Wed, 06 Feb 2013 12:10:04 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
To set Arabic letters to your login information over VetretxFX platform, you need at first to set on your PC the &ldquo;Current language for non-Unicode programs&rdquo; to Arabic language. This can be done by the following steps:

From the Start Wi...]]></description>
<content:encoded><![CDATA[<p style="text-align: center;">&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">To set Arabic letters to your login information over VetretxFX platform, you need at first to set on your PC the &ldquo;Current language for non-Unicode programs&rdquo; to Arabic language. This can be done by the following steps:</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From the Start Window go to the Control Panel and open the &ldquo;Region and Language&rdquo;.</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="ControlPanel" src="http://www.hybrid-solutions.com/support/images/help/client/Logon/10-ControlPanel.png" alt="ControlPanel" width="646" height="588" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">A small window will appear as the following image, go to the Administrative tab and press on &ldquo;Change system locale&hellip;&rdquo;</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Region&amp;Language" src="http://www.hybrid-solutions.com/support/images/help/client/Logon/10-Region&amp;Language.png" alt="Region&amp;Language" width="477" height="549" /></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Another small window will appear, select the Arabic language from the drop down list.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">After you choose the Arabic language press OK and restart your PC.</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><br />When you run your PC again, you will be able to create a demo account in VertexFX client terminal using Arabic letters and your demo account name will be showing in the top of the client terminal.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">But if you are using a real account in VertexFX client terminal, you will need to contact your dealing room and they have to do the same steps on the &ldquo;Regional and Language&rdquo; then they will be able to reset you login information using Arabic letters.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[System Online Sessions Management]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3311]]></link>
<guid><![CDATA[bdd8817990ef209f0fb6b049f2d2ea0c]]></guid>
<pubDate><![CDATA[Mon, 17 Dec 2012 14:24:28 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[To obtain the optimum Trading Platform Structure for VertexFx System, you will need to keep your system in its Optimum Server Structure. Also by keeping your system under optimum online sessions limit, so your system performance will not be affected nor f...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><br />To obtain the optimum <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure.html">Trading Platform Structure</a> for VertexFx System, you will need to keep your system in its <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html">Optimum Server Structure</a>. Also by keeping your system under optimum online sessions limit, so your system performance will not be affected nor face any delays; this can be achieved by managing the system&rsquo;s online sessions not to exceed the maximum of &ldquo;250 &ndash; 300&rdquo; online sessions per server. This will be including the system&rsquo;s white label(s) online sessions as well.</span></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">If your server exceeds this limit, we recommend you to route some of these online sessions to another server to balance your online servers sessions between these servers.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX Web Trader Custom Login Page]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3301]]></link>
<guid><![CDATA[8217bb4e7fa0541e0f5e04fea764ab91]]></guid>
<pubDate><![CDATA[Wed, 05 Dec 2012 12:48:22 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
VertexFX Web trader has its own stand alone login page, that is used to login to your trading account. What if you want to have your own login page, with your unique design, and may be to be within your website main page, instead of being stand alo...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">VertexFX Web trader has its own stand alone login page, that is used to login to your trading account. What if you want to have your own login page, with your unique design, and may be to be within your website main page, instead of being stand alone page.</span></p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">However, we provide VertexFX Web Trader login page template, that you can improve as you want in your website.</span></p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Basically, to use a login Web template you should change urlStr and urlDefaultPageStr variables in the sample below to the corresponding server host.</span></p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">You should call </span><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1949">Login</a></span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"> method to be authenticated before enter to web Trader. The below sample illustrates how you can develop custom login page</span></p>
<p><strong style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif;"><span style="color: #3f529c;"><br />Sample</span></strong></p>
<table style="width: 92%;" border="0">
<tbody>
<tr>
<td style="width: 95px; border: 1px solid #bbbbbb;">
<p>&nbsp;</p>
<p><span style="font-family: 'courier new', courier; font-size: small; color: #000000;"><span style="color: #0000ff;">&lt;!</span><span style="color: #800000;">DOCTYPE</span> <span style="color: #ff0000;">html PUBLIC</span> <span style="color: #0000ff;">"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt;<br /></span></span><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">html</span><span style="color: #000000;"> </span><span style="color: #ff0000;">xmlns</span><span style="color: #0000ff;">="http://www.w3.org/1999/xhtml"&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">head</span><span style="color: #0000ff;">&gt;</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small; color: #000000;"><span style="color: #0000ff;">&nbsp;&nbsp;&nbsp; &lt;</span><span style="color: #800000;">title</span><span style="color: #0000ff;">&gt;</span>Login Page <span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">title</span><span style="color: #0000ff;">&gt;<br /></span></span><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;">&nbsp; &nbsp; &lt;</span><span style="color: #800000;">script</span><span style="color: #000000;"> </span><span style="color: #ff0000;">src</span><span style="color: #0000ff;">="http://code.jquery.com/jquery-latest.js"&gt;&lt;/</span><span style="color: #800000;">script</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&nbsp; &nbsp; &lt;</span><span style="color: #800000;">script</span><span style="color: #000000;">&nbsp; </span><span style="color: #ff0000;">type</span><span style="color: #0000ff;">="text/javascript" &gt;</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;"><br /></span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(document).ready(<span style="color: #0000ff;">function</span> () {</span></p>
<p><span style="color: #008000; font-family: 'courier new', courier; font-size: small;">&nbsp; &nbsp; &nbsp; &nbsp; // change urlStr&nbsp; and&nbsp; urlDefaultPageStr according to host server&nbsp;</span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var</span> urlStr = <span style="color: #800000;">"http://74.54.46.178/vertexweb10/WebService.svc"</span> ;<br /></span><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;var</span><span style="color: #000000;"> urlDefaultPageStr = </span><span style="color: #800000;">"http://74.54.46.178/vertexweb10/Default.aspx"</span><span style="color: #000000;">;</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$.support.cors = <span style="color: #0000ff;">true</span>;<br /></span><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;function</span><span style="color: #000000;"> onSuccessResult(response) {<br /></span><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;try</span><span style="color: #000000;"> {</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;response = eval(<span style="color: #800000;">'('</span> + response + <span style="color: #800000;">')'</span>)<br /></span><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;if</span><span style="color: #000000;"> (response.UserId == -1 || response.UserId == -207) {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(</span><span style="color: #800000;">"#resultData"</span><span style="color: #000000;">).html(</span><span style="color: #800000;">"Invalid username or password"</span><span style="color: #000000;">.fontcolor(</span><span style="color: #800000;">"red"</span><span style="color: #000000;">));<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else if</span> (response.UserId == -231) {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(</span><span style="color: #800000;">"#resultData"</span><span style="color: #000000;">).html(</span><span style="color: #800000;">"You must have at least one account"</span><span style="color: #000000;">.fontcolor(</span><span style="color: #800000;">"red"</span><span style="color: #000000;">));<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else if</span> (response == <span style="color: #0000ff;">null</span> || response == <span style="color: #800000;">"" </span>|| response.UserId &lt; 0) {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(</span><span style="color: #800000;">"#resultData"</span><span style="color: #000000;">).html(</span><span style="color: #800000;">"Error while login.Please try later"</span><span style="color: #000000;">.fontcolor(</span><span style="color: #800000;">"red"</span><span style="color: #000000;">));<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else if</span> (response.UserId &gt; 0) {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;window.location = urlDefaultPageStr;<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;else</span> {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(</span><span style="color: #800000;">"#resultData"</span><span style="color: #000000;">).html(</span><span style="color: #800000;">"Invalid username or password"</span><span style="color: #000000;">.fontcolor(</span><span style="color: #800000;">"red"</span><span style="color: #000000;">));<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;catch</span> (exception) { }</span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><br /></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;function</span> onErrorResult(result) {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;alert(</span><span style="color: #800000;">'Service call faild : ' </span><span style="color: #000000;">+ result.status + </span><span style="color: #800000;">' '</span><span style="color: #000000;"> + result.statusText);</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}</span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(<span style="color: #800000;">"#btnLogin"</span>).click(<span style="color: #0000ff;">function</span> () {<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$.ajax({<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;type: </span><span style="color: #800000;">"GET"</span><span style="color: #000000;">,<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;url: urlStr + </span><span style="color: #800000;">"/Login"</span><span style="color: #000000;">,<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;dataType: </span><span style="color: #800000;">"jsonp"</span><span style="color: #000000;">,<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;data: { </span><span style="color: #800000;">"username"</span><span style="color: #000000;">: $(</span><span style="color: #800000;">"#txtusername"</span><span style="color: #000000;">).val(), </span><span style="color: #800000;">"password"</span><span style="color: #000000;">: $(</span><span style="color: #800000;">"#txtpassword"</span><span style="color: #000000;">).val() },<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;success: onSuccessResult,<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;error: onErrorResult<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;});<br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;});</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><br /></span><span style="color: #000000;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;});</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">script</span><span style="color: #0000ff;">&gt;</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;"><br /></span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">head</span><span style="color: #0000ff;">&gt;<br /></span></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">body</span><span style="color: #0000ff;">&gt;</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;"><br /></span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">center</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">table</span> <span style="color: #ff0000;">cellpadding</span><span style="color: #0000ff;">='2'</span> <span style="color: #ff0000;">cellspacing</span><span style="color: #0000ff;">='0'</span> <span style="color: #ff0000;">border</span><span style="color: #0000ff;">='0'</span> <span style="color: #ff0000;">id</span><span style="color: #0000ff;">='ap_table'</span> <span style="color: #ff0000;">style</span><span style="color: #0000ff;">="width:200px" &gt;<br /></span></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #000000;"> </span><span style="color: #ff0000;">bgcolor</span><span style="color: #0000ff;">="blue"&gt;&lt;</span><span style="color: #800000;">table</span><span style="color: #000000;"> </span><span style="color: #ff0000;">cellpadding</span><span style="color: #0000ff;">='0'</span><span style="color: #000000;"> </span><span style="color: #ff0000;">cellspacing</span><span style="color: #0000ff;">='0'</span><span style="color: #000000;"> </span><span style="color: #ff0000;">border</span><span style="color: #0000ff;">='0'</span><span style="color: #000000;"> </span><span style="color: #ff0000;">width</span><span style="color: #0000ff;">='180px'&gt;&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #000000;"> </span><span style="color: #ff0000;">bgcolor</span><span style="color: #0000ff;">="blue"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">align</span><span style="color: #0000ff;">=center</span><span style="color: #000000;"> </span><span style="color: #ff0000;">style</span><span style="color: #0000ff;">="padding:2;padding-bottom:4"&gt;&lt;</span><span style="color: #800000;">b</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">font</span><span style="color: #000000;"> </span><span style="color: #ff0000;">size</span><span style="color: #0000ff;">=-1</span><span style="color: #000000;"> </span><span style="color: #ff0000;">color</span><span style="color: #0000ff;">="white"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">face</span><span style="color: #0000ff;">="verdana,arial"&gt;&lt;</span><span style="color: #800000;">b</span><span style="color: #0000ff;">&gt;</span><span style="color: #000000;">Enter your login and password</span><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">b</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #000000;">font</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">th</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #000000;"> </span><span style="color: #ff0000;">bgcolor</span><span style="color: #0000ff;">="white"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">style</span><span style="color: #0000ff;">="padding:5"&gt;&lt;</span><span style="color: #800000;">br</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">center</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">table</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">font</span><span style="color: #000000;"> </span><span style="color: #ff0000;">face</span><span style="color: #0000ff;">="Tahoma"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">size</span><span style="color: #0000ff;">=-1&gt;</span><span style="color: #000000;">Login</span><span style="color: #0000ff;">:&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">input</span><span style="color: #000000;">&nbsp; </span><span style="color: #ff0000;">type</span><span style="color: #0000ff;"><span style="color: #ff0000;">=</span>"text"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">id</span><span style="color: #0000ff;">="txtusername"</span><span style="color: #000000;">&nbsp; </span><span style="color: #ff0000;">style</span><span style="color: #0000ff;">="width:150px"&gt;&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">font</span><span style="color: #000000;"> </span><span style="color: #ff0000;">face</span><span style="color: #0000ff;">="Tahoma"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">size</span><span style="color: #0000ff;">=-1&gt;</span><span style="color: #000000;">Password:</span><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">input</span><span style="color: #000000;"> </span><span style="color: #ff0000;">type</span><span style="color: #0000ff;">="password"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">id</span><span style="color: #0000ff;">="txtpassword"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">style</span><span style="color: #0000ff;">="width:150px"&gt;&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">font</span><span style="color: #000000;"> </span><span style="color: #ff0000;">face</span><span style="color: #0000ff;">="Tahoma"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">size</span><span style="color: #0000ff;">=-1&gt;</span><span style="color: #000000;">&amp;nbsp;</span><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">font</span><span style="color: #000000;"> </span><span style="color: #ff0000;">face</span><span style="color: #0000ff;">="Tahoma"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">size</span><span style="color: #0000ff;">=-1&gt;&lt;</span><span style="color: #800000;">input</span><span style="color: #000000;"> </span><span style="color: #ff0000;">style</span><span style="color: #0000ff;">="width:80px"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">id</span><span style="color: #000000;">=</span><span style="color: #0000ff;">"btnLogin"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">type</span><span style="color: #0000ff;">="submit"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">value</span><span style="color: #0000ff;">="Enter"&gt;&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&lt;</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;</span><span style="color: #800000;">td</span><span style="color: #000000;"> </span><span style="color: #ff0000;">colspan</span><span style="color: #0000ff;">=2&gt;&lt;</span><span style="color: #800000;">font</span><span style="color: #000000;"> </span><span style="color: #ff0000;">face</span><span style="color: #0000ff;">="Tahoma,arial"</span><span style="color: #000000;"> </span><span style="color: #ff0000;">size</span><span style="color: #0000ff;">=-1&gt;&lt;</span><span style="color: #800000;">div</span><span style="color: #000000;"> </span><span style="color: #ff0000;">id</span><span style="color: #0000ff;">="resultData"&gt; &lt;/</span><span style="color: #800000;">div</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;<br /></span><span style="color: #0000ff;">&nbsp;</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">table</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">center</span><span style="color: #0000ff;">&gt;</span></span></p>
<p><span style="color: #000000; font-family: 'courier new', courier; font-size: small;"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">table</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">td</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">tr</span><span style="color: #0000ff;">&gt;&lt;/</span><span style="color: #800000;">table</span><span style="color: #0000ff;">&gt;</span></span></p>
<p><span style="font-family: 'courier new', courier; font-size: small;"><span style="color: #000000;"><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">body</span><span style="color: #0000ff;">&gt;<br /></span></span><span style="color: #0000ff;">&lt;/</span><span style="color: #800000;">html</span><span style="color: #0000ff;">&gt;</span></span></p>
<p>&nbsp;</p>
</td>
</tr>
</tbody>
</table>
<br /> 
<hr />
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related Topics</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1956"></a><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2581">VertexFX Web Trader</a></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1957"></a><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1925">VertexFX WCF Service</a></span></li>
</ul>
<p><a style="color: #808080;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2702"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Back to VertexFX Help Index</span></a></p>
<p style="font-family: Tahoma;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><br /><a style="color: #808080;" href="http://www.hybrid-solutions.com/support/index.php?/hs/Knowledgebase/Article/View/3107"></a></span><span style="font-size: small;"><a style="color: #808080;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2702">Back to Home Index</a></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Scalping in Forex Trading]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3102]]></link>
<guid><![CDATA[c5d9256689c43036581f781c61f26e50]]></guid>
<pubDate><![CDATA[Sun, 09 Sep 2012 11:57:51 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
Scalping in Forex Trading
What is scalping?Forex scalping is a trading strategy in which the trader makes dozens or even hundreds of trades daily, looking to capture a few pips per trade. Generally, scalpers stay in trades for less than a minute, b...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Scalping in Forex Trading</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><br />What is scalping?<br /></strong>Forex scalping is a trading strategy in which the trader makes dozens or even hundreds of trades daily, looking to capture a few pips per trade. Generally, scalpers stay in trades for less than a minute, bolting as soon as their position captures a few pips. Simply, scalping is a procedure by which one makes a trade with the goal of only making a couple of points. Basically scalping is profiting from small moves in the market. A scalper trader will only stay in the market for seconds to minutes at a time. Forex scalping is the art of using high leverage and a large number of short term trades to make a steady profit. Usually, only 1 to 10 pips are targeted for each trade. Trading is done on the major currencies. The majority of intraday scalpers tend to be futures players, meaning they profit from small moves in the market.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">A scalper intends to take as many small profits as possible, not allowing them to evaporate. Such an approach is the opposite of the "let your profits run" mindset, which attempts to optimize positive trading results by increasing the size of winning trades while letting others reverse. Scalping achieves results by increasing the number of winning trades and sacrificing the size of the wins. It's not uncommon for a trader of a longer time frame to achieve positive results by winning only half or even less of his or her trades - it's just that the wins are much bigger than the losses. A successful scalper, however, will have a much higher ratio of winning trades versus losing ones while keeping profits roughly equal to or slightly higher than losses. Practically any trading system, based on particular setups, can be used for the purposes of scalping. In this regard, scalping can be seen as a kind of method of risk management.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<img src="http://www.hybrid-solutions.com/images/scalping1.jpg" alt="" width="350" height="231" /></strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Scalping Requirements&nbsp;<br /></strong></span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Price spreads and commissions to be as low as possible in order to reduce the cost of doing business to a realistic proportion of turnover.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Data provision (Broadcasted prices) and execution must be fast.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Adequate liquidity and a sufficiently large capital base in order to make the small targets and time spent monetarily worthwhile.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><br />The Advantages of Scalping</strong></span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Very effective method of using capital with minimal risk per trade.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">High percentage win rate.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Scalping is suitable for the impatient trader who is prepared to devote a lot of time and continuous focus to the market.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Event risk is small as the scalper will usually be almost certain of a fill at the chosen exit point even if conditions suddenly change.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><br />The Disadvantages of Scalping: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></span><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Scalping is intense, draining, and demands a lot of screen time. Accurate timing is vital. &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<br /></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Higher cost per unit of profit than longer term strategies.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Scalping requires complex knowledge of market structure and order flow.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Scalping can be very stressful and is not suitable for spread betting.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Scalping fee of $1 per Mini Lot (10,000 base currencies) applies. Relative fee applies.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Minimum trade fee of $1 applies.<br /></span></li>
</ul>
<p><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><strong><br /><br />The following are useful parameters that can assist managing scalping trading:</strong></strong></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Change the spread and commission, where increasing the cost of making trades, cause&nbsp;&nbsp; longer time to close a position. Reducing the cost by low spread and low commission will attract scalpers to make trades with a broker.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Enable the option to stop trading on symbols after price stopped in a specific seconds from the backoffice.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">As fast execution will attract scalpers you can use auto broker option but after assuring that the data feed is very fast and stable or use the VertexFX Smart Dealer application, with fast responding setting. Alternatively, putting manual broker or a delay in responding at smart dealer will reduce scalping performance.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Increasing the 'Minimum amount per deal" parameter will reduce scalping and reducing this parameter will make it easier to attract it.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Monitor your feed prices all the times and keep it filtered to avoid any wrong quotes.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><strong><br /></strong></strong></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[White Label Order Processing Cycle]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3010]]></link>
<guid><![CDATA[22722a343513ed45f14905eb07621686]]></guid>
<pubDate><![CDATA[Mon, 30 Jul 2012 14:10:52 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Dear valued customerAlthough white label process is a 2 working days procedure to come alive, it sometimes may take weeks before being delivered due to one or more of the following reasons:

Lack of providing correct KYC documents.
Unclear or wrong compan...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Dear valued customer</strong></span><br /><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Although white label process is a 2 working days procedure to come alive, it sometimes may take weeks before being delivered due to one or more of the following reasons:</span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Lack of providing correct KYC documents.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Unclear or wrong company Logo and contact info which most of the time requires repackaging again and this is&nbsp;time&nbsp;consuming for both of us.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Requesting single white label and not having WL distribution agreement where you keep negotiate for the single WL each time while it has a fixed pricing, and processing a Single WL invoice takes time unlike the Bulk white labels one.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Signing the White label contract with mixed information or signatures.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">In order&nbsp;to speed up processing&nbsp;the white label with its best as of 1-2 days at maximum, make sure to do the following:</span></p>
<ol>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Get your bulk WL distribution agreement with its credit now and save your time discussing the white label offer each time.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Fill the white label contract with the correct information and each party on it's specified spaces to avoid sending you the contract again, as contract with mixed details will not be accepted.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Order your WL with the following KYC documents directly (Company certificate and/or ID, driving license) and supply us with these document with the white label contract.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Company clear information with forwarding verification email from your WL domain directly. Your WL logo should be clear with the requested sizes;&nbsp;55&times;55 (Setup Image, PNG) and 32&times;32 (Desktop ICON) and 80&times;80 (Help about image, PNG)&nbsp;And sent as source file AI, PSD</span></li>
</ol>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">We appreciate your cooperation with us to assure serving you with our finest services and at the earliest.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX 10 Help]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2702]]></link>
<guid><![CDATA[2e7ceec8361275c4e31fee5fe422740b]]></guid>
<pubDate><![CDATA[Sun, 06 May 2012 13:54:19 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[VertexFX 10 Help Index:



VertexFX Client Terminals: 

 

Client Terminal
e-Broker&nbsp;&nbsp;
Web Trader

&nbsp;
VertexFX BackEnd Terminals:

 

Backoffice Terminal
Smart Dealer&nbsp;
Bridge
Currency Server


VertexFX Client API's/ VTL: 

 

VTL Client
...]]></description>
<content:encoded><![CDATA[<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">VertexFX 10 Help Index:</span></strong></p>
<table style="width: 95%;" border="0" cellspacing="15">
<tbody>
<tr>
<td valign="top"><span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><strong><span style="font-size: small;"><strong><span>VertexFX Client Terminals:</span></strong></span></strong> 
<hr />
</span> 
<ul style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2376">Client Terminal</a><span style="color: #3f529c;"><br /></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2719">e-Broker</a>&nbsp;&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2581">Web Trader<br /><br /></a></span></li>
</ul>
<p>&nbsp;</p>
<p><strong><span><strong><br />VertexFX BackEnd Terminals:</strong></span></strong></p>
<hr />
</span> 
<ul style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">
<li><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2378">Backoffice Terminal</a></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2718">Smart Dealer</a>&nbsp;<span style="color: #3f529c;"><br /></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2212">Bridge</a><span style="color: #3f529c;"><br /></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3186">Currency Server</a><span style="color: #3f529c;"><br /></span></span></li>
</ul>
</span></td>
<td style="width: 50%;" rowspan="7" valign="top"><span style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: x-small;"><strong><span style="font-size: small;"><strong><span><strong style="color: #3f529c;"><span>VertexFX Client API's/ VTL:</span></strong></span></strong></span><br /></strong></span> 
<hr style="font-size: x-small;" />
</span> 
<ul style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2567">VTL Client</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2566">VTL Server</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2061">Client API (ActiveX DLL)</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1925">Client WCF Service</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3301">Web Trader Custom Login Page</a></span></li>
</ul>
<p>&nbsp;</p>
<p><strong><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">VertexFX BackEnd API's:</span></strong></p>
<hr />
</span> 
<ul style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2062">Backoffice API (ActiveX DLL)</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2623">Currency Server API</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2214">Bridge LP API</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3016">SMS Server API</a></span></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3397">News Server API</a></span></li>
</ul>
</span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="color: #3f529c; font-size: small;">&nbsp;</span></span></td>
</tr>
</tbody>
</table>
<hr />
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #808080;" href="http://www.hybrid-solutions.com">Back to Hybrid-Solutions home page</a></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to make the launch button and the never make the windows alert you to allow ...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2468]]></link>
<guid><![CDATA[e82c4b19b8151ddc25d4d93baf7b908f]]></guid>
<pubDate><![CDATA[Sun, 25 Mar 2012 17:28:45 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How to make the launch button and the never make the windows alert you to allow the VertexFX platforms run if you are using windows 7 or vista.
You will have to dicrease the UAC (User Account Control) to the &ldquo;Never notify me&rdquo; &nbsp;level.Note...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br />How to make the launch button and the never make the windows alert you to allow the VertexFX platforms run if you are using windows 7 or vista.</span></p>
<span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You will have to dicrease the UAC (User Account Control) to the &ldquo;Never notify me&rdquo; &nbsp;level.</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Note: Disabling UAC will lead to a less secure system, so be warned.</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">The following steps will guide you how to change the UAC:</span>
<p><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Disable UAC on Windows Vista:</strong></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Open up Control Panel, and type in &ldquo;UAC&rdquo; into the search box. You&rsquo;ll see a link for &ldquo;Turn User Account Control (UAC) on or off&rdquo;:</span><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">&nbsp;</strong></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="ControlPanel" src="http://www.hybrid-solutions.com/support/images/UAC/1-controlpanel.png" alt="ControlPanel" width="592" height="249" /></span></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">On the next screen you should uncheck the box for &ldquo;Use User Account Control (UAC)&rdquo;, and then click on the OK button.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="VistaUAC" src="http://www.hybrid-solutions.com/support/images/UAC/2-vistauac.png" alt="VistaUAC" width="608" height="325" /></span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You&rsquo;ll need to reboot your computer before the changes take effect.</span></li>
</ul>
<p>&nbsp;</p>
<p><strong style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Disable UAC on Windows 7</strong></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Windows 7 makes it much easier to deal with UAC settings, just type UAC into the start menu or Control Panel search box.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Windows7ControlPanel" src="http://www.hybrid-solutions.com/support/images/UAC/3-windows7controlpanel.png" alt="Windows7ControlPanel" width="435" height="177" /> </span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Drag the slider down, to the "Never notify me" level.</span></li>
<span style="font-family: tahoma,arial,helvetica,sans-serif;">﻿</span> 
</ul>
<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Windows7UAC" src="http://www.hybrid-solutions.com/support/images/UAC/4-windows7uac.png" alt="Windows7UAC" width="459" height="606" /></span></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">You&rsquo;ll need to reboot your computer before the changes take effect.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Please note that this option will effect on the other application since it is general windows configurations.</span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><br /></span></li>
</ul>
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1692">Logon and Connecting to the system.</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX Order Flow]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2419]]></link>
<guid><![CDATA[020bf2c45e7bb322f89a226bd2c5d41b]]></guid>
<pubDate><![CDATA[Thu, 15 Mar 2012 13:57:46 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
This article will explain to you how the market order life cycle works in VertexFX system, depending on VertexFX VADS applications which are used within VertexFX system.


When the client place a market order using VertexFX (Client Platform, e-...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">This article will explain to you how the market order life cycle works in VertexFX system, depending on VertexFX VADS applications which are used within <span>VertexFX</span> system.</span></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="OrdeFlow" src="http://www.hybrid-solutions.com/support/images/OrdeFlow.png" alt="OrdeFlow" width="594" height="532" /></p>
<br />
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">When the client place a market order using VertexFX (Client Platform, e-Broker, Web Trader or Mobile Trader) this order will pass through the following cycle:</span></p>
<ol>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">If you set the Auto Broker in the VertexFX Backoffice to be ON then the order will be accepted with no need for dealing room confirmation. Otherwise the order will be sent to the Chatting Screen.<br />&nbsp;</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">If you set the Auto Broker from the VertexFX Backoffice to be OFF for all your system or for specifice group/ office or client, then the order will be sent to the Chatting Screen, and will be handled through one of the following approaches: 
<ul>
<li>If the order&nbsp;receives to the <span style="color: #3f529c;"><strong><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2378">VertexFX Backoffice</a> </strong><span style="color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2385">chatting</a></span></span><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2385"> screen</a>:<br />The dealers of the dealing room will accept, re- quote or reject the order.</li>
<li><span>If the order <span>receives</span><span>&nbsp;to</span>&nbsp;<span>the <span style="color: #3f529c;"><strong><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2718">VertexFX Smart Dealer</a></strong></span> <span>chatting screen</span>:<br />The order will be accepted or re- quoted&nbsp;depending on the set rules of the Smart Dealer application.</span></span></li>
<li><span><span>If the order <span>receives</span><span>&nbsp;to</span>&nbsp;<span>the <span style="color: #3f529c;"><strong><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2212">VertexFX &nbsp;Bridge</a></strong></span> <span>chatting screen</span>:<br />Here</span></span></span> the order will be treated depending on the Bridge Rules. If the Bridge Rules don&rsquo;t cover this order then the order will be rejected, and&nbsp;if the Bridge Rules cover this order then the order will be waiting for the Liquidity Provider action so the order will be treated as Bridge Rules settings.<br />- If your LP re- quote your position the bridge will re-quote your client's order depends in your bridge configuration, and if you set your symbols to be not re-<span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">quotable, </span>the system will not ask your client for this re-quote "slippage"<strong></strong> and your system will give your client that position with the re-quoted price.<br />- If your LP re-quote your position the bridge will re-quote your client's order depends in your bridge configuration, and if you set your symbols to be Re- quotable the system will ask your client for this re-quoted price to accept it or reject it. </li>
</ul>
<br /><br /></span></li>
</ol>]]></content:encoded>
</item>
<item>
<title><![CDATA[Profit Formula Information]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2407]]></link>
<guid><![CDATA[97416ac0f58056947e2eb5d5d253d4f2]]></guid>
<pubDate><![CDATA[Thu, 08 Mar 2012 13:09:26 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[This is a quick over view on how to edit the "Profit formula" of your symbols.




Contract Name
Contract Size
Direct/In-Direct
Division/Multiplication
Pip Location
Reference price


AUD/CAD
100000
DIRECT
MULTIPLICATION
0.0001
USD/CAD


AUD/CHF
100000
DIR...]]></description>
<content:encoded><![CDATA[<span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">This is a quick over view on how to edit the "Profit formula" of your symbols.</span><br /><ol style="font-family: tahoma, arial,   helvetica, sans-serif; font-size: small;">
<p style="color: #3f529c;"><span style="color: #3f529c; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><strong><br /></strong></span></p>
<table style="border-image: initial; width: 92%; border-width: 0px; border-style: solid;" border="0" cellspacing="92" cellpadding="10" rules="all">
<tbody>
<tr>
<td style="background-color: #e5e5e5; border: 1px solid #bbbbbb;"><span style="font-size: small; color: #000000; font-family: tahoma, arial, helvetica, sans-  serif;">Contract Name</span></td>
<td style="background-color: #e5e5e5; border: 1px solid #bbbbbb;"><span style="font-size: small; color: #000000; font-family: tahoma, arial, helvetica, sans-  serif;">Contract Size</span></td>
<td style="background-color: #e5e5e5; border: 1px solid #bbbbbb;"><span style="font-size: small; color: #000000; font-family: tahoma, arial, helvetica, sans-  serif;">Direct/In-Direct</span></td>
<td style="background-color: #e5e5e5; border: 1px solid #bbbbbb;"><span style="font-size: small; color: #000000; font-family: tahoma, arial, helvetica, sans-  serif;">Division/Multiplication</span></td>
<td style="background-color: #e5e5e5; border: 1px solid #bbbbbb;"><span style="font-size: small; color: #000000; font-family: tahoma, arial, helvetica, sans-  serif;">Pip Location</span></td>
<td style="background-color: #e5e5e5; border: 1px solid #bbbbbb;"><span style="font-size: small; color: #000000; font-family: tahoma, arial, helvetica, sans-  serif;">Reference price</span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">AUD/CAD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/CAD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">AUD/CHF</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">AUD/JPY</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/JPY</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">AUD/NZD</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">NZD/USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">AUD/USD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">AUD-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">AUD-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">CAD/JPY</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD/JPY</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">CAD-FUTURE</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">CAD-MINI</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">CHF/JPY</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/JPY</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">CHF-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">125000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">CHF-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">COCOA</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">10</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">COFFE</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">375</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">COPPER</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">25000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">COPPER MCX</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">1000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">CORN</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">50</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">COTTON</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">500</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">CRUDE OIL</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">1000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">CRUDE OIL MCX</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">1</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">CRUDE OIL-MINI</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">1000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DOW JONES</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">10</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">1</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DOW-MINI</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">5</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">1</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DX-FUTURE</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">1000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">EUR/AUD</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">AUD/USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">EUR/CAD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">EUR/CHF</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">EUR/GBP</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">GPB/USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">EUR/JPY</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">1000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">EUR/USD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">EUR-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">125000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">EUR-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">GBP/AUD</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">AUD/USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">GBP/CAD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/CAD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">GBP/CHF</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">GBP/JPY</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/JPY</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">GBP/NZD</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">NZD/USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">GBP/USD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">GBP-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">62500</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">GBP-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">GOLD</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">GOLD MCX</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">1</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">JPY-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">125000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">JPY-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">LEAD MCX</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">5000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">NATURAL GAS</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">10000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">NASDAQ</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">NASDAQ-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">50</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">NZD/JPY</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">NZD/JPY</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">NZD/USD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">NZD-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">PALLADIUM</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">PLATINUM</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">50</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">S&amp;P 500</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">500</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">S&amp;P-MINI</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">50</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">SOY BEAN</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">50</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">SUGAR</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">1124</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">SILVER</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">5000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">SILVER MCX</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">30</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">1</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/CAD</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/CAD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD/CHF</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.0001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD/CHF</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/JPY</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD/JPY</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">XAG</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">5000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.001</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">XAG-FUTURE</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">5000</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.001</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">XAG-MINI</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">5000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">XAU</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">XAU-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">XAU-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">100</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">WHEAT-FUTURE</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">50</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">YM-MINI</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">10</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">MULTIPLICATION</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">1</span></span></td>
<td style="border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
<tr>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">ZINC MCX</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">5000</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIRECT</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">DIVISION</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">0.01</span></span></td>
<td style="border-image: initial; background-color: #fdeef4; border: 1px solid #bbbbbb;"><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-  serif; font-size: x-small;"><span style="font-size: small;">USD</span></span></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
</ol></span> 
<hr />
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #808080;" href="http://www.hybrid-  solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Back to Edit Symbol</a></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How do I know if someone is connected to my currency server in addition to my co...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1568]]></link>
<guid><![CDATA[dfa92d8f817e5b08fcaafb50d03763cf]]></guid>
<pubDate><![CDATA[Mon, 28 Nov 2011 14:49:46 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How do I know if someone is connected to my currency server in addition to my connection of my Vertex system?
In the VertexFx Currency Server there is no log file to check from the transactions that happens on this application.&nbsp;But you can know if s...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><br /><span style="color: #000000;">How do I know if someone is connected to my currency server in addition to my connection of my Vertex system?</span></strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">In the VertexFx Currency Server there is no log file to check from the transactions that happens on this application.&nbsp;But you can know if someone is connecting to your currency server from the session number on the left bottom of the currency server application, as it&rsquo;s showing in the following picture:</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="cs" src="http://www.hybrid-solutions.com/Currency%20Server%20KB.JPG" alt="cs" width="554" height="233" /></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">As you can see there are 4 sessions connected to this currency server, which means 4 systems are using this currency server. If your system is the only one connecting to your currency server the connected session should be 1.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">If you felt that there are unknown connections to your currency server, you can change the Username and/or Password of the currency server by performing the following steps:</span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Access the feed servers and go to VertexFX Currency Server from the Tools menu then select Settings and go to Login tab and change the Username and Password then press Save Settings.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">From the Backoffice go to Tools menu and select Options then Select Data Feeds tab after that right click on the feeds "that you had changed the Username and Password for them" and select Edit Feed then retype the new username and password that you had set it for the VertexFX Currency Server then press OK.</span></li>
</ul>
<p><strong><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><br /><span style="color: #3f529c;">Note:<br /></span><br /></span></strong><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If you are providing your Currency Server 10 connection to many VertexFX providers, you can set a separate username and password for each provider. This can be done by adding ## after the username that you are using and following it by the username that you want to give it to the provider, also for the password add ## the password that you are using and following it by the password that you want to give it to the provider.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">For example you are using the Username/ Password CUR/ CUR1234, and you want to give some VertexFX provider a Username/ Password to connect to your currency server let say it will be PROCUR/ PROCUR1234.</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">In the Username blank type: CUR## PROCUR<br /></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">And in the Password blank type: CUR1234## PROCUR1234</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">&nbsp;</span><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><br />Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3186">VertexFX Currency Server</a></span></li>
</ul>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to take a backup for my symbols on my feed server?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1542]]></link>
<guid><![CDATA[d010396ca8abf6ead8cacc2c2f2f26c7]]></guid>
<pubDate><![CDATA[Mon, 14 Nov 2011 18:55:41 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How to take a backup for my symbols on my feed server?&nbsp;
In order to take a backup for your symbols configuration from your server to your local PC so that you can save it at your side to be used later in emergency cases or use it in another feed ser...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>How to take a backup for my symbols on my feed server?</strong>&nbsp;</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">In order to take a backup for your symbols configuration from your server to your local PC so that you can save it at your side to be used later in emergency cases or use it in another feed server to avoid any situations that may affect feed's server.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">1- Access your server and open the following path:</span><br /><em><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">C:\Program Files\VertexFX Currency Server</span></em></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">2- Take the &ldquo;Manage&rdquo; file and save it in your side. To save any folder at your side, it is preferred to compress that folder and this by right clicking this folder, then select &ldquo;send to&rdquo; then select &ldquo;compressed (zipped) folder&rdquo; --&gt; this folder will be compressed at the same path.</span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">3- After that you need to save this folder at your local PC from your server&hellip; For any assistance in that, check this link:&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1278">Copy files from server using RDP</a></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What does the &quot;Free Margin&quot; mean?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1513]]></link>
<guid><![CDATA[2b3bf3eee2475e03885a110e9acaab61]]></guid>
<pubDate><![CDATA[Thu, 03 Nov 2011 16:56:23 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
What does the "Free Margin" mean?
The Free Margin also called effective margin, which equals Equity + Margin Requirement; it means how many lots of a certain currency can a client buy with the money he actually own at the current time.
Related T...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>&nbsp;</strong></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>What does the "<span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Free Margin"</span> mean?</strong></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">The <span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Free Margin also called </span>effective margin, which equals Equity + Margin Requirement; it means how many lots of a certain currency can a client buy with the money he actually own at the current time.</span></p>
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2199">Trade Panel</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the difference between White Label cancellation and suspension?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1480]]></link>
<guid><![CDATA[e816c635cad85a60fabd6b97b03cbcc9]]></guid>
<pubDate><![CDATA[Mon, 31 Oct 2011 00:20:46 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[
What is the difference between White Label cancellation and suspension?
The Differences between canceling the white label and suspension
White label cancellation is preferred to be informed before the startup of a new quarter to make sure no invoices wil...]]></description>
<content:encoded><![CDATA[<div>
<p><strong>What is the difference between White Label cancellation and suspension?</strong></p>
<p><span>The Differences between canceling the white label and suspension</span></p>
<p><span>White label cancellation is preferred to be informed before the startup of a new quarter to make sure no invoices will be issued on it and must clear the past dues on it. Technically it means that Only White Label configuration has been canceled and the office will be shown as normal IB office. Note that all its data and users are kept as is without changing.</span></p>
<p><span>Requesting reactivating the old canceled server requires a new white label order with new setup and takes from 2-3 working hours.</span></p>
<p><span>On the other side, suspension white label is temporary action considered as a support for our customers to settle their financial issues with their white label clients. No cancellation process is performed, only stopping the white label for 2-3 days after coordinating with the mother company owner in which the white label owner will have no access to, and could be reactivated within one hour after making sure the accounting status is stable again.</span></p>
<span>With the WL suspension, the invoices remain the same and are not canceled as this is a pure Technical support and does not include any accounting action. Only WL cancellation can cancel the WL invoices.</span></div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I change the time zone for all of Backoffice dealers and Client accounts...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1479]]></link>
<guid><![CDATA[dc09c97fd73d7a324bdbfe7c79525f64]]></guid>
<pubDate><![CDATA[Thu, 27 Oct 2011 16:44:29 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How can I change the time zone for all of Backoffice dealers and Client accounts?
Backoffice side:
To change the time zone in the Backoffice side you will need to change the GMT offset of the dealer as the following steps:

After you login to the Back...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br />How can I change the time zone for all of Backoffice dealers and Client accounts?</strong></span></p>
<h2><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong>Backoffice side:</strong></span></h2>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">To change the time zone in the Backoffice side you will need to change the GMT offset of the dealer as the following steps:</span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">After you login to the Backoofice go to the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2414">Dealers Tree</a> from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window</a>.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Right click on the desired dealer and choose "Edit".</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="EditDealer" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/7-EditDealer2.png" alt="EditDealer" width="312" height="276" /></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">In the "GMT offset" area click on button to change the offset.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Edit Dealer" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/7-EditDealer.png" alt="Edit Dealer" width="329" height="367" /></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">In the end choose the desired offset that belongs to the dealer country, then press OK and Submit.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="TimeZone" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/15-TimeZone.png" alt="TimeZone" width="410" height="214" /></span></p>
<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong>Client side:</strong></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Right click on the desired Client/Office from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window</a> and choose "Parameter" the "<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">Edit Parameter</a>".</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="AccountOptions" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/2-AccOptions2.png" alt="AccountOptions" width="509" height="379" /></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Go to the General tab and double click on the GMT offset area.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="GeneralParameters" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/27-ParamGen.png" alt="GeneralParameters" width="514" height="527" /></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Click on the override button and insert the desired GMT offset for the client/office.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="TimeZone" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/15-TimeZone2.png" alt="TimeZone" width="311" height="213" /></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Press Submit and OK.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How I can track and monitor my accounts that are in a critical status (Margin ca...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1462]]></link>
<guid><![CDATA[ad71c82b22f4f65b9398f76d8be4c615]]></guid>
<pubDate><![CDATA[Tue, 18 Oct 2011 14:24:55 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How I can track and monitor my accounts that are in a critical status (Margin call) and close to be liquidated?&nbsp;
You can track accounts that are in a critical status (Margin call) which are close to be liquidated using the maintenance margin call re...]]></description>
<content:encoded><![CDATA[<p style="text-align: left;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br />How I can track and monitor my accounts that are in a critical status (Margin call) and close to be liquidated?&nbsp;</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">You can track accounts that are in a critical status (Margin call) which are close to be liquidated using the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2647">maintenance margin call report</a>.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">To configure it on the Backoffice check the following steps:</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">1. First you have to set the maintenance margin amount from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">Accounts Parameters</a>.</span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">If you want to configure this for your entire accounts, right click on the top of you accounts tree&nbsp;and choose&nbsp;parameters&nbsp;then <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">edit parameters</a>.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="AccountOptions" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/2-AccOptions2.png" alt="AccountOptions" width="509" height="379" /></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">A window for the parameters will appear, and from the Symbols tab choose the Maintenance Margin Call option from the drop down list.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Select the&nbsp;desired symbols and right click, edit selected.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">From&nbsp;the small window that will appear choose the override option and set the amount (40000 to a certain symbol as example).<br /></span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="MaintenanceMarginParameter" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Reports/14-MMParameter.png" alt="MaintenanceMarginParameter" width="503" height="526" /></span></p>
<ul>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">The press Submit and OK.&nbsp;</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">2. Then from the reports tab right click and choose the Maintenance Margin Call report.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="MaintenanceMarginCallReport" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Reports/14MMCReport.png" alt="MaintenanceMarginCallReport" width="320" height="368" /></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">3. The following window will appear, and select the group or node from the accounts tree.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="MaintenanceMarginCall" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Reports/12-MaintenanceMarginCall.png" alt="MaintenanceMarginCall" width="439" height="154" /></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">4.&nbsp;Now if your accounts margin level reached less than the maintenance margin for the certain symbol, this account will appear in the Maintenance Margin Call report.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="MaintenanceMarginCallReport" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Reports/12-MaintenanceMarginCallReport.png" alt="MaintenanceMarginCallReport" width="632" height="108" /></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I change the SMS sender ID of my VertexFX system?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1461]]></link>
<guid><![CDATA[95151403b0db4f75bfd8da0b393af853]]></guid>
<pubDate><![CDATA[Mon, 17 Oct 2011 18:11:21 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[If you want to change the SMS sender ID of your system from "VertexFX" to your company name (Let&rsquo;s say XXX), do the following:
1- You have to open a ticket using an e-mail from your company domain (ex: a@XXX.com)
2- Send this ticket to this e-mail...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If you want to change the SMS sender ID of your system from "VertexFX" to your company name (Let&rsquo;s say XXX), do the following:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">1- You have to open a ticket using an e-mail from your company domain (ex: a@XXX.com)</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">2- Send this ticket to this e-mail: <a style="color: #0000ff;" href="mailto:installation@hybrid-solution.com">installation@hybrid-solution.com</a></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">3- In the ticket mention your company name and you request to change the SMS sender ID,</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small; text-decoration: underline;"><strong>Example:</strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Dear Sir,</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">We are the XXX Company, and we request from you to change the SMS Sender ID from VertexFX to XXX.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Thanks</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br /></strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">4- After the requested e-mail will receive, the request will be forwarded to the SMS Provider and they will change the SMS ID.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I know the average price of my open position net trades?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1454]]></link>
<guid><![CDATA[3bbfdde8842a5c44a0323518eec97cbe]]></guid>
<pubDate><![CDATA[Tue, 11 Oct 2011 18:15:46 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
How can I know the average price of my open position net trades?
To&nbsp;know the average price of net traded amounts for selected client's option position, select the account your need to see its Net Trade Panel, so&nbsp;go to the net trade tab ...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>&nbsp;</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>How can I know the average price of my open position net trades?</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">To&nbsp;know the average price of net traded amounts for selected client's option position, select the account your need to see its <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2387">Net Trade Panel</a>, so&nbsp;go to the net trade tab in client terminal (or backoffice terminal) and you will find it under the average open price column.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NetTradePanel" src="http://www.hybrid-solutions.com/support/images/help/client/Panels/2-NetTrade.png" alt="NetTradePanel" width="653" height="107" /></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I set a separate group or tree of clients with a separated dealer and se...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1377]]></link>
<guid><![CDATA[f52378e14237225a6f6c7d802dc6abbd]]></guid>
<pubDate><![CDATA[Thu, 29 Sep 2011 03:13:17 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How can I set a separate group or tree of clients with a separated dealer and separated feeds?
For example you have two different feed applications (lets say feed A and Feed B), and got two groups on your accounts tree (lets say Group1 and Group2), each ...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>How can I set a separate group or tree of clients with a separated dealer and separated feeds?</strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">For example you have two different feed applications (lets say feed A and Feed B), and got two groups on your accounts tree (lets say Group1 and Group2), each group is assumed to get prices from different feed provider.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Sine the VertexFX system can connect to only one data feed at a time, and you want to apply the previous&nbsp;scenario, you will have to do the following:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #3f529c; font-size: small;"><strong>1- From the server side:</strong></span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Install the two feed applications and&nbsp;define each symbol on the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3186">currency server</a> to be&nbsp;distinguished from each feed application, (for example let's&nbsp;say the EURUSD is defined to read the prices from the Feed A, and the EURUSD1 defined to read the prices from Feed B).</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">After that you will be sure that all symbols are <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3393">defined on the Currency Server </a>properly and all rates are moving, you will need to go to the backoffice and configure the symbols.&nbsp;</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #3f529c; font-size: small;"><strong>2- From the Backoffice end:</strong></span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Define a <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2405">data feed </a>on the Backoffice which will connect to the currency server of your server.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Define all symbols </a>with different names in the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols settings</a>, according to the feed applications symbols.&nbsp;(Let&rsquo;s&nbsp;say the EURUSD is defined to&nbsp;read the prices from the Feed A, and the EURUSD1 defined&nbsp;to read the prices from Feed B).</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Create dealers for each group, and each dealer will have the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2414">privileges</a> over the symbol of one feed provider.&nbsp;(let's&nbsp;say Dealer1 have privilege on Group1 will see the EURUSD which read the prices from the Feed A, and Dealer2 have privilege on Group2 will see the EURUSD1 which read the&nbsp; prices from Feed B).</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From the accounts tree, set the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">visibility</a>&nbsp;of the symbols for each group, so each group will see different symbols according&nbsp;to the different&nbsp;feed application.&nbsp;(Let&rsquo;s&nbsp;say Group1 will see the EURUSD, and Group2 will see the EURUSD1).</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">And so on, each group will connect to a separate feed application with separate dealers and symbols.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong></strong></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why some Limit/Stop orders don't hit although the price hit on my market watch (...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1375]]></link>
<guid><![CDATA[70feb62b69f16e0238f741fab228fec2]]></guid>
<pubDate><![CDATA[Thu, 29 Sep 2011 01:59:04 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[


Why some Limit/stop orders don't hit although the price hit on my market watch (MW)?
That's because there are two types for the spread calculation, if you go from the backoffice to System Options, Symbols Settings then double click on any symbol, y...]]></description>
<content:encoded><![CDATA[<div>
<div>
<div>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong><br />Why some Limit/stop orders don't hit although the price hit on my market watch (MW)?</strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">That's because there are two types for the spread calculation, if you go from the backoffice to <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2394">System Options</a>, <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols Settings</a> then double click on any symbol, you will see that there is an option on the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">General tab</a> for the Spread Calculation, where&nbsp;there are two choices here for calculating the spread: &nbsp; &nbsp;&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">1- If it's set to be calculated "from the Bid" then the formula will be simply, let us say the spread will be 6 and the calculation will be like this:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">MW BID = feed BID</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">MW ASK= feed BID + spread</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">So the BID (in client and backoffice platforms)&nbsp;will be as it is&nbsp;from the data feed bid,&nbsp;and the prices on the Market watch will be as the chart since the chart is reading from the FEED bid price directly without re-spreading.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">2- If it's set to be calculated using "the average" then the formula will be as:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">MW BID = (feed BID + feed ASK) / 2 - spread/2</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">MW ASK= (feed BID + feed ASK) / 2 + spread/2</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">So the BID in client platform&nbsp;will not be from as the backoffice platform bid and&nbsp;the data feed&nbsp;bid.&nbsp;And the Bid prices on the Market watch will not be as the chart.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small; text-decoration: underline;"><strong>Example:</strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">When you set a spread value in the parameters to 6 for symbol X for example, and suppose that the current bid and ask on your data feed is 120 and 122 respectively.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">More simple way to calculate the spread is to divide the original spread value over 2</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">(6/2 = 3) then take the average for current bid and ask on your data feed</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">((bid + ask) / 2), then the <strong>Bid value </strong>= average &ndash; 3 and the <strong>Ask value</strong> = average +3).</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The spread calculation will subtract the feed spread at the first place&nbsp;(6), then calculate the average of data feed prices ((bid + ask)/2= 121) and take the average of the spread which is 6/2 = 3, then the bid value on market watch will be 121 &ndash; 3 = 118 and the ask value on market watch will be 121+3= 124.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
</div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I set more than one username and password for a certain group?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1374]]></link>
<guid><![CDATA[792c7b5aae4a79e78aaeda80516ae2ac]]></guid>
<pubDate><![CDATA[Thu, 29 Sep 2011 00:50:00 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How can I set more than one username and password for a certain group?
How to create 2 logins or more for one group in the client terminal.
You can do that by creating more than one group and transfer the group to be a sub groups, and each group will ha...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;"><strong><br />How can I set more than one username and password for a certain group?</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">How to create 2 logins or more for one group in the client terminal.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">You can do that by creating more than one group and transfer the group to be a sub groups, and each group will have an independent username and password.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Example:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">- I will create the first group and name it lets say "GroupA" then set the UN/PW for this group lets say "B1".</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">- Inside the "Group A" create a second group, let&rsquo;s say "Group B" which contain many accounts, and set the UN/PW for this group "B2".</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">- So in this way the two users B1 and B2 can see all the accounts inside the GroupB when they use the client terminal.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">And if I want to create more users for this group, I will need to create more sub groups inside each other and assign login info for each group.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Accounts Tree" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/1-Navigator2.png" alt="Accounts Tree" width="438" height="221" /></span></p>
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><br />Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why my Admin Dealer can't see the group of privileges of the Demo Dealer?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1373]]></link>
<guid><![CDATA[e56b06c51e1049195d7b26d043c478a0]]></guid>
<pubDate><![CDATA[Thu, 29 Sep 2011 00:29:27 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;Why my Admin Dealer can't see the group of privileges of the Demo Dealer?
If you create a group of privileges on your system using the Demo dealer then your Admin dealer will not be able to see this group.
That&rsquo;s because the Admin and Demo d...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;"><strong><br /></strong></span><span style="font-family: tahoma,arial,helvetica,sans-serif;"><strong>&nbsp;</strong></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><strong>Why my Admin Dealer can't see the group of privileges of the Demo Dealer?</strong></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If you create a group of privileges on your system using the Demo dealer then your Admin dealer will not be able to see this group.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">That&rsquo;s because the Admin and Demo dealer have different level of privileges power over their accounts tree, so Admin dealer have privileges only on the real accounts, and the Demo dealer have privilege only on the demo account.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">This means that the Admin and&nbsp;Demo dealers have independent privileges on their own accounts tree, and Dealers with authentication on different tree nodes on the same levels cannot see each other&rsquo;s.</span></p>
<p>&nbsp;</p>
<p><span style="font-size: small;"><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif;">Topics:</span></strong></span></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2414">Dealers Tree Options</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why the symbols prices rates on my system are not moving? (Restart Feed)]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1344]]></link>
<guid><![CDATA[a50abba8132a77191791390c3eb19fe7]]></guid>
<pubDate><![CDATA[Tue, 27 Sep 2011 07:00:40 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Why the symbols prices rates on my system are not moving?
When you face this case check the following:

The DDE links (Dynamic Data Exchange) of your own data feed application may stop working for some reason, so access your server remotely which conta...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;"><strong><br /></strong></span><span style="color: #000000;"><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;"><strong>Why the symbols prices rates on my system are not moving?</strong></span></span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">When you face this case check the following:</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The DDE links (Dynamic Data Exchange) of your own data feed application may stop working for some reason, so access your server remotely which contain your feed application, and close the feed application and the excel "sheet if you got one", then re-open them again. You will notice that the prices start to move again on the Currency Server application. This is a DDE to Windows conflict might happen sometimes and not related to VertexFX system.<br /></span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If the prices still not moving make sure from the correct sources, otherwise contact your feed provider.<br /></span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">After you make sure that the rates are moving properly on the server side, and the rates still not moving on the Backoffice and Clients platform, check about the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Symbols Settings</a> on the Backoffice. Make sure that the symbols are used and the trading time open that time, and also check from the sources should be as the same names on the Currency server of each non moving symbol.<br /></span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If the prices still not moving please be sure which feed you are connecting now, go to <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2394">System Options</a> then <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2405">Data Feed</a> tab and check the Currency Servers area, one of the data feeds should be connected to your currency server with green line, if not right click on your data feed and choose connect.</span></li>
</ul>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I generate total symbols trade amount report for a certain office, group...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1342]]></link>
<guid><![CDATA[5e1b18c4c6a6d31695acbae3fd70ecc6]]></guid>
<pubDate><![CDATA[Tue, 27 Sep 2011 04:15:01 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How can I generate total symbols trade amount report for a certain office, group or client?
In VertexFX system you can generate a report for a specific client, by right clicking on the Report&nbsp;Panel&nbsp;and choose the "Net trading - Symbol" report....]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;"><strong><br />How can I generate total symbols trade amount report for a certain office, group or client?</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">In VertexFX system you can generate a report for a specific client, by right clicking on the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2443">Report&nbsp;Panel</a>&nbsp;and choose the "<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2637">Net trading - Symbol</a>" report.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Reports" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Administration%20Panels/11-Reports.png" alt="Reports" width="209" height="340" /></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Then choose the desired client/group/office on the tree while you still opening the (Net trading - Symbol) window &rarr;&nbsp;you will notice that the name of the selected node appearing on its title bar.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="NetTradingSymbols" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Toolbar/Reports/2-NetTradingSymbols.png" alt="NetTradingSymbols" width="438" height="183" /></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">After that specify the required interval of time and click the button "Report" . To have a detailed report as HTML report right click on the tab and choose Report.</span></p>
<p><br /><br /><span style="color: #000000;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why some money transactions for a specific account does not appear in the report...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1340]]></link>
<guid><![CDATA[4f87658ef0de194413056248a00ce009]]></guid>
<pubDate><![CDATA[Tue, 27 Sep 2011 03:11:28 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Why some money transactions for a specific account does not appear in the report?
The only reason if a&nbsp;money transactions for a specific account does not appear in the reports, is because the selected account is&nbsp;a Demo account and while the sys...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;"><strong><br />Why some money transactions for a specific account does not appear in the report?</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">The only reason if a&nbsp;money transactions for a specific account does not appear in the reports, is because the selected account is&nbsp;a <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2409">Demo account </a>and while the system does not show money transactions for Demo accounts you'll not be able to view that.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">Note also for the &ldquo;Initial Balance&rdquo; it will not show up in the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2637">transactions reports</a> and it will show in the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2430">statement</a> of the accounts.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX partnership Models]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1324]]></link>
<guid><![CDATA[bb7946e7d85c81a9e69fee1cea4a087c]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:56:17 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[For those who have the interest in the VertexFX Software but yet not as Marker makers, we have a three Different partnership models that will attract you more mentioned below:
1- &nbsp; &nbsp; &nbsp;Individual Introducing: Forwarding partnership program, ...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">For those who have the interest in the VertexFX Software but yet not as Marker makers, we have a three Different partnership models that will attract you more mentioned below:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">1- &nbsp; &nbsp; &nbsp;<strong>Individual Introducing</strong>: Forwarding partnership program, please visit <a href="http://www.hybrid-solutions.com/node/77">http://www.hybrid-solutions.com/sales/forwarder-program.html</a>&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">2- &nbsp; &nbsp; &nbsp;<strong>Corporate reselling</strong>: Distributor partnership program, please visit&nbsp; <a href="http://www.hybrid-solutions.com/node/55">http://www.hybrid-solutions.com/sales/distributor-program.html</a></span></p>
<div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">3- &nbsp; &nbsp; &nbsp;<strong>Technology Providing</strong>: ISV program, please visit <a href="http://www.hybrid-solutions.com/node/626">http://www.hybrid-solutions.com/sales/isv-program.html</a></span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can I implement white labels with Hybrid directly?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1321]]></link>
<guid><![CDATA[f9be311e65d81a9ad8150a60844bb94c]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:23:52 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[As Hybrid Solutions is a software vendor only. We offer the full system for the financial companies who can offer the white label as a shared service under their system and management.
If you are interested in a white label only, you can contact any of th...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">As Hybrid Solutions is a software vendor only. We offer the full system for the financial companies who can offer the white label as a shared service under their system and management.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">If you are interested in a white label only, you can contact any of the white label providers announced on our website and get the deal from them directly through this link&nbsp;http://www.hybrid-solutions.com/sales/white-label-providers.html</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can I Subscribe in the technical support services with the external hosting?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1320]]></link>
<guid><![CDATA[2a50e9c2d6b89b95bcb416d6857f8b45]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:23:05 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[
Yes sure, but note that the Technical Support service will be delivered for the VertexFX System related issues and not for the server hardware or OS issues. Server monitoring and support should be done by the VertexFX customer himself. Still VertexFX can...]]></description>
<content:encoded><![CDATA[<div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Yes sure, but note that the Technical Support service will be delivered for the VertexFX System related issues and not for the server hardware or OS issues. Server monitoring and support should be done by the VertexFX customer himself. Still VertexFX can be monitored at our monitoring system but cannot make any action for the Server Down cases</span></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[If I decided to host my system on my own servers, what are the Server Specificat...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1319]]></link>
<guid><![CDATA[1ee3dfcd8a0645a25a35977997223d22]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:22:14 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[The server&rsquo;s required specs can be found from&nbsp;http://www.hybrid-solutions.com/platform/system/system-requirements.html&nbsp;
You need to consider the optimum server structure for the best performance as in&nbsp;http://www.hybrid-solutions.com/p...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">The server&rsquo;s required specs can be found from&nbsp;<a href="http://www.hybrid-solutions.com/platform/system/system-requirements.html">http://www.hybrid-solutions.com/platform/system/system-requirements.html</a>&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">You need to consider the optimum server structure for the best performance as in&nbsp;<a href="http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html"><a href="http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html">http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html</a></a></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What are the required VertexFX monthly Services?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1317]]></link>
<guid><![CDATA[93fb9d4b16aa750c7475b6d601c35c2c]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:19:58 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[The system is supported with four optional Monthly Services including:
1-&nbsp;&nbsp; Server Hosting
2-&nbsp;&nbsp; Technical Support 24/6
3-&nbsp;&nbsp; System Updates

4-&nbsp;&nbsp; Marker news
They can be taken fully or partially in an optional manner...]]></description>
<content:encoded><![CDATA[<p>The system is supported with four optional Monthly Services including:</p>
<p>1-&nbsp;&nbsp; Server Hosting</p>
<p>2-&nbsp;&nbsp; Technical Support 24/6</p>
<p>3-&nbsp;&nbsp; System Updates</p>
<div>
<p>4-&nbsp;&nbsp; Marker news</p>
<p>They can be taken fully or partially in an optional manner, they are not mandatory services.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ How can I upgrade my System to the higher editions? ]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1316]]></link>
<guid><![CDATA[f3f1b7fc5a8779a9e618e1f23a7b7860]]></guid>
<pubDate><![CDATA[Sun, 25 Sep 2011 12:19:22 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[
The upgrading can be done upon your request by paying the difference between the edition selected and the existing one, and passing your system to the installation department to configure the new system user's capacity. Read more about System Editions&nb...]]></description>
<content:encoded><![CDATA[<div>
<p>The upgrading can be done upon your request by paying the difference between the edition selected and the existing one, and passing your system to the installation department to configure the new system user's capacity. Read more about System Editions&nbsp;<a href="http://www.hybrid-solutions.com/sales/sales-plans.html">http://www.hybrid-solutions.com/sales/sales-plans.html</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to transfer files from my PC to a server?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1311]]></link>
<guid><![CDATA[7bb060764a818184ebb1cc0d43d382aa]]></guid>
<pubDate><![CDATA[Fri, 23 Sep 2011 02:55:53 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[How to transfer files from my PC to a server?
To transfer files from your PC to a server, follow these steps:

Open the Remote Desktop connection (Start --&gt; Run --&gt; Type mstsc)
After you enter the server IP, press on the Options button.
And che...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><br />How to transfer files from my PC to a server?</strong></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">To transfer files from your PC to a server, follow these steps:</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Open the Remote Desktop connection (Start --&gt; Run --&gt; Type mstsc)</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">After you enter the server IP, press on the Options button.</span></li>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">And check from the local resources tab from the options, you will see the &ldquo;More&rdquo; button option.<br /></span><br /><br /><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img style="display: block; margin-left: auto; margin-right: auto;" title="RDP" src="http://www.hybrid-solutions.com/RDP/rdp.JPG" alt="RDP" width="413" height="472" /></span></li>
</ul>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">&nbsp;</span></p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Press it and choose desired driver from there then ok and then connect to the server.</span><br /><br /><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">&nbsp;<img style="display: block; margin-left: auto; margin-right: auto;" title="RDPMORE" src="http://www.hybrid-solutions.com/RDP/rdpmore.JPG" alt="RDPMORE" width="421" height="438" /></span></li>
</ul>
<p>&nbsp;</p>
<ul>
<li><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">And after accessing the server you can copy the desired file from your PC to your sever.</span></li>
</ul>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I set the leverage 1:400 from my Backoffice?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1307]]></link>
<guid><![CDATA[f93882cbd8fc7fb794c1011d63be6fb6]]></guid>
<pubDate><![CDATA[Fri, 23 Sep 2011 02:03:56 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;&nbsp;
The leverage is the percentage of initial margin referenced to the contract size.
So if you want to set the leverage 1:400 do the following:

From the Symbols Setting double click on the desired symbol and from the Calculation Tab set Con...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The leverage is the percentage of initial margin referenced to the contract size.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">So if you want to set the leverage 1:400 do the following:</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">From the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols Setting</a> double click on the desired symbol and from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Calculation Tab </a>set Contract size = 100000 (Fixed number).</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Go the desired <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">Client Parameters </a>from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window</a> under the Accounts Tree and set the Initial Margin = 250</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">100000/250 = 400 so the leverage will be 1:400</span></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I restart my feed applications?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1305]]></link>
<guid><![CDATA[fd5c905bcd8c3348ad1b35d7231ee2b1]]></guid>
<pubDate><![CDATA[Fri, 23 Sep 2011 00:50:55 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[Sometimes the prices on the system stop moving because the data feed application stops due to feed vendor reasons.&nbsp;When a such case happened at your server, the only and best way to handle it, is to make a restart for the feed applications as followi...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Sometimes the prices on the system stop moving because the data feed application stops due to feed vendor reasons.&nbsp;When a such case happened at your server, the only and best way to handle it, is to make a restart for the feed applications as following:</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">1. At first close the excel sheet</span><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;"> if exist</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">, after saving it to avoid deletion of recently added symbols.</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">2. Secondly, Close the feed application it self, also with saving it to keep the recently added settings, if exist.</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">3. Run the feed application again, and wait till it connected.</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">4. Run the Excel sheet, then you will be asked to make an update, confirm the update, then you will see that all prices will move again.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">In order to avoid such case, you have to have backup feed and set the auto switching between them. In this case, you system will detect if a feed had stopped working completely and will automatically switched to the backup feed after certain number of seconds you define. You can read about "Backup feed"</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to Change Market Watch time?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1300]]></link>
<guid><![CDATA[6f3e29a35278d71c7f65495871231324]]></guid>
<pubDate><![CDATA[Thu, 22 Sep 2011 23:31:51 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
You can any time freely access your server and do the modifications you like at the server clock (minutes or hours), but we always advise you to make the modifications at the server time in the weekends so that you don&rsquo;t affect the time at t...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">You can any time freely access your server and do the modifications you like at the server clock (minutes or hours), but we always advise you to make the modifications at the server time in the weekends so that you don&rsquo;t affect the time at the chart or any of the reports on the system.<br /></span><br /><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Note that you have to set your platform time the same as your server's so you get the same time at your platform and your market watch.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the optimum server structure for VertexFX Platform?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1299]]></link>
<guid><![CDATA[a0833c8a1817526ac555f8d67727caf6]]></guid>
<pubDate><![CDATA[Thu, 22 Sep 2011 16:42:09 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[The optimum server structure can be found from this link&nbsp;http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html
Generally you can also read more about standard platform structure from&nbsp;http://www.hybrid-solu...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><br />The optimum server structure can be found from this link&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html">http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure/96.html</a></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Generally you can also read more about standard platform structure from&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure.html">http://www.hybrid-solutions.com/platform/what-is-vertexfx/trading-platform-structure.html</a></span></p>
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFx Bridge Main Configuration]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1282]]></link>
<guid><![CDATA[1cecc7a77928ca8133fa24680a88d2f9]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 16:17:12 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
How to setup the VertexFX Bridge:
Important to install the vertex bridge successfully you have to download .NET Framework version 2 first then follow up the steps.

You have to download the setup file from your download area or by&nbsp;clicking her...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">How to setup the VertexFX Bridge:</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Important to install the vertex bridge successfully you have to download .NET Framework version 2 first then follow up the steps.</span></p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">You have to download the setup file from your download area or by&nbsp;<a style="color: #0000ff;" href="http://www.hybrid-solutions.com/downloads/vertexfxbridge10.exe" target="_blank">clicking here</a>.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">After installing the setup file, you will find the shortcut on your desktop, run the application and to configure the setting please follow these steps:</span></li>
</ul>
<ol>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">From&nbsp;<strong>main&nbsp;</strong><strong>menu --&gt; tools --&gt; login</strong>, you will find the BO login for the dealer who has privilege on the coverage tree you want to cover it on the liquidity provider(s), type it.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>tools --&gt; login --&gt; liquidity provider list --&gt; right click--&gt; add new client</strong>, then place the LP informations then submit.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Right click on your LP --&gt; associate symbols then pickup the symbols you want to let your clients to trade using it.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Edit the coverage Tree Parameter "Auto broker if amount &lt; ..." to "Always off"</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Edit the LP client parameter "Auto broker if amount &lt; ..." to "Always on" : this option at the LP side</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">At the&nbsp;<strong>backoffice --&gt; Tools--&gt; Option-- &gt; Auto broker --&gt; Conditional Auto broker</strong>&nbsp;(from Parameter)</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Then Configure the options at the bridge platform side. (depend on your business)</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Enable the bridge chatting.</span></li>
</ol>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">And these are the main steps to setup the bridge platform (installation and configuration).</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Note: you can download the .net framework version 2 by&nbsp;<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=0856eacb-4362-4b0d-8edd-aab15c5e04f5&amp;displaylang=en" target="_blank">clicking here.</a></span></p>
<hr />
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2212">VertexFX Bridge Help Index</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX Risk Management Bridge ]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1281]]></link>
<guid><![CDATA[d94e18a8adb4cc0f623f7a83b1ac75b4]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 16:16:30 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[What is VertexFX Risk Management Bridge
Hybrid Solutions believes that risk management option is not a dividable part of a full Forex Trading solution, so the development cycle started to develop one of the best risk management solutions for&nbsp;Market m...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong><br />What is VertexFX Risk Management Bridge</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Hybrid Solutions believes that risk management option is not a d<img style="float: right;" src="http://www.hybrid-solutions.com/CMSIMAGES/Bridge/Bridgelogo.jpg" alt="alt" width="250" />ividable part of a full Forex Trading solution, so the development cycle started to develop one of the best risk management solutions for&nbsp;Market makers and liquidity providers.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You do not need to worry any more from your customers daily risk performance, or even your risk manager's efficiency, just through the risk, or a part of it, and be at the safe side.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">With VertexFX Risk Management Bridges, this is all possible and more, you will be able to make a onetime configuration, and it will do the rest for you.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">VertexFX Risk Management Bridge is software to connect VertexFX software together, for clearing purposes, with the ability to connect to some global exchanges after some certain customizations, using FIX protocol in order to work in an STP (Straight Through Processing) model rather than OTC (Over The Counter) one.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">With the One-to-One and Rule Based coverage options, you can manage your risk to cover everything with Zero Risk, but lower profit, or to cover a share and leave some risk for having more profitable investment, this tuning you can do at the VertexFX Risk Management Bridges to make your business the most perfect to perform.</span></p>
<div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>Why to use VertexFX Risk Management Bridge</strong></span></p>
</div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You will need to use VertexFX Risk Management Bridges while your business is growing, risk grows whenever the&nbsp;<img style="float: left; margin: 15px;" src="http://www.hybrid-solutions.com/sites/default/files/editor/editor/Slide1.JPG" alt="alt" width="250" />business grows. VertexFX Risk Management bridges help your business reach the high stakes with no or less risk, while holding some risk is one of the main key features for some creative businesses. VertexFX Risk management bridges allows this creativity window, also if you like risk and want to hold some, you can use the VertexFX Risk Management Bridge, on the rule based option to tune the risk as you need.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">From the structure of the VertexFX Risk Management bridges working, you can see that you are safe and profiting most of the time, either at the One-to-One clearing strategy, or using the Rule Based clearing option; the bridge will select the best deal for you from the list of liquidity providers you have. With multiple clearing strategies (One-To-One, and Rule Based), symbol based parameters sittings, best deal selection, multiplied liquidity provider connectivity, deal waiting timer, multiple rules for one symbol, FIX connectivity, you will not think twice before using the VertexFX Risk Management Bridge.</span></p>
<div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><strong>How to use the VertexFX Risk Management Bridge</strong></span></p>
</div>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">When a new order reaches bridge chatting, bridge will check coverage clients and get the best Vertex coverage client depending on the prices (the client has the minimum price for buy orders and the&nbsp;<img style="float: right; margin: 10px;" src="http://www.hybrid-solutions.com/sites/default/files/editor/editor/Bridge%201.jpg" alt="alt" width="250" />maximum price for sell orders) and using the same criteria to get the best FIX coverage client, then it will get the best from these both clients (liquidity providers).</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">These new features working on&nbsp;One-to-One&nbsp;and Rule Based covering using bridge conditions (Market -&gt; cover with better price, cover with better or equal price and always cover, Limit -&gt; cover with better price , cover with better or equal price and always cover.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">The main feature in this version is that you can cover with FIX clients and you can filter clients to have the best one.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Login screen has new look now, since we can connect to infinite number of clients, our login screen has clients list.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Now you can add clients by right click on the list view in the login screen and click add new client (you can add new Vertex client and add new FIX client).</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br /></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">By right click on any client on the list you can (connect, disconnect, edit client info&nbsp;<img style="float: right; margin-right: 10px; margin-left: 10px; margin-top: 15px; margin-bottom: 15px;" src="http://www.hybrid-solutions.com/sites/default/files/editor/editor/Bridge%202.jpg" alt="alt" width="300" />and you can add and delete clients). Symbols association is per client now because every client has its own different symbols associated with BO symbols.<br /></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">When you right click on a client -&gt; associate symbols you will have client association window for the selected client. This window allows you to delete and add symbols for a particular client.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Bridge will only check for clients associate the order symbol (for example if the order is for EUR/USD and client1 does not associate this symbol, then client1 will not be in the bridge calculations to cover, the time client1 associate this symbol it will be included).</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Options screen has new look as you can see in figure 6, the first tab allows you to set coverage market and limit options for one-to-one clearing and you have the check box (always cover on liquidation it will cover regardless of the option you have checked).</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Rule based coverage option tab show the list of symbols, since you can set rules per symbol. Symbols rule attributes shown in this list (clearing type, rules count, last coverage time and percent).</span></p>
<img style="margin-top: 15px; margin-bottom: 15px; margin-left: 10px; margin-right: 10px; float: right;" src="http://www.hybrid-solutions.com/sites/default/files/editor/editor/bridge%203.jpg" alt="alt" width="350" />
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You can right click on any record, edit or add new rule for the symbol, and you can edit rule type.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Configuration tab allows you to set the waiting time to cover (set the period of time to cover the received order), and allows you to select the BO coverage account (which is a must in order to reflect all covered positions at the liquidity provider side into this BO account for the net floating status screen calculations).</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">The following is an example of how the bridge handles new order (order opened by one of the BackOffice accounts):&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">First of all, you have to connect bridge clients and enable chatting. The Status bar shows the number of connected Vertex and FIX clients.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Then you have to associate symbols for all of the connected clients:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">-bridgeclient1-&gt;EUR/USD<img style="float: right;" src="http://www.hybrid-solutions.com/sites/default/files/editor/editor/bridge%204.jpg" alt="alt" width="350" />-bridgeclient2-&gt;&rdquo;EUR/USD and USD/CHF&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">-hybridsolutions-&gt;EUR/USD</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Now bridge will handle any position opened by one of the BackOffice accounts for example: if a new buy position USD/CHF of amount 1 lot opened by one of the BackOffice accounts requested at 1.0337.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Bridge will go on the following procedure:</span></p>
<ul class="bullet-star">
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Check for market coverage options (on our case it is always covered).</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Check for the symbol association (associate or not for every client in the clients list).</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Check for the symbol coverage type (whether it is one-to-one or Rule Based).&nbsp;</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Filter all Vertex clients and get the best client depending on the price.</span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Filter all FIX clients and get the best client (if there is a FIX client associate this symbol) depending on the price.</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">On our case, there is only one client associate USD/CHF (BridgeClient2), the position covered by client BridgeClient2 and accepted at 1.0337.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Let us create a new buy position EUR/USE of amount 1. (Note that EUR/USD associated on the 3 connected clients).</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Using the same procedure, bridge will filter Vertex and FIX client&rsquo;s prices and cover on the best client depending on the price.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">VertexFX new bridge is reading online and instantly the market data from ASE through their private data protocol and using the API. Besides, it can reflect trades to their side using the FIX protocol. Having that setup, the broker can have multi-liquidity providers to his VertexFX platform for both FOREX and local stocks and each product can be reflected to his associated exchange or bank online. Read more about VertexFX Bridge.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Online Backup Server]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1280]]></link>
<guid><![CDATA[da11e8cd1811acb79ccf0fd62cd58f86]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 16:05:33 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[This technology used for emergency purpose only, let us suppose that the main server is down for some reason such as hardware failure, disconnection of the internet in the domain where the server is set or any particular reason. And it is a mirroring syst...]]></description>
<content:encoded><![CDATA[<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><br />This technology used for emergency purpose only, let us suppose that the main server is down for some reason such as hardware failure, disconnection of the internet in the domain where the server is set or any particular reason. And it is a mirroring system that reflects all the transactions from the main server to the backup server.</span></p>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now we are going to give you represent for you how this technology works in details:</span></p>
<ul class="bullet-star">
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">First of all you will need to get a second server in different geographic location and set it for the backup technology, and it&rsquo;s preferred that this server will be set not in the same domain or area where the main server is found. (Let's say that the main server is in US, then set the Backup Server in UK).</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">This backup server should have the same specifications of the main server or with higher specifications, and operating system should be Windows Server32 Bit as the main server.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Since the installation department receive the server and get an access on it, they will start preparing the needed application for the Online Backup.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">For sure when preparing the backup server it must be done on weekends (when the market is close) because while the preparation procedure we will need to turn off all the system applications of the main server (to avoid any business down effect) and export all the data from your main server to the Online backup server.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">After turning off the system applications on the main server, and exporting the data from the database then we will transfer the backup files and import it in the database of the backup server, so the database on the both servers will have the same data.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Then the installation department technical&rsquo;s will install the backup mirroring applications on the both servers (Main, Backup Servers), and there are two applications:</span></p>
</li>
</ul>
<ol>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Client Online Backup which will be run on the main server.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Server Online Backup which will be run on the backup server.</span></p>
</li>
</ol>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Take a look on the following images:</span></p>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong>Client Online Backup:</strong></span></p>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img src="http://www.hybrid-solutions.com/CMSIMAGES/OnlineBackupServer/OB%20client.JPG" alt="alt" /></span></p>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><strong><br />Server Online Backup:</strong></span></p>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img src="http://www.hybrid-solutions.com/CMSIMAGES/OnlineBackupServer/OB%20server.JPG" alt="alt" /></span></p>
<ul class="bullet-star">
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">You can notice that on the bottom right of the Online Backup Server application that there is a green light beside the DB which means that the application is connected to the database, and if it is not connected it will turn to red light and will reflect on the monitoring system.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">The monitor option is connected to the monitoring system in VertexFX support center and if the online backup is disconnected it will show immediately to the monitoring system and the technical engineer will access the server and handle it.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">After running the online backup server applications on the both side, we will go back to the main server and run the main applications of the system, and the mirroring system will be working now.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now when the market opens all the transactions will be mirrored to the backup server, and all the transactions will be reflected on the database of each server.</span></p>
</li>
</ul>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Switching the connection of the client and backoffice terminals to the online backup server:</span></p>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">After setting all the configuration of the online backup, and in case the main server became down:</span></p>
<ol>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">The technical support will wait for confirmation to start switching procedure to the online backup server, or the client can access his online backup server and do it from his side.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">He has to turn off the online backup application, then run the main system applications which will be found also on the online backup server.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">All what is needed now is to contact all the clients and dealers and inform them to connect the system using the backup server which will be found on the login screen.</span></p>
</li>
</ol>
<p class="rteleft"><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;"><img src="http://www.hybrid-solutions.com/CMSIMAGES/OnlineBackupServer/backup%20login.JPG" alt="alt" /></span></p>
<ul class="bullet-star">
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">&nbsp;After inserting the username/ password, and selecting to connect to the Backup server from the Server blank, and click on login button and you will connect to the system using the backup server successfully.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Now to return the system to be connected using the main server again, we have to be sure that the main server is stable and it is safe to connect to it properly, and there is no issues on the server that will not affect on the system.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">Then the installation department will wait till the weekend and export the data from the database of the backup server and import it again to the database of the main server, and apply the same steps of preparing the backup server.</span></p>
</li>
<li class="rteleft">
<p><span style="color: #000000; font-size: small; font-family: tahoma, arial, helvetica, sans-serif;">It is recommended that the feed application must be configured on a separate server, so in case the main server became down the prices of the symbols will not stop after connecting to the backup server.</span></p>
</li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Copy files from server using RDP]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1278]]></link>
<guid><![CDATA[ab1a4d0dd4d48a2ba1077c4494791306]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 15:52:36 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[This article will help you how to copy any folder from your server to your local PC.
It is preferred to compress that folder by right clicking on this folder, then select &ldquo;send to&rdquo;, then select &ldquo;compressed (zipped) folder&rdquo;, this f...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><br />This article will help you how to copy any folder from your server to your local PC.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">It is preferred to compress that folder by right clicking on this folder, then select &ldquo;send to&rdquo;, then select &ldquo;compressed (zipped) folder&rdquo;, this folder will be compressed at the same path.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">You have 2 options to get this compressed file at your local PC:</span></p>
<ol>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Copy this file from your server using RDP and paste it in your local PC "Not recommended" since it will hang your server if this file has a big size.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">We recommend using download feature from the server, since it is faster than copying and pasting the required file. You can do it by:</span></li>
</ol>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Find the following folder &ldquo;wwwroot&rdquo; at the following path:</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>C:\Inetpub\wwwroot</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Every file saved at the previous path is able to be downloaded through any browser.</span></p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;Copy the compressed file from its path to this new path "C:\Inetpub\wwwroot&rdquo;, so your file is ready to be downloaded any where you want simply by download it.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">To download the required file, please use the following link</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>http://Your Server IP Address /filename.zip</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">For example if your IP Address is&nbsp;<strong>xx.xx.xx.xx</strong>&nbsp;and file name is&nbsp;<strong>File.zip</strong>, then the link should be "case sensitive":</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>http://xx.xx.xx.xx /File.zip</strong></span></p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Write the correct link at your browser, then the file will be downloaded immediately, and then you can save it at your PC.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>DELETE OR SECURE THIS FILE FROM THE SERVER (at wwwroot folder) AFTER DOWNLOADING IT, SINCE IT CAN BE DOWNLOADED FROM OTHER USERS.</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong>&nbsp;</strong></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to configure new White Label Dealer]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1255]]></link>
<guid><![CDATA[3bf55bbad370a8fcad1d09b005e278c2]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 15:04:53 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;&nbsp;
White Label is a Subsystem that runs as a part of your tree where you can manage all its dealers and so their corresponding privileges and all about their security settings. Follow the coming instructions for the white label settings:
Creat...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span class="mediumtext">&nbsp;</span></span>&nbsp;</p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span class="mediumtext">White Label is a Subsystem that runs as a part of your tree where you can manage all its dealers and so their corresponding privileges and all about their security settings. Follow the coming instructions for the white label settings:</span></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong><br />Creating a dealer for the White label</strong></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #000000; font-size: small;">After you get the white label system for sure before delivering it to your white label you will need to create for them a dealer so they can login to the white label Backoffice. So follow up the next steps to create a new dealer for your new white label:</span></p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Login to your Backoffice using the Admin dealer and open the dealer&rsquo;s tree.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">You will find dealers department for the white labels is already created, you can start by creating a new group of dealers inside this department.</span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">So press right click and choose the option <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2414">New</a> and select the option Group.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="Dealers Tree" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/1.png" alt="Dealers Tree" width="405" height="374" /></span></p>
<p>&nbsp;</p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">A small window for creating a dealers group will open for you so fill it with the desired details and set the account tree privilege to the new white label by selecting the white label from the accounts tree.</span></li>
</ul>
<p>&nbsp;</p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="New Dealers Group" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/2.png" alt="New Dealers Group" width="642" height="313" /></span></p>
<p>&nbsp;</p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">After you create the new group for the white label dealers, now you can create a new dealer for this white label. </span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">So press right click on this new group and choose New and then select Dealer.</span></li>
</ul>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="New Dealer" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/3.png" alt="New Dealer" width="458" height="368" /></span></p>
<p>&nbsp;</p>
<ul class="bullet-star">
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Now a new small window will open for you to fill it with the new white label dealer details. </span></li>
<li><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">So fill the required fields and you will notice the by default the account tree privilege will be set the new white label <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">accounts tree</a>.</span></li>
</ul>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="New Dealer Info" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/4.png" alt="New Dealer Info" width="319" height="357" /></p>
<p>&nbsp;</p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">By creating the new dealer you can witness it in the dealer&rsquo;s tree inside the white label dealers group.<br /></span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;"><img style="display: block; margin-left: auto; margin-right: auto;" title="White Label Dealers Tree" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/5.png" alt="White Label Dealers Tree" width="311" height="270" /></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Editing Dealer privileges</span></strong></span><span style="color: #3f529c;">&nbsp;</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">But note before you provide the login information for this dealer to you new white label you should fix the privileges of this dealer. </span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">As it is known that the white label dealer don&rsquo;t have privileges on any option in the System Options. </span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">So press right click on the top of the while label dealers department and choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2414">Edit Parameters</a>.</span></li>
</ul>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="Edit Parameters" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/6.png" alt="Edit Parameters" width="313" height="372" /></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">A small window will appear so from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2429">privileges tab</a> set the privileges of the System Option to be override and false.&nbsp;</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">And so on all the dealers inside the white label dealers department will inherit only the privileges with true value.</span>&nbsp;</li>
</ul>
<p><a href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2429"><img style="display: block; margin-left: auto; margin-right: auto;" title="Privileges List" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Dealers%20Tree/dealers/7.png" alt="Privileges List" width="503" height="525" /></a></p>
<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong>White Label Quotes</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Do not use your Admin Dealer for Managing your Clients Quotes because the Admin Dealer have full privilege to see the whole tree including White Label offices. We advise you to create a new dealer with only privilege on your real tree without White Label offices to manage the clients quotes. So none of the White Label quotes will go to your Backoffice. And if you are logged in with the Admin Dealer close the Chatting screen to avoid receiving white label quotes.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Floating &amp; Settled Status</span></strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Now for the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2385">floating and steeled status</a> managing it can be easily done from your tree just right click on the node you want to see its Status whether its Floating or Settled. </span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">You can get your tree status by right click on the real office with out taking the White Label office status in consideration.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[VertexFX Transparent Trading]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1253]]></link>
<guid><![CDATA[b495ce63ede0f4efc9eec62cb947c162]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 15:02:47 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
Below&nbsp;are some more explanations about one of the general competitive features of VertexFX Trader, which is its high level of transparency in trading .
VertexFX is classified as one of the most transparent trading systems where a client can ...]]></description>
<content:encoded><![CDATA[<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Below&nbsp;are some more explanations about one of the general competitive features of VertexFX Trader, which is its high level of transparency in trading .</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">VertexFX is classified as one of the most transparent trading systems where a client can trade easily and transparently with his dealing room, without the fear of any non-transparent actions. VertexFX development policy is running to fulfill the international Financial Authorities requirements as FSA and NFA. Before the development of any new option in VertexFX, there is a thorough inspection and revision by our development management team to those regulation authorities&rsquo; documentations in order to be approved, before progressing with the development of this new option.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Forex Online Trading is very sensitive business. Due to this sensitivity, we took seriously the development mission for VertexFX Trader to be a transparent one. If a new option is planned to be developed, it gets reviewed carefully and finally developed, only if it&rsquo;s not affecting the transparent relation between the Trader and the Dealing room BackOffice. However, taking transparency into consideration during the development process, does not mean losing control from the BackOffice side. Many examples can be mentioned, and below you can see some of them:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; color: #3f529c; font-size: small;"><strong><br />Disconnecting a Trader from the Server</strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Sometimes dealers ask how may I disconnect a client from trading? If the system allows disconnecting this client this means preventing him from trading. If that was made on purpose, then a message should be displayed to the trader that this was made on purpose by the dealing room and he should contact his dealer to know why. This is the fair relation between both parties according to the FSA regulations. That&rsquo;s what VertexFX does. It does not allow disconnecting a client without informing him. (this is excluding the technical networking problems that may take place at the client or server side which may disconnect him accidentally)</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Quote Generation</span></strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Instruments&rsquo; quotes are international data and are not allowed to be generated by VertexFX Trader after feeding the system by a certain data feed. One may ask what should I do if my system faced data feed disconnection and I need to change data manually to avoid the feed disconnection? We say VertexFX Trader allows multi data feed connection and the company should invest into getting more than one feed to avoid such a case and connect to the other feed in case if one feed faced some problems. Therefore, we do not allow generating or changing market watch data after feeding it from data feed source.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Charting Data Modifications</span></strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">VertexFX is storing quotes that feed it into its charting system and do not allow modifying these data or deleting them.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Deleting An Account</span></strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">VertexFX does not allow deleting accounts that have money transactions. Instead they can be moved to history server for history purposes.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">System Company Renaming</span></strong></span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">VertexFX does not allow renaming the company name with which it was initially configured. If a company changes its name, a new system can be prepared for it, and the client need to re-install this new system. This way the client will clearly see the changes in the company's name and wouldn&rsquo;t face the situation of logging into his system and seeing a totally different company name on it.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">The above points are some examples in addition to many others, that are already being taken into consideration during the development cycle and are continuously reviewed, in order to be transparent as much as possible.</span></p>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Multi-Level Management ]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1251]]></link>
<guid><![CDATA[838e8afb1ca34354ac209f53d90c3a43]]></guid>
<pubDate><![CDATA[Wed, 14 Sep 2011 15:00:49 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[

Multi-Level ManagementMulti-Leveling is the main competitive feature of VertexFX Trader that Hybrid Solutions meant to implement it over every place on the system.Parameters at VertexFX Trader is managed to each tree node part, or in a multi-leveling ...]]></description>
<content:encoded><![CDATA[<div class="module-title">
<div class="module-title">
<p class="title"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><br /><span style="color: #3f529c;"><strong>Multi-Level Management</strong></span><br /></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Multi-Leveling is the main competitive feature of VertexFX Trader that Hybrid Solutions meant to implement it over every place on the system.<br /></span></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Parameters at VertexFX Trader is managed to each tree node part, or in a multi-leveling hierarchy, according to your needs, while there is 2 options for parameter value, either to override, the thing that will give this tree node a specific value, regardless the parent&rsquo;s node value, or to inherit the values from the parent&rsquo;s node, this multi-leveling will allow the BO administrator to control his accounts with a smooth and creative way.</span></p>
</div>
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Multi-Level Symbol settings</span><br /></strong></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">VertexFX Trader activated the Multi-Level <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbol Settings </a>with the VertexFX&nbsp;10 Version, from which you can <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">edit</a> all your symbols using multi-leveled tree manners, add symbols groups, and manage your symbols inside these groups, edit group, or edit multiple symbols,&nbsp;transfer symbols, and all these features are all available with a great easy interface.</span></p>
<div class="rteleft">
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Multi-Level parameters settings</span><br /></strong></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Using the tree search capability, you can search any node on the tree by writing its name or part of it, accounts tree allows you to control all your account related <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">options</a> like <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">parameters</a>, <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2410">money transactions</a>, <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2412">transferring</a> and many other options by right click on the tree node.</span></p>
</div>
<div class="rteleft">
<p><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><strong><br /><span style="color: #3f529c;">Multi-Level Accounts Tree Management</span><br /></strong></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">Multi-Leveling started with the VertexFX Trader from its beginnings, Multi-Leveled Accounts Tree was the first implementation for it, and then it was increasing version by version to include the Parameters settings, The symbols settings and the dealers security controls.<br /></span><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;">At the VertexFX Trader, the accounts and dealers are managed using a creative Multi-Leveled tree, with the unlimited number of levels, inside each others, unlimited number of accounts for one client or office, unlimited number of&nbsp;offices, groups, clients, and accounts inside each group or office the VertexFX Accounts tree can handle any business topography you will ever have.</span></p>
</div>
<p class="rteleft"><span style="font-size: small; font-family: tahoma, arial, helvetica, sans-serif; color: #000000;"><img style="display: block; margin-left: auto; margin-right: auto;" title="MultiLevelTree" src="http://www.hybrid-solutions.com/support/images/help/backoffice/Tree%20Managment/Accounts%20Tree/35-MultiLevelTree.png" alt="MultiLevelTree" width="246" height="793" /></span></p>
</div>
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols Settings</a></span></li>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window</a></span></li>
</ul>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What does System 3 digit Version mean? And what is the difference between these ...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1200]]></link>
<guid><![CDATA[fe2d010308a6b3799a3d9c728ee74244]]></guid>
<pubDate><![CDATA[Thu, 08 Sep 2011 12:16:15 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[The version e.g. (9.5.28) with 3 digits is a&nbsp;RELEASE.VERSION.FIX&nbsp;where:  Release: is a complete new generation of the application with Major functionality changes. Version: is with major functionality changes but fewer changes than Release. FIX:...]]></description>
<content:encoded><![CDATA[<p>The version e.g. (9.5.28) with 3 digits is a&nbsp;RELEASE.VERSION.FIX&nbsp;where:<br /> <br /> Release: is a complete new generation of the application with Major functionality changes.<br /> Version: is with major functionality changes but fewer changes than Release.<br /> FIX: is just for fixing some rare occurred errors or bugs or performance improvement (some minor functionalities may be included)<br /> <br /> We usually schedule regularly the updating for all customers who have System updates subscription and their Accounting Status is&nbsp;STABLE&nbsp;for all of new RELEASE or VERSION.. As for the Fixes, we usually do not upgrade them if we did not see these errors or low performance cases for companies unless they request that literally from us.</p>
<p>You can check all versions deatils from time to time to know "what's new" from this link&nbsp;<a href="http://www.hybrid-solutions.com/forum/forumdisplay.php?26-Release-Notes">http://www.hybrid-solutions.com/forum/forumdisplay.php?26-Release-Notes</a></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Where to find Web Trader users log?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1199]]></link>
<guid><![CDATA[4d2e7bd33c475784381a64e43e50922f]]></guid>
<pubDate><![CDATA[Tue, 06 Sep 2011 11:59:26 +0300]]></pubDate>
<dc:creator />
<description><![CDATA[&nbsp;
Where to find Web Trader and Mobile Trader users log?
The Web Trader users activity are not logged in the Backoffice log system. You may find the log information in the Web Server Log by accessing your server and going to the following path:
C:\Web...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Where to find Web Trader and Mobile Trader users log?</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">The Web Trader users activity are not logged in the Backoffice log system. You may find the log information in the Web Server Log by accessing your server and going to the following path:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">C:\WebServerLog</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">You will find detailed log of all activities in the above mentioned folder.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the process for data backup on my server and how can I put recovery prog...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/190]]></link>
<guid><![CDATA[cfecdb276f634854f3ef915e2e980c31]]></guid>
<pubDate><![CDATA[Thu, 19 Mar 2009 16:34:27 +0300]]></pubDate>
<dc:creator><![CDATA[ZZ-AbdelMajid Hussein]]></dc:creator>
<description><![CDATA[&nbsp;
What is the process for data backup on my server and how can I put recovery program for it, in case the server down?
There are 2 ways to backup your VertexFX system.
1- VertexFX sysem support online mirroring online backup system, in this way yo...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">What is the process for data backup on my server and how can I put recovery program for it, in case the server down?</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">There are 2 ways to backup your VertexFX system.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">1- VertexFX sysem support online mirroring online backup system, in this way your system data will be mirrored in another server automatically as a real time data, for more info please check this link:<br /></span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1280/">Online Backup Server.</a></span></p>
<p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">2- The second solution is manual data backup of your system database, our strategy is as the following:</span></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">You have in your server in the "C" drive a folder called "uhabackup" that includes 10 main folders, two for each day (AM and PM) we configured the server to take two backups daily.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Inside each folder you have a file of ".dmp" which is the data backup file.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Any time you can access your server remotely and copy these backup files to your local PC.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">We usually recommend having two servers, the first is online and the other is standby.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">In case of disasters, it takes 30 to 60 minutes maintenance to transfer the data from server1 to server2 and go online, according to the nearest backup (with the capability to take recent backup if the server1 is accessible).</span></li>
</ul>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Also there is another procedure to take a backup for your data using your backoffice terminal, and your white labels or offices administrator be able to do it:</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">All you need to do is take (money transactions and statements for all accounts) every day, so you can know the market history and your accounts history, for more info please check up the following:</span>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Schedule daily backup criteria for all accounts by going to the top of the tree --&gt; right click on the desired account (or the whole office for example) --&gt; Statement(s).</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Then we advise you to follow specific criteria in saving the resulting files, so you can refer to them easily when you need.</span></p>
<p><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2430"></a><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2430">Check here how to create a statement for your clients.</a></span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br /></span></p>
</p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I configure the tree in multi levels to separate each type of my clients...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/187]]></link>
<guid><![CDATA[31fefc0e570cb3860f2a6d4b38c6490d]]></guid>
<pubDate><![CDATA[Thu, 19 Mar 2009 16:31:21 +0300]]></pubDate>
<dc:creator><![CDATA[ZZ-AbdelMajid Hussein]]></dc:creator>
<description><![CDATA[&nbsp;
You can manage your tree in multi levels (auto real clients, manual real clients, white labels clients (if available) and Smart Dealer clients (if available)) according to following points about general concept of MLM: 

Leave the main node in w...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">You can manage your tree in multi levels (auto real clients, manual real clients, white labels clients (if available) and <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2718">Smart Dealer</a> clients (if available)) according to following points about general concept of MLM: </span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Leave the main node in whole tree only for admin dealer for management issues over all types of clients.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">You must separate the main node for every group. For example, you need to have three main nodes, the first one is REAL Node, the second is WHITE LABEL node and the third is smart dealer node.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Every dealer should have privileges only on his tree, which means that dealer of the REAL clients&rsquo; node must not have a privilege on the WHITE LABEL node for example.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">As a result of the above instructions the Multi Level Trading feature will facilitate your management operations. For instance it will make your statement for a specific node easier and more clarify, because you will take the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2430">STATEMENT</a> for specific node like &ldquo;REAL&rdquo; and it will show you statement just for &ldquo;REAL&rdquo;.</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">This will help you to show the floating statues just for specific node, not for the REAL and Smart dealer nodes together, and for the report option, this will make it easier to get a report just for specific node.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><br />Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Navigator Window</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Some high and low values on my system have not changed even though they changed ...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/150]]></link>
<guid><![CDATA[7ef605fc8dba5425d6965fbd4c8fbe1f]]></guid>
<pubDate><![CDATA[Tue, 24 Feb 2009 08:26:17 +0300]]></pubDate>
<dc:creator><![CDATA[ZZ-AbdelMajid Hussein]]></dc:creator>
<description><![CDATA[&nbsp;
If the high/ low values on&nbsp;your system have not changed even though they changed on your feed, Check from the following:

&nbsp;First, you must make sure that you are connected to your feed and not to another one from the Data Feeds tab in ...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If the high/ low values on&nbsp;your system have not changed even though they changed on your feed, Check from the following:</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">First, you must make sure that you are connected to your feed and not to another one from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2405">Data Feeds </a>tab in the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2405">System Options</a>.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Make sure that server time is correct since maybe on your timing you are in a new day and on server time it is still in the previous day. Because the high/ low values changes with the starting of the new day.</span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Otherwise, the high and low values in your system are the same as the high and low in the feed you are connected to.</span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">And If the&nbsp;high/ low values are not correct on your system, check the high/ low values on your feed, because some times the feed application broadcast wrong high/ low values. To avoid this case there is an option on the Gateway application on the server side to broadcast the high/ low values as the bid rates of the feed move. To change it you will need to request from the technical support department to change it for you.</span></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why there is chart gap or differences in prices when I rollover a new future Oil...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1]]></link>
<guid><![CDATA[c4ca4238a0b923820dcc509a6f75849b]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
First, use the F5 button to refresh the chart then check again. This gab may happen because you rollover the new oil contract for different symbol, Example: you used Nasdaq symbol setting and change its source to new oil contract, then the chart w...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">First, use the F5 button to refresh the chart then check again. </span><br /><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">This gab may happen because you rollover the new oil contract for different symbol, Example: you used Nasdaq symbol setting and change its source to new oil contract, then the chart will start drawing Oil prices after Nazdaq prices which cause the gap or the difference.</span><br /><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">If you want to add new contract we advise you after adding it to pair it with the previous contract &ldquo;use the option paired with previous oil contract from you <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">Edit</a> the symbol from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2403">Symbols Settings</a>&rdquo; to let the chart continue drawing price line in the same price range.</span><br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can I install a second feed in my server?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/13]]></link>
<guid><![CDATA[c51ce410c124a10e0db5e4b97fc2af39]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
Although it's possible but it&rsquo;s not recommended to install more than one feed on your main server where the system applications running. This is due to stability and performance reasons.But if you have another server with no other applicatio...]]></description>
<content:encoded><![CDATA[<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Although it's possible but it&rsquo;s not recommended to install more than one feed on your main server where the system applications running. This is due to stability and performance reasons.</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">But if you have another server with no other applications running on it then you can install two feeds and maybe more (but with different sources). </span><br /><br /></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How to edit the visibility of the symbols over the web market watch and web tick...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/20]]></link>
<guid><![CDATA[98f13708210194c475687be6106a3b84]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
To edit the visibility of the symbols over the web market watch and the web ticker, you will need to change the visibility of a client which is created on your system with name &ldquo;WEBMW&rdquo;.

You will find this client in the Accounts Tree ei...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">To edit the visibility of the symbols over the web market watch and the web ticker, you will need to change the visibility of a client which is created on your system with name &ldquo;WEBMW&rdquo;.</span></p>
<ul>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">You will find this client in the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Accounts Tree</a> either in the real tree so login to your Backoffice using the Admin dealer to edit the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">symbols visibility</a> of this client.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Or you may find this client in the demo tree so login to your Backoffice using the Demo dealer to edit the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">symbols visibility</a> of this client.</span></li>
<li><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">After that refresh the&nbsp;</span><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">web market watch and the web ticker links and the visibility of the symbols will be refleted.</span></li>
</ul>
<p>&nbsp;</p>
<p><span style="color: #000000; font-family: tahoma, arial, helvetica, sans-serif; font-size: small;"><span><img style="display: block; margin-left: auto; margin-right: auto;" title="WEBMW" src="http://www.hybrid-solutions.com/support/images/help/backoffice/MW/4-WEBMW.png" alt="WEBMW" width="651" height="279" /><br /></span></span></p>
<ul>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Why the high and low value for Oil on my market watch is the same as yesterday?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/65]]></link>
<guid><![CDATA[fc490ca45c00b1249bbe3554a4fdf6fb]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
The system takes the high and low prices from the feed as is, so when they are stopped on the feed, the high and low prices will not change even its after 12:00 am. When your feed give new values for high and low then it will be reflected immediat...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">The system takes the high and low prices from the feed as is, so when they are stopped on the feed, the high and low prices will not change even its after 12:00 am. </span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">When your feed give new values for high and low then it will be reflected immediately on your market watch. </span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Also,&nbsp;there is an option in the Gateway application on the server side, to broadcast the high and low values to the system either from the feed as is or to be calculated as the bid rates move,&nbsp;w</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">e recommend you to use the second option which you can request from the support center to change it for you in the server side.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What should I put in ref symbol field for every symbol?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/70]]></link>
<guid><![CDATA[7cbbc409ec990f19c78c75bd1e06f215]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
In general, you can put any desired ref symbol according to your needs and it will be applied on the calculation formula. Usually the ref symbol for most of symbols is USD, and for the crosses is USD/the second part of the cross (for GBP/JPY usual...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">In general, you can put any desired ref symbol according to your needs and it will be applied on the calculation formula. </span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Usually the ref symbol for most of symbols is USD, and for the crosses is USD/the second part of the cross (for GBP/JPY usually USD/JPY).</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Check the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2407">Profit Formula Information</a> which will help you to fix the calculation formula for most of the symbols.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can I make the trading on some symbols auto and the rest of symbols not auto...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/75]]></link>
<guid><![CDATA[d09bf41544a3365a46c9077ebb5e35c3]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
From your Backoffice go to System Options and open the Auto Broker tab, check the option &ldquo;conditional auto broker (from parameters)&rdquo;.
 Then from the Accounts Tree, go to the client or office you want and press right click and choose Par...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">From your Backoffice go to <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2394">System Options</a> and open the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2402">Auto Broker </a>tab, check the option &ldquo;conditional auto broker (from parameters)&rdquo;.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> Then from the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Accounts Tree</a>, go to the client or office you want and press right click and choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2413">Parameter</a> then edit parameter, after that in the symbols tab select auto broker if amount &lt;  from the drop down list,  then edit the symbols as you desire (for the symbols you want to treat it auto select always on and for the others select always off).</span><br /> <br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> Also, from that parameter you can edit symbols trading to be auto on some amounts of lots and not auto for the other amounts.</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> For example, if you set the value of  &ldquo;auto broker if amount &lt;&rdquo; for symbol Gold to 2 then that clients will be able to perform auto trading on Gold if they open position with amount &lt; 2. Otherwise, the positions will go to chatting screen.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br /></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Is there any way to control my feed prices and prevent wrong quotes from arrivin...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/97]]></link>
<guid><![CDATA[e2ef524fbf3d9fe611d5a8e90fefdc9c]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
As you may suffer from continuous wrong quotes that come from feeds, many filtering sheets were designed for this purpose, have a look at the different excel sheets that you can configure at your server to filter prices against wrong quotes or fil...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">As you may suffer from continuous wrong quotes that come from feeds, many filtering sheets were designed for this purpose, have a look at the different excel sheets that you can configure at your server to filter prices against wrong quotes or filter prices according to certain banks.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Read more about filtering sheets and download them, follow this link:<br /><span class="threadtitle"><a style="color: #0000ff;" title="Reload this Page" href="http://www.hybrid-solutions.com/forum/showthread.php?t=407">Filtering Sheet</a></span></span><br /><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Download the desired excel sheet and make your tests and modifications before you consider it at your system.</span></p>
<ul>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/images/help/currencyserver/Esignal wrong quotes filter.xls">Esignal Wrong Quotes Filter.xls</a></span></li>
<li><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: small;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/images/help/currencyserver/TenFore Wrong Quotes Filter.xls">TenFore Wrong Quotes Filter.xls</a></span></li>
</ul>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Also you can use the filtration method that is found in the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3186">VertexFX Currency Server</a>.</span></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
<item>
<title><![CDATA[What is the difference between the Backoffice and the client application and how...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/106]]></link>
<guid><![CDATA[f0935e4cd5920aa6c7c996a5ee53a70f]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
The Client application is the platform that you will provide to your traders so they will be able to start trading, and the Backoffice application is the platform that you will provide to your dealers so they will be managing your clients orders.
S...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">The <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2376">Client</a> application is the platform that you will provide to your traders so they will be able to start trading, and the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2378">Backoffice</a> application is the platform that you will provide to your dealers so they will be managing your clients orders.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">So if you want some employees have <span>to access all the accounts and make the trading over them without using Backoffice privileges,&nbsp;</span> you need to build a tree of offices/groups in your <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Accounts Tree</a> one inside the other in the number of the employees we have, then inside the lowest office/group in this hierarchy you will have all the accounts you need to perform trading over them. </span><br /> <br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> So now every employee can access one office and has only the username and password of this office using the client platform, then everyone can do all the trading for all the accounts and see any trades that have been performed by any other employee.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br /></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Most of the future symbols were stopped from yesterday; can you tell me why did ...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/109]]></link>
<guid><![CDATA[2723d092b63885e0d7c260cc007e8b9d]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
That may have happened when the current future symbols contract finished and you didn&rsquo;t update the symbols on the new contracts.Go to your server and rollover the old symbols contract to the new one then edit the sources for those symbols in...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">That may have happened when the current future symbols contract finished and you didn&rsquo;t update the symbols on the new contracts.</span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Go to your server and rollover the old symbols contract to the new one then edit the sources for those symbols in your Backoffice to the new sources.</span><br /><br /></p>
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/3393">Adding symbols at server side</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[Some symbols stopped automatically for a while then start moving again, what can...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/110]]></link>
<guid><![CDATA[5f93f983524def3dca464469d2cf9f3e]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
In most of cases, the reason is that symbols are stopped in the price feed application your system is connected to. To make sure, access your server and check the column time on your price feed for those symbols. Restart your price feed applicatio...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">In most of cases, the reason is that symbols are stopped in the price feed application your system is connected to. </span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">To make sure, access your server and check the column time on your price feed for those symbols. <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/1305">Restart your price feed application </a>and i</span><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">f you noticed that the symbols stopped from there then you need to contact your feed provider to solve the issue for you.</span><br /><br /></p>
<p><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Related </span></strong><strong style="color: #3f529c;"><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small;">Topics:</span></strong></p>
<ul>
<li><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/109">Most of the future symbols were stopped from yesterday; can you tell me why did that happen?</a></span></li>
</ul>]]></content:encoded>
</item>
<item>
<title><![CDATA[How can we calculate commission for certain group or IB?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/121]]></link>
<guid><![CDATA[4c56ff4ce4aaf9573aa5dff913df997a]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
From the Administration Panels open the Reports Panel at your Backoffice, right click and choose Net Trading-Symbols Types Report,&nbsp;choose the desired period and click on the desired office or IB on the tree and you will see its name on the tit...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">From the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2385">Administration Panels</a> open the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2443">Reports Panel</a> at your Backoffice, right click and choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2636">Net Trading-Symbols Types Report</a>,&nbsp;choose the desired period and click on the desired office or IB on the tree and you will see its name on the title bar for net trading report then click report.&nbsp;</span><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">At the bottom of the generated report you will see the commission for every symbol or the total commission for spots and futures.</span></p>
<p><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> Another way to do that:</span><br /><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> Go to the desired office, group or IB on the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2396">Accounts Tree</a> and pess right click and choose <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2430">Statement(s)</a> then choose the desired period then click report.&nbsp;</span><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">At the bottom of the generated page you will see the total commission for the requested office or IB.</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"><br /></span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can we change the digital signature to display our company name during installat...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/132]]></link>
<guid><![CDATA[65ded5353c5ee48d0b7d48c591b8f430]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
Note that this digital signature is a property to the publisher, it is a global certification for software house provider, and setting it in a different name will violate the international rules for the VeriSign digital signatures certification.&nb...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;">Note that this digital signature is a property to the publisher, it is a global certification for software house provider, and setting it in a different name will violate the international rules for the VeriSign digital signatures certification.&nbsp;</span></p>
<p><span style="font-family: tahoma, arial, helvetica, sans-serif; font-size: small; color: #000000;"> This information is digital signature regarding to the publisher (Software House) and can not refer to any other party.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[I face the issue that the trading is stopped one hour earlier every Friday night...]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/134]]></link>
<guid><![CDATA[02522a2b2726fb0a03bb19f2d8d9524d]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
Note that the trading times including closing and opening time depends on the server time, which means that you have to make sure of your server time and set the trading times for your symbol according to server time.For example, if you set the cl...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Note that the trading times including closing and opening time depends on the server time, which means that you have to make sure of your server time and set the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2406">trading times </a>for your symbol according to server time.<br /></span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">For example, if you set the closing time at 11:30 PM (your local time) and the trading stopped at 10:30 PM, then at most the reason that your server time was 11:30 PM when your local time was 10:30 PM.<br /></span><br /><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">To avoid this case then you have to change the server time to be as your local time or set the closing time at 00:30 AM then at 11:30 PM at your local time the trading will be closed.</span></p>]]></content:encoded>
</item>
<item>
<title><![CDATA[Can we add your backup feed to excel sheet on our server?]]></title>
<link><![CDATA[http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/135]]></link>
<guid><![CDATA[7f1de29e6da19d22b51c68001e7e0e54]]></guid>
<pubDate><![CDATA[Sat, 22 Nov 2008 02:36:19 +0300]]></pubDate>
<dc:creator><![CDATA[G]]></dc:creator>
<description><![CDATA[&nbsp;
Actually, the excel sheet must be connected to the price feeds that are installed in your server, and our backup feed is installed in our server, so technically this cannot be done.
But what can you do is to install the VertexFX Client Terminal o...]]></description>
<content:encoded><![CDATA[<p>&nbsp;</p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">Actually, the excel sheet must be connected to the price feeds that are installed in your server, and our backup feed is installed in our server, so technically this cannot be done.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">But what can you do is to install the VertexFX Client Terminal on your server and <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2203">enable the DDE </a>link so you will be able to export the rates of the <a style="color: #0000ff;" href="http://www.hybrid-solutions.com/support/index.php?/Knowledgebase/Article/View/2369">Market Watch </a>to Microsoft Excel.</span></p>
<p><span style="font-family: tahoma,arial,helvetica,sans-serif; color: #000000; font-size: small;">&nbsp;</span></p>
<p>&nbsp;</p>]]></content:encoded>
</item>
</channel>
</rss>