-
Notifications
You must be signed in to change notification settings - Fork 1
/
tutorial.php
73 lines (66 loc) · 3.25 KB
/
tutorial.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?php
include 'header.php';
?>
<!-- Left Content Starts Here -->
<div class="mainbar" >
<p class="headings">Forex Tutorial</p>
<p></p>
<p font-size="14px">
<br/>
<P STYLE="margin-bottom: 0cm"><FONT FACE="Century Schoolbook L, serif"><FONT SIZE=6 STYLE="font-size: 28pt"><B>Forex
detailed tutorial</B></FONT></FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt">1.After
you register, you would be granted an initial amount of $500.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt">2.The
rates would be refreshing every 30 seconds.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt">3.The
marquee displays the rates <B>with respect to</B> USD and variations
with respect to the <B>threshold value</B><B>s</B>.</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/INR
: 45.00</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/JPY
: 82.35</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/CNY
: 6.59</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/EUR
: 30.23</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/HKD
: 4170.00</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/SLR
: 1600.00</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/COP
: 213.25</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/CNY
: 92.85</FONT></P>
<P ALIGN=JUSTIFY STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> USD/DKK
: 45</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt"> </FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 16pt">4.Your
goal is to urn as much profit as possible with the constantly
changing rates</FONT></P>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=6><B>Steps to play:</B></FONT></P>
<P STYLE="margin-bottom: 0cm"><BR>
</P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">1.Your
current amounts table would be displayed showing the present amounts
you have.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">2.At
the start of the session this would be in Dollars.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">3.You
select the rate you want to convert and enter the amount you want to
convert from.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">4.Confirm
this by checking the checkbox.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">5.In
accordance with the current rates the expected amounts would be
displayed on the right side.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">6.Choose
wisely which amount would you convert the base currency into.</FONT></P>
<P STYLE="margin-bottom: 0cm"><FONT SIZE=3 STYLE="font-size: 15pt">7.Predict
whats wise for you and convert the rates back to dollars accordingly.</FONT></P>
</div>
<?php
include 'footer.php'
?>