-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfaq.html
More file actions
143 lines (102 loc) · 3.96 KB
/
faq.html
File metadata and controls
143 lines (102 loc) · 3.96 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title> CryptoTrader FAQ</title>
<link rel="stylesheet" type="text/css" media="screen" href="styles/topNav.css"/>
<link rel="stylesheet" href="styles/faq.css">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
</head>
<header>
<ul id="body_list">
<li id="body_homepage" class="topNav"><a href="home.html">CryptoTrader</a></li>
<li><a class="body_topNav" href="create_account.html">Register</a></li>
<li><a class="body_topNav" href="login.html">Login</a></li>
<li><a class="body_topNav" href="#">FAQ</a></li>
<li><a class="body_topNav" href="market.html">Market</a></li>
</ul>
</header>
<body>
<div class="container">
<section>
<h1><p2> CryptoTrader - FAQ</p2><span></span></h1>
<a href="http://arielbeninca.com" target="_blank"><p3>CryptoTrader is the premier online cryptocurrency trading and brokerage system<span></span></p3></a>
</section>
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How are trades execetued?</span>
</h3>
</div>
<div class="toggle-inner">
<p>A market order will execute immediately at the current market price.
A stop order lets you specify the price at which the order should be executed and is useful for stop loss and similar strategies.
A limit order lets you set your own price, as well as set some advanced order execution options.</p>
</div>
</div><!-- END OF TOGGLE -->
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">How does our fee and commision structure work?</span>
</h3>
</div>
<div class="toggle-inner">
<p>If the total transaction amount is less than or equal to $10, the fee is $0.99.
If the total transaction amount is more than $10 but less than or equal to $25, the fee is $1.49.
If the total transaction amount is more than $25 but less than or equal to $50, the fee is $1.99.
If the total transaction amount is more than $50 but less than or equal to $200, the fee is $2.99</p>
</div>
</div><!-- END OF TOGGLE -->
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name"> How does our margin system work?</span>
</h3>
</div>
<div class="toggle-inner">
<p>CryptoTrader provides the option to choose collaterals from a diverse spread of cryptocurrencies, also enabling users to pay for margin trading fees.</p>
</div>
</div><!-- END OF TOGGLE -->
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name"> How is our real time market data sourced and verified?</span>
</h3>
</div>
<div class="toggle-inner">
<p>We source from a multitude of diffrent API's directly to our server's via a high speed fibre connection to bring you the fastest real time quotes.</p>
</div>
</div><!-- END OF TOGGLE -->
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">Why chose cryptocurrencies?</span>
</h3>
</div>
<div class="toggle-inner">
<p>Crypto is not managed by a bank or agency but in which transactions are recorded in the blockchain that is public and contains records of each and every transaction that takes place. The cryptocurrency is traded by individuals with cryptographic keys that act as wallets.</p>
</div>
</div><!-- END OF TOGGLE -->
<div class="toggle">
<div class="toggle-title ">
<h3>
<i></i>
<span class="title-name">Contact the CryptoTrader team.</span>
</h3>
</div>
<div class="toggle-inner">
<p>
cryptotrader@cypto.com
</p>
</div>
</div><!-- END OF TOGGLE -->
</div>
<script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="scripts/faq.js"></script>
</body>
</html>