/**
* competition date filter component
*/
var financialAssetTypeComponent = (function($) {
return {
template: '#financial-asset-types-template',
props: ['asset', 'nodeData'],
ready: function() {
tooltip.init($('a[data-tooltip]'));
},
data: function() {
return {
selectedInfo: 'cfd',
};
},
computed: {
nameByType: function() {
var nameAttr;
switch (this.selectedInfo) {
case 'cfd':
nameAttr = 'nameCFD';
break;
default:
nameAttr = 'name';
break;
}
return this.asset[nameAttr];
},
workDay: function() {
if (this.asset.workTime !== undefined) {
return this.asset.workTime.startDay + '-' + this.asset.workTime.endDay;
}
return '';
},
workTime: function() {
if (this.asset.workTime !== undefined) {
return this.asset.workTime.startTime + '-' + this.asset.workTime.endTime;
}
return '';
},
},
methods: {
select: function(infoType) {
this.selectedInfo = infoType;
},
},
};
})(window.jQuery);
{{ nameByType }}
Trading Hours
{{ workDay }},
{{ workTime }} (GMT)
{{ cfd.name }} |
{{ cfd.value }}
|
/**
* competition date filter component
*/
var financialAssetComponent = {
template: '#financial-asset-template',
props: ['asset', 'selectedAsset'],
data: function() {
return {
nodeData: {}
}
},
events: {
'assets-node-update': function (msg) {
this.nodeData = msg[this.asset.id];
}
},
methods: {
selected: function() {
this.selectedAsset = this.asset.id;
}
}
};
{{ asset.name }}
{{ asset.popularity }}
/**
* financial market component
*/
var financialMarketComponent = {
template: '#financial-market-template',
props: ['assets', 'market'],
data: function() {
return {
selected: ''
}
}
};
Stock trading is considered as one of the essential components of a strong trading portfolio and is highly popular thanks to famous companies like Apple, Google, Facebook, Nike etc. There are 3 factors that determine the price of a stock: the company’s performance, its net worth, and type (growth stock or value stock). It’s fairly easy to make smart predictions, simply because you already know most of the companies you’re trading on. Every new product launch, quarterly earnings report and internal reorganization can result in a major stock price change – for the better or for the worse.
Here is a full list of our tradable stocks. Simply pick an asset, invest and trade.
Forex (foreign exchange or FX) is hands down, the largest market out of all four, with a daily turnover of over $5.3 trillion. It’s basically the exchange of two global currencies (USD, EUR, GBP, JPY etc.), similar to converting money at the post office or at your local bank.
The best thing about forex is that any financial news or global market event can trigger a major market reaction. If you successfully follow the indicators – you can make substantial earnings during a very short period of time.
Here is a full list of our tradable currencies. Simply pick an asset, invest and trade.
The oldest financial market on earth, commodities, is best known for offering the largest profit rates of all markets. Prices of commodities can substantially fluctuate based on trader habits and various economic factors. Since commodities fall under the law of ”supply and demand”, any change in their value is seen as a direct reflection of their quantity. CFDs trading in commodities offers a very important advantage over other forms of investment products, simply because you don’t actually buy bars of gold or barrels of oil. You just trade on their value.
Here is a full list of our tradable commodities. Simply pick an asset, invest and trade.
Stock Index trading was introduced to the general public in 1981. An index is a group of publicly traded companies. For example, NASDAQ is an American index that includes more than 3,000 companies’ stocks such as Apple, Google, Microsoft, Oracle, Amazon and Intel. Whenever one of these 3,000 companies’ stocks take a sudden rise or plunge, it can directly affect the entire Index. Index trading allows investors to use a diverse set of strategies and techniques, which are not available in any other form of trading.
Here is a full list of our tradable indices. Simply pick an asset, invest and trade.
Nasdaq 100 DEC19
19.24247
EU Stocks 50 DEC19
0.01653
When it comes to the future of money, there is a growing consensus that cryptocurrencies are set to play a major role. While bitcoin became the first decentralized digital currency back in 2009, numerous cryptocurrencies have been created since then, such as Litecoin, Dash and Ethereum. Unlike traditional currencies, cryptocurrencies do not have a basic underlying value. In the near future, cryptocurrencies have the potential to become the dominant way that people spend money. Here is a full list of our tradable cryptocurrencies. Simply pick an asset, invest and trade.