Categories
Forex Videos

Forex Trading Algorithms Part 5 Elements Of Computer Languages For EA Design!

 

Trading Algorithms – The Elements of a Computer Language – Part III: Objects

 

The most striking feature of modern programming is object-oriented programming. This video will explain the underlying philosophy and why OOP is such a big deal in modern app development.

 

Procedural programming versus OOP

Traditional programming is based on procedures or functions applied to a pre-defined collection of data structures. The main procedure starts moving and modifying variables and structures to obtain an output to print or display on a screen. 

The main drawback is that most of the primary data is globally allocated and potentially modified by other application sections. Thus a change to improve or correct one section of the code may interact with other sections, potentially creating hard to detect new bugs. The maintenance of large projects based on procedural programming is a nightmare, especially when a different programmer has to do it.

 

Object-oriented programming, on the other hand, uses objects with their own inner data structures. So, code mods happen within a single self-contained object, and any new bug is limited to that object.

 

Classes

The basic unit on Object-Oriented Programming is the Class. A Class is the description of an Object. Then, several objects are to be created using that Class description, called “instances” of the Class. 

Simply put, a Class is a collection of data structures and the procedures or functions allowed for these data structures. Classes provide data and function together. 

In our real-life, we are surrounded by objects with shape and functionality, such as cars, TVs, houses, and pants. All have their intrinsic properties. A vehicle has an engine, four wheels, battery, throttle, brakes, steering wheel, doors, seats, and so forth, and all these parts are also objects. But not all cars are equal; brand, color, engine power, seat materials, etc., change. That also happens with computer objects.

A new class can be created from a parent class, with new functionality, or with changing functionality from the parent class in a process called “inheritance.”

 

An example of a class

The Bag class is just a container for other objects. We can add or take out items to and from the Bag. The main data storage is in the self.data variable. But, bear in mind that self.data is different for every new Bag object created!. We can see that the data structure of the Bag object cannot be accessed but with the supplied methods, addsub, and show.

 

A Python financial class

A financial class can be made of around a historical OHLC data structure. Using it, we can create new information such as indicators and various stats, such as swing high/low length and duration statistics, and other information related to price analysis and forecasting.

You can see an example of what a pro-built class can do by looking at the stock-pandas class package documentation. We can see that the stock-pandas project is solely focused on the creation of a class to handle statistics and indicators for a financial data series, presenting a complete package.

As we can see, the advantages of OOP are huge. Packages can be built, which, later, can easily be versioned, updated, and expanded. The creation of apps using classes and OOP is much more straightforward, so the time needed to complete a project is shortened drastically.

Now that we have reviewed the basics of modern programming, let’s move back to trading algorithms.

Categories
Forex Videos

Forex Trading Algorithms Part 4 Elements Of Computer Languages For EA Design!

Trading Algorithms – The Elements of a Computer Language – Part II

 

A computer program is a combination of data structures and a set of instructions or commands in the form of functions that process the data structures to construct a solution or solutions.

 

Control flow tools

To efficiently process information, a high-level programming language owns specific instructions to do mathematical operations, check for conditions, and control data flow.

 

The if Statement:

The if statement is the most basic flow-control instruction. It allows us to check for conditions or the validity of a statement.

for example, 

if x > 0 checks for the variable x being higher than zero. If it is zero or negative, it will deliver a False value. If over zero, it will provide a True condition.

The if statement, combined with the else statement, handles the flow of the information. If/else is mostly similar in all languages. ( Example taken from docs.python.org 

Iterators

Iterators are used to move through the components or a data structure, such as lists or arrays. There are several ways to iterate, some language-specific, but most are present in all languages.

 

 The for statement

The for statement is used to do an orderly iteration on an array or list. In C++, it has the following structure:

for (initialization; condition; increase) . Initialization is the starting point; condition defines the endpoint, and increase sets the step.

CPP example, source cplusplus.com

Python’s for is more versatile and simple. To loop through a list is straightforward (taken from docs.python.org):

But we can use the range() function to do a similar C++ for (taken from docs.python.org):

The While statement

The while statement creates a computer loop that is exited only after a certain condition is met:

For example, the above while loop appends the Fibonacci numbers up to n, storing them in the fibo list. The loop breaks only when a is bigger than n.

 

Function definition

In a computer app, the code repeats itself most of the time, sometimes the values may be different, but the basic computational structure is the same. To organize these computational structures, all computer languages have functions. 

In C++ a funtion is defined with the following structure:

<out type> function name (<type> parameter1, …. <type> parameter n){

body

}

The out type is the output type of the function. It can be an integer, a floating-point, or any other data structure, pointer, or no output at all.

The parameters are inputs to the function but can be used to modify an external structure as well.

In Python, the definition is simpler. 

def function_name ( parameter1…parameter n):

body

If the function returns a value or data structure, it is delivered through a return statement.

The following example shows the fib function, which computes the Fibonacci numbers up to the input parameter. The results of the Fibonacci computations are stored in the fibo list, which, after exiting the while loop, is returned. The variable res is assigned the output of the fib function and printed. Please note that the last two statements are not part of the fib function.

The last introductory article on high-level languages will talk about classes, objects, and object-oriented programming.

Once we have completed this basic wrap-up on programming language features, we’ll start studying trading-focused algorithms in the coming videos.

Categories
Forex Videos

US Stock Indices – Which Currencies Should You Be Buying Right Now!


US stock indices – Bad news is the new good news!

Thank you for joining this forex academy educational video.

In this session we will be looking at us stock indices,  and trying to reason why they are at record highs when the US economy is faltering due to the ongoing coronavirus pandemic.

This is a chart of the S&P 500 index which measures the stock performance of 500 of the largest companies listed on the United States stock exchanges it is a commonly follow equity index.

On Friday the 4th of December 2020 the index rose to an all-time record high currently sitting at 3699.  Remarkable considering the unit United States is still in the grip of the coronavirus pandemic and where hospitals are currently overrun with victims of the disease across the United States, and especially New York and California, where ICU capacity is down to just 15%, and where the governor of California has recently said he expects large areas of the state of California to be locked down within the next few days affecting businesses and individuals’ livelihoods.

 In an almost identical trajectory since march the Dow Jones industrial average index has also reached record highs and is holding ground above the key 30,000 level.  This is simply staggering bearing in mind millions of people are still unemployed and gross domestic product and have a key indicators show that the American economy is not showing a V-shaped recovery, as was expected and hoped for by the federal reserve.

The NASDAQ Composite index and Barrons 400 also simultaneously hit all time highs. A rare occurrence.

Conversely the US dollar index, or DXY, which is a weighted index against major currencies including the euro, British pound, and yen, over the same period since the middle of march 2020 has been falling from its peak of 103.00, to 90.7 at the time of writing.

Traders have been using the dollar index as any inversely correlated technical analysis tool in particular when trading the Dow Jones 30 industrial average.

One of the reasons for this is that as the federal reserve pour billions of dollars into the system many of these are being used by institutions, traders, speculators and investors to buy stocks and shares in the hope that the US economy will quickly recover once the pandemic is under control within the United States and things revert to normal, and where history tells us that many stock indices go on to recover over 10% of their market value following previous pandemics, including Sars, and asian bird flu.

 It was no coincidence that these levels were reached after the November us non farm payroll where the unemployment rate fell to 6.7% from 6.9% and where 245,000 jobs were added, and although just year ago these types of numbers would have been seen as fantastic for the American economy,  the November key jobs report, where analyst expectations were  for over 600,000 jobs to have been added, was seen as disappointing.

 

And so while the US economy looks to be stalling and payroll numbers are weak and yet there is such optimism by investors which is keeping the US stock market buoyant. So what is going on what is really behind this?  Certainly, the US dollar seems to be reflective of the poor state of affairs with the United States economy.  And as previously alluded to, some of these dollars are finding their way back into the stock market, even though some major American corporations are lagging. The news that the covid vaccine will soon be rolled out across the globe has encouraged investors, but the truth may be that the market is expecting that the woeful economic data will simply force congress to quickly pass a stimulus bill before the Christmas break, and this would effectively prop up the American economy providing a much-needed lifeline for workers and businesses and where some of the anticipated $900 billion being talked about as a potential amount which could be agreed by both the democrats and republicans would likely maintain the buoyancy in the stock markets. The flip side of the stimulus is that on a supply and demand basis the influx of dollars will likely weigh on the dollar index providing counter currencies such as the Euro, Canadian dollar and the Australian and New Zealand dollars a lift.    

 

Categories
Crypto Videos

Is Crypto Now The Only Way You Can Pay For Porn? Verge & Bitcoin Domination!


Visa and MasterCard Cut Off Pornhub – Verge Cryptocurrency in the Spotlight

Verge, the cryptocurrency now infamous for its links to none other than the porn industry, is on the rise again — all thanks to a classic fiat money scandal.

As the adult entertainment giant Pornhub confirmed in the second week of December, payment providers Visa and MasterCard will no longer service its payments, leaving only Verge cryptocurrency for its roughly 120 million daily visitors.

The reason for the payment providers pulling out is, as the companies say, all the questions which remain over the way Pornhub is dealing with illegal content. While the suspension is permanent for MasterCard, Visa will continue to monitor its decision and possibly revert it once the dust is settled.

Responding to this event, Pornhub told the Associated Press that the allegations towards it were “irresponsible and flagrantly untrue.” Visa and MasterCard were not the first payment processors to do this, as PayPal has already done the same thing, effectively forcing the company to lean exclusively on crypto payments.

While seriously bad for the website, the move has greatly improved the Verge’s outlook.

At the time of writing, XVG/USD traded at almost $0.007, having matched highs from June. Verge is currently the 97th largest cryptocurrency, sitting at a total market cap of $112 million.

Responding to Pornhub’s troubles, a member of the Verge Core Marketing Team, Mark Wittenberg, appealed to users to consider Verge as a currency. “It is our position to be used as a currency. If any models at @Pornhub need any form of assistance in getting familiar with the payment options, it’s our role as a worldwide community to help out.”

With Pornhub also accepting Bitcoin and Litecoin while also allowing their models to cash out in a number of other altcoins, Verge’s appeal may still remain limited.

Verge originally partnered with Pornhub back in April 2018 and helped it stay afloat as the original “altseason” came to a swift end. 

Categories
Crypto Videos

Origin Dollar Is Compensating Investors After The $7,000,000 Hack!


How Can DeFi Improve Adoption Rates? Origin Dollar’s Compensation Plan Announced

Decentralized finance stablecoin project Origin Finance announced its plan to compensate users affected by a $7 million exploit that happened in Nov.

On Nov 17, Origin Dollar announced that its yield-bearing stablecoin project had been the subject of a $7 million flash loan attack. While this attack is just another instance of the numerous hacks and exploits hitting DeFi projects this year, the Origin Dollar team’s response stands out as it intends to fully compensate the affected users.

In a blog post that came out on Friday, Dec 11, Origin Dollar product manager Micah Alcorn has laid out a multi-tiered plan that would immediately pay 75% of its users their lost funds, all denominated in Origin Dollar’s stablecoin OUSD.


On the other hand, for larger depositors, payments would be a slightly more complicated process, as they would involve a 1-year time-locked quantity denominated in the e-commerce utility token OGN. This means that whether or not these larger depositors will be 100% compensated for their loss will depend on the utility OGN token’s performance.

Even with the timelock included in the payout plan, Alan, a semi-anonymous core developer for the insurance-coverage protocol Cover, says that the effort coming from Origin might help attract new users to the DeFi space. 

He stated that this type of behavior sets a precedent that allows DeFi users to feel more confident in the platforms that they use, which would, in turn, help with the adoption of the protocols themselves. According to Alan, the Cover project he is working on has nearly tripled its total value locked ever since its users decided to cover the Pickle Finance hack.

Following the same trend, Nsure Network — another coverage protocol currently in testnet phase — has been doing great lately, rising nearly 60% on the month.

As the hack and fraud coverage tools develop, Alan recommends that developers take their time to seriously investigate launching projects with coverage plans and clear exploit contingencies as a core feature.

“DeFi needs to set a strong precedent that the protocols themselves need to be held accountable if they manage to get hacked, rather than its users. From what I’ve seen with the recent exploits happening, getting hacked simply means ‘Oops, we’ll make sure to patch this bug and do better next time’ to most projects. Having an “insurance fund” really brings comfort to users, as they now know that if the protocol gets hacked, their deposits are, at least to some degree, covered.” – said Alan.

If DeFi is ever going to truly break mainstream, these kinds of protections and contingency plans might be a requirement rather than just a luxury.

Categories
Forex Videos

Make Money In Forex With Less Risk Counter Trend Trading!

 


How to reduce risk while counter trading a trend

Thank you for joining this Forex Academy educational video.

In this session, we will be looking at how to reduce your risk in a counter-trend set up.

Trading against the trend is inherently risky.  However, as your experience grows as a trader, you will likely start seeing opportunities where trends run out of steam and look right for a reversal.  These kinds of trades can often be extremely profitable if the timing is right. 

Of course, trading any financial asset, but specifically foreign exchange, is almost impossible to correctly find entries and exits which are down to the pip perfect, i.e., identifying an entry or exit of a particular move within a single pip.

This is where it is important to adopt a variable approach to leverage.  Quite often, new traders will simply execute the same amount of leverage per trade, no matter what the circumstances.  So any particular trade, they might open with half a standard lot, or even a full lot, no matter whether they are trading after an economic data release, which might be low impact or a high-impact release such as non-farm payrolls, they keep their trade size the same no matter what, and this can be particularly dangerous and it is a poor aspect of money management.  A variable approach is another string to the bow of becoming a more rounded trader.

This is a 4-hour chart of GBP USD

The majority of the price action as shown during position A in this section from the 24th of November to the 3rd of December has largely been a sideways move while traders wait for the outcome of the Brexit future trade negotiations with the EU. 

Although there was a spike outside of the range at position B, price action reverted back within the original range on the 2nd of December.

There is then a bounce off of the support line and a 200 pip bull run, which breaches the resistance line, and takes price action all the way up to within a pip of the key 1.3500 level.

This is a good opportunity for profit-taking for many traders and a potential double top reversal …….

…from this daily chart of the pair with which was a multi-month as shown during August 2020.

Under these circumstances, we believe there may be a reversal in price action, and we had decided to trade against the trend, believing that it will reverse at this point.  And we initiate a short trade, with reduced leverage than perhaps we might normally use because we are trading against the trend, and then we will layer the trade with market executions or sell limit orders just above our first trade, dependant on risk, and because we cannot predict where the reversal will happen, if at all.

Had this been a real trade, at least two of the orders would have been filled, including the at market order and where there was a reversal of 89 pips, which is a healthy profit.

In this particular instance, we have taken advantage of uncertainty in the market with regard to Brexit, a multi month high, double top scenario, and a key round number 1.3500.  We have reduced our leverage because of uncertainty and the fact that it was a counter-trend reversal trade, which can be inherently risky.  But we have diluted that risk by lowering our leverage and layering the trades over varying exchange rates in close proximity to the key level of 1.3500. Stop losses should be implemented as per your personal risk appetite.    

This style can also be implemented for long trades with similar principles, and the reduced leverage and layering style can be adopted in any trade scenario. 

Categories
Forex Videos

Forex For Beginners – How To Trade EURGBP! Buying The Euro With A No Brexit Trade Deal!

For beginners – How to trade the EURGBP with no trade deal Brexit 

Thank you for joining this forex academy educational video.

Great Britain voted in a national referendum to leave the European Union June 2016.  The  United Kingdom officially left the EU you in January 2020 with a one-year transition period which ends on the 31st of December 2020.

This was to allow the EU and the United Kingdom four years to come up with a future trading solution with regard to laws and arrangements which would allow the United Kingdom to take back its sovereignty, which is what the people of Great Britain wanted.

However, unravelling the years of business ties between the two areas, including laws,  fishing rights,  humanitarian issues,  worker’s rights,  competitive fairness,  financial regulatory alignment, including a whole myriad of rules and regulations has been one of the most complicated issues in modern times.  The affair is turning into an acrimonious divorcAfter the transition period, theThe two sides agreed thod they would work towards having a free trade agreem,ent which would lead to an almost seamless continuation of business.

But the United Kingdom claims that many of the terms and conditions as set out by the European Union in order to grant a free trade agreement to the United Kingdom are seen as not acceptable to the British government.  Some of these conditions are centred around fishing, where the EU wants to continue fishing in British sovereign waters, a so-called level playing field,  where the United Kingdom cannot go out and sign up other trade agreements around the world by undercutting EU member states.  And where the EU has said that any breach by the UK of such a future agreement, or where the EU changes regulations, and the UK does not fall into line, would be penalised by tariffs and which the UK has said this is totally unacceptable.  Ten deadlines have come and passed between the two sides regarding reaching an agreement,  and where currently, at the time of writing,  there are just a few days left to instigate and agreement,  and where both sides are saying this is now very unlikely to happen.

This is a daily chart of the euro to Great British pound pair ,or EURGBP,  and where we can clearly by the blue candlesticks that since the latter part of November 2020, the Euro is gaining in value on the exchange rate.  

Investors believe that the sentiment has changed in the latter stages of November and certainly since the 7th of December, and  where they believe that in the current state there will likely be no deal and therefore because the European Union is economy is much greater than that of the United Kingdom that the Euro will fare better than the pound in the event of a no tariff-free arrangement being reached.

In in the same chart we have highlighted a section A,  where the pound was gaining against the euro since August,  because the market considered that an agreement would be reached.

 

 So how can investors get in on the action and ride the pair hire based on current sentiment?

Firstly, we need to bring the chart down to a smaller time frame, such as the one hour.  Here we can see a defined bull channel, with areas of support at two points and areas of resistance at two points as show by the exchange rate touching the two purple lines, and where we might consider going long at a pull-back to the support line, perhaps somewhere around the X mark.  

By reverting back to our daily chart we can see some potential targets, or areas of resistance, the closest is 0.9294  which was reached in September 2020 and way back in  the middle of March this year, where we have a target/resistance level of 0.9500.

Of course the exchange rate might be a little different by the time you get to view this video, however, should there be a no tariff deal agreement and where the United Kingdom crashes out of the EU on world trade organisation rules, where tariffs will be imposed by either side,  but most likely to be more detrimental to the UK than the EU, you should then be looking for setups such as we have shown today to buy the pair.

Categories
Crypto Videos

Crypto!The 3 Best Key Indicators To Watch When Trading Bitcoin! No

3 Key Indicators to Watch When Trading Bitcoin

 

For the past week, Bitcoin’s price has been dancing around the $20,000 mark, which has led many traders to lose their patience. In the eyes of those traders, the current lack of bullish momentum is problematic, especially when considering that Bitcoin tested the $16,200 level roughly two weeks ago.

Experienced traders tend to look at several key indicators that serve as telling signs of a major trend reversal. These key indicators are:

  • The futures premium
  • Volumes, and
  • Top traders’ positions at major exchanges


While a handful of negative indicators do not precede every dip, there are some signs of weakness that show a trend reversal more often than not. 

Monitoring the futures contracts premium

The open interest of perpetual contract buyers and sellers is matched at all times in any futures contract. Simply put, there is no way an imbalance of any form can happen, as every trade requires both a buyer and a seller.

Funding rates ensure that there are no exchange risk imbalances. When sellers are the ones demanding more leverage, the funding rate goes negative. Therefore, the traders who want to be on the short side will be the ones paying the fees. The opposite is true, as well.

Sudden shifts to the negative funding rates indicate a strong interest in keeping short positions open. Ideally, investors would monitor a couple of exchanges at the same time to avoid eventual anomalies, no matter how rare they are.

By measuring how much more expensive futures contracts are versus the regular spot market, traders can gauge the bullishness level of the market.

The fixed-calendar futures usually trade with a 0.5% or higher premium when compared to regular spot exchanges. Whenever this premium decreases or turns negative, traders can consider this a red flag. Such a situation, also called backwardation, indicates strong bearishness.

Monitoring volume

In addition to constantly checking futures contracts, good traders also track the spot market volumes. Breaking important resistance levels while simultaneously showing low volumes is somehow intriguing. Typically, low volumes show a lack of confidence. Therefore, any significant price change should be accompanied by an increase in trading volume.

Top traders long-to-short ratio 

Another key metric that can be used is the top traders’ long-to-short ratio. This metric can be found at many leading crypto exchanges.

Traders should pay attention to changes in this metric rather than absolute figures as there are often discrepancies between exchanges’ methodologies.

As an example, a sudden move below the 1.00 long-to-short ratio should be a troubling signal. This is because the historical 30-day data, as well as the current 1.23 figure, favor longs.

As we mentioned before, the ratio can differ significantly between exchanges, but traders should watch changes in ratios rather than the absolute numbers themselves.

Unlike our previous example from Binance, it is common for OKEx top traders to hold levels below 1.00, all while not necessarily indicating bearishness. According to the 30-day data on this exchange, numbers below 0.75 should be cause for worry.

Conclusion

No set rule or method could predict every single spike or dip, but certainly, there are ways to improve your chances of improving your profitability when trading.

Monitoring the funding rate, spot volumes, as well as the top traders’ long-to-short ratio provides a much clearer view of the Bitcoin market as a whole, rather than simply reading candlestick patterns and monitoring general oscillators like the RSI and MACD.

This is mostly because the aforementioned metrics provide a direct gauge of professional traders’ sentiment, rather than just retail sector sentiment, and it is crucial to take them into account as Bitcoin tries to break $20,000.

Categories
Forex Videos

Forex Trading Algorithms Part 3-Converting Trading Strategy To EA’s & Elements Of Computer Language!


Trading Algorithms – The Elements of a Computer Language – Part I

 

A computer language is a formal language to convert our ideas into a language understandable by a computer. Along with computing history, languages have evolved from plain ones and zeroes to assembly language and up to the high-level languages we have today.

Assembly language

Assembly language is a direct link to the computer’s CPU. Every assembly instruction of the instruction set is linked to a specific instruction code to the CPU.  

Fig 1. The basic structure of an X86 CPU. Source cs.lmu.edu

The CPU characteristics are reflected in the instruction set. For instance, an X86 CPU has eight floating-point 80-bit registers, sixteen 64-bit registers, and six 16-bit registers. Registers are ultrafast memories for the CPU use. Thus every register has assembly instructions to load, add, subtract, and move values using them. 

Fig 2- Example of assembly language

source codeproject.com

A computer program developed in assembly language is highly efficient, but it is a nightmare for the developer when the project is large. Therefore, high-level languages have been created for the benefit of computer scientists.

The Elements of a high-level language

A modern computer language is a combination of efficient high-level data structures, elegant and easy-to-understand syntax, and an extensive library of functions to allow fast application development.

Numbers

A computer application usually receives inputs in the form of numbers. These come in two styles: integer and floating-point. Usually, they are linked to a name called “variable.” That name is used so that we can use different names for the many sources of information. For instance, a bar of market data is composed of Open, High, Low, and Close. We could assign each category the corresponding name in our program.

Integers correspond to a mathematical integer. An integer does not hold decimals. For instance, an integer division of 3/2 is 1. integers are usually used as counters or pointers to larger objects, such as lists or arrays.

A floating-point number is allowed to have decimals. Thus a 3/2 division is equal to 1.5. All OHLC market data comes in floating-point format.

Strings

A string is a data type to store written information made of characters. Strings are used as labels and to present information in a human-understandable form. Recently, strings are used as input in sentiment-analysis functions. Sentiment analysis 

Boolean

Boolean types represent true/false values. A true or false value is the result of a question or “if” statement. It can also be assigned directly to a variable, such as in

buyCondition = EURUSD.Close[0] > 1.151

In this case, buyCondition is False for EURUSD closes below 1.151, and is True when the close value is higher than 1.151.

Lists 

We usually do not deal with a single number. If we want to compute a 20-period moving average of the USDJPY pair’s Close, we would need its last 20 closes. To store these values, the language uses lists (or arrays in C++). A list is an ordered collection of values or other types of information, such as strings.

Since Lists are ordered, we can refer to a particular element in the list using an index. For instance, if we were to retrieve the candlestick Close two bars ago of the USDJPY, we would ask for USDJPY.Close[2]

Sets

A Set is an unordered collection of elements. Sets do not allow duplication of elements. That means it eliminates duplicate entries. Not all languages have built-in Sets, although it can be made through programming if needed.

Dictionaries

Dictionaries are a useful data type that maps a key to a value. For instance, in Python 

tel = {‘Joe’: 554 098 111, ‘Jane’: 660 413 901} 

is a telephone structure. To retrieve Joe’s phone, we would write:

mytel = tel[‘Joe’]

with mytel holding 554 098 111

As with sets, not all high-level languages have built-in dictionaries, but a savvy programmer is able to create one.

 

In the next video of this series, we will explain the elements for flow control.

 

Categories
Forex Videos

Forex Trading Algorithms Part 2 Converting Trading Strategy To EA’s! From Ideas To Code!


Trading Algorithms -From Ideas to code

 

As we have already said, computers are dumb. We need to explain to them everything. Moreover, digital computers are binary. They only understand ones and zeroes. Nothing else. 

Compilers and interpreters

To make our lives easier, we have created interpreters and compilers, able to translate our ideas into binary. Basically, both do the same job. Compilers produce a binary file that a computer can later execute, whereas interpreters translate each instruction as it comes in real-time.

From idea to the algorithm

Usually, traders think about when to enter and exit trades. An example brought by George Pruitt in his book The Ultimate Algorithmic Trading System Toolbox is the following. A trader wanted a code to enter the market and told him: 

” Buy when the market closes above the 200-day moving average and then starts to trend downward and the RSI bottoms out below 20 and starts moving up. The sell-short side is just the opposite.” 

No computer would understand that. In this case, the idea was partially defined, though: To buy when the price was above the 200-day SMA, and the RSI crosses down below 20. But what did he mean by “downward trend”? or “starts moving up”?

Pseudo-code

The first step to make a trading algorithm is to create an approximation to the code using plain English, but with more concise wording.

In the example above, Pruitt says that he could translate the above sentence into the following pseudo-code after some calls to his client:

The number inside brackets represents the close x days before the current session; thus, [1] is yesterday’s close.

In the pseudo-code, close below close[1] and close [1] below close [2] and close[2] below close[3] is the definition of a downtrend. But we could define it differently. What’s important is that a computer doesn’t know what a downtrend is, and every concept needed for our purposes should be defined, such as a moving average, RSI, and so forth.

The code

The next thing we need to do is move the pseudo-code to the actual code. There are several languages devised for trading. MT4/5 offers MQL4/5, which are variants of C++, with a complete library for trading. Another popular language is Easylanguage, created by Tradestation, which is also compatible with other platforms, such as Multicharts. Another popular language among quants is Python, a terrific high-level language with extensive libraries to design and test trading systems.

The code snippet above creates a Python function that translates the above code idea. In this case, the myBuy function must be told the actual asset to buy ( which should point to the asset’s historical data), and it checks for a buy condition. If true, it will return a label for the buy and the level to perform the buy, the next open of the asset in this case.

Systematic or discretionary?

The steps from idea to pseudo-code to code is critical. If you do not have a working algorithm, there is no way you could create a systematic trading system. But this is only the beginning. Creating a successful automated trading system is very hard and involves many developing, testing, and optimizing cycles. The market shifts its condition, and not always your system will perform. Then, you have to ask yourself if you’ll endure the drawdown stage until the market comes in sync with the system again.

Some systematic traders think that the best way to attack the market is to have a basket of uncorrelated trading systems, which are in tune with the market’s different stages: low-volatility trend, high-volatility trend, low-volatility sideways, high-volatility sideways, so your risk and reward is an average of all of them.

In the coming videos, we will dissect the steps to create an automated trading system. Stay tuned!

Categories
Forex Videos

Forex Trading Algorithms Part 1-Converting Trading Strategy To EA’s & Running Tests On Profitability

Trading Algorithms –  An Introduction

 

Almost all traders, novices and pros alike, know at least the basics of technical analysis. Still, not many know how to convert a trading idea into a set of rules and then test them for profitability.  This video series aims to be an introduction to algorithms applied to trading. Even if you are not considering creating one EA or trading bot, we think it is very interesting to be proficient in converting your trading idea into formal code and test it. We will use mostly pseudo-code, but also python, a very easy-to-learn but powerful high-level language, and Easylanguage, developed by Tradestation, which is almost as pseudo-code because it was designed to be read as a natural language.

 

What is an algorithm?

An algorithm is a set of rules to perform a task in a finite number of steps. Basically, an algorithm is a recipe.

 

For example, if we were to create an algorithm to make a phone call manually. A possible solution could be this :

1.- Open the phone
2.- select the keyboard
3.- dial each number from left to right
4.- Click the green phone icon
5.- Hear the calling sound

6.- Busy tone?
    A- no ---> wait  60 seconds for the answer.
        Did somebody answer?
                Yes--> Start a conversation
                    I - Conversation ended?
                            Yes --> Hang up.
                No --> Hang up
    B- Yes ---> Wait 120 seconds and go to 4th step

Algorithms  used in Trading

There are many ways to create Trading algorithms, including advanced sentiment analysis, evaluating the words used in trading forums and news releases. Still, we will focus on algorithms for historical price action data series.

 The ability to create, test, and evaluate a trading algorithm is a terrific ability to own. This allows creating market models that map and profit from the market’s inefficiencies. If you happen to find one set of rules that historically made profits, it could likely continue making profits in the future. This is the basic premise of automated algos, expert advisors, and trading bots.

 

Algorithm properties

  • Inputs: zero or more values can be externally supplied. Some algorithms don’t need inputs, although the majority will, and of course, a trading algorithm will need to get timely data from the market to generate outputs.
  • Outputs: at least one result should be delivered. That is logical. The output may not only be a text. It can be a picture, a sound, or a market trading order.
  • Unambiguous: Each instruction must be explicit, with a single meaning.
  • Finite: It ends after a limited number of steps.
  • The algorithm should precisely specify what the computer should do. The computer is not smart. It is dumb. You should tell it precisely the action it has to make.
  • Effective: Every instruction should be basic enough to be made by hand or uses other algorithmic sub-units with the same property. Of course, the action must be feasible, which means the computer can perform that action because the instruction is included in the instruction set of the programming language you’re using.

The key to a good algorithm, as with recipes, is to break the ideas down into simple building blocks.

Flow Diagrams

Algorithms can be more complicated than a simple recipe. Besides, a recipe is interpreted by a (supposedly) intelligent cooker. On the other hand, algorithms are to be interpreted by brainless CPUs. Besides, algorithms usually accept a stream of data inputs, which must be transformed until an output or output is produced.  Flow diagrams are a pictorial representation of the algorithm’s process and data flow.

A Flow diagram is a very handy tool to develop your ideas into coherent algorithms because it helps you spot potential flaws and improvements and should be the first step before proceeding to the actual code.

 

In the next chapters, we will continue developing this basic idea, applied to trading, using trading examples.

 

Further reading:

The Ultimate Algorithm Trading Toolbox, by George Pruitt.

 

Categories
Forex Videos

Forex Position Sizing Part 12 – Two Tier Optimal F Part 2


Position Sizing XIII- Two-Tier Optimal f Part II

 

In Two-Tier Optimal f part I, we discussed the virtues and drawbacks of optimal f trading. In this part II video, we will present a methodology that will almost ensure that our initial capital is preserved with the possibility of astonishing growth factors on our trading account. This content is exclusive, and, so far, you will not see it explained elsewhere.

 

System requirements:

This methodology is valid only with profitable strategies. This method is not a miracle solution for losing systems.

It works best when the risk is homogeneous. That is, the dollar risk is a constant R factor to the rewards.

The better the system, the higher the and smoother are the rewards.

 

The Two-tier Strategy

1.- We split the trading account un two portions. One portion ( 25% of the total in our case) will be used with Optimal f positioning. The other part will be applied to a 1% risk positioning.

2.- After a determined goal (2X, 5X, 10X, 20X of the Opt-f portion), the account will be rebalanced ( by adding both sub-balances together) and then re-split(25%-75%) to start a new cycle. The cycle will also reboot itself if the Opt-f section’s balance goes below 25% of the value at the beginning of that cycle.

 

What was the procedure to test the two-tier Opt-f position system?

We took the current Signal Table closes signals and created two 10K trading histories of what would have been one year of trading activity. Thus, resulting in two collections of 10,000m years of trading data. One of the collections was to be used with the Optimal f position sizing portion, and the other one was employed in the 75%-portion of the account. The Python code for the entire simulation is shown below.

We did this procedure using several targets for the balance of the portion traded using Opt-f: 2X, 5X, 10X, and 20X. We focused the results on the following parameters: Average final capital, max final capital, min final capital, average trades need to 10X total capital appreciation, average max drawdown, The drawdown with 1% probability of occurrence. In the below table, we also present the results of the 1% risk and 100% Opt-f strategies. ( click the image to enlarge).

 

 

Discussion

We see that the 1% risk strategy is not bad at all since it can multiply by five the initial balance in one year. It does this with an average max drawdown of 8.79 percent, with the odds of reaching a 16.2% drawdown on one every 100 years. We see also that, on average, it needs 664 trades to multiply by ten the initial capital.  

On all two-tier columns, we see a remarkable fact that the min final capital is 10,486. That meant that in all the 10K years of simulated market action, not a single one ended below the initial 10K balance. Thus, this strategy seems to protect us against the loss of the initial capital. That is a terrific psychological reinforcement to withstand the high max drawdowns it presents.  The use of the 2X goal is the best choice for the less bold investors, as this method offers an average max drawdown of 38.32%, with a 1% chance of reaching 59% drawdown.  After one year, the average final capital is $8.5 million, with a starting capital of only 10K.  This positioning strategy multiplies by ten the capital, on average, every 113 trades. The second best choice is a 5X goal.  That will more than double the yearly returns at the expense of a near 50% drawdown on average.   On the table, we can see that the more we increase the goals to rebalance, the more the account growth, but also the max drawdown.

We can see that these strategies’ growth is orders of magnitude lower than fully Optf position sizing. Still, the attractiveness of this strategy is that the odds of being smaller than 10K after one year of trading are virtually none.

More ideas

We used 1% as the size used in 75% of the total capital in the preceding trading sizing proposals. Of course, we could modify that to better profit from the total capital with almost no increase in drawdown and fully preserving our initial capital. You can make your own simulations on this to find the best fit for you. As examples, let’s present three more simulations using Optf/10, Optf/ 5, and Optf/2 with 2X rebalancing goals. 

 

In the image above, we see that using Optf/5 in 75% of the capital will deliver huge profits with 40%-63% Drawdown figures and 79 trades to 10X capital appreciation. All this with almost no chance to blow up the account. 

Final words

This video shows exclusive and never taught position sizing methodologies that protect the initial capital and offer vastly superior results to the 1% risk standard methodology.  But you must be aware that we are assuming the trading strategy is effective long term. The trader will also need to find the safest optimal f value by performing the proper computer simulations.

That also shows that position sizing is part of a trading system that really helps you achieve your monetary objectives. And for optimizing it, you need to know the optimal f of the system you’re using.

Of course, the market will limit the trading size we can reach without influencing it, but as theory, these methodologies are real wealth multipliers for the serious trader.

To employ a two-tier methodology in the real market, you will need to be fully organized, have an appropriate spreadsheet to follow the trade results, have two split balances, and compute the size of the coming positions.

Categories
Forex Videos

Position Sizing Part 12 – Two Tier Optimal F – I

Position Sizing XII- Two-Tier Optimal f Part I

 

In our past video presentation about the Kelly Criterion and Optimal f position sizing methods, we have learned that using these position size methods bring the maximal growth factor to any trading account using a profitable strategy. But, optimal fraction position sizes also presented drawdowns of over 90%, making them unsuitable for any trader except for a robot.

Nevertheless, optimal fraction position size shows the fastest growth rate, meaning achieving a determined goal in minimal time. Consequently, if we were to devise a methodology to reduce drawdown at tolerable levels, diminishing the risk of ruin to zero, and boost the basic 1-percent risk equity progression to unseen levels, we could take advantage of a terrific methodology and produce psychologically acceptable growth optimization.  That is the object of the current video presentation. 

To make this analysis, we used the currently available data from our Live trading signals. That way, our study is as close to a real system as it can be. 

At the time of this writing, we have delivered 203 signals since March 20. Thus, about 51 signals per month, that is, 2.5 signals per trading day. The general statistics were:

STRATEGY STATISTICAL PARAMETERS: 
 Nr. of Trades        : 203.00
 Percent winners      : 65.52%
 Profit Factor        : 2.10
 Average Reward Ratio : 1.11
 Sample Statistics:      
 Mathematical Expectation : 0.3800
 Standard dev            : 1.3682
VAN K THARP SQN           : 2.7774

To find the safest optimal f, we did a Monte Carlo resampling of the original trade sequence. The resampling was done with what would have been one trading year using 10,000 resamples, supplying us with 10,000 years of synthetic market activity.

The resulting optimal fractions were plotted and shown below. We can see a Gaussian bell curve centered at 0.62.

But the average f is not a safe fraction because 50% of the values lie below the average. We seek an optimal f that guarantees as much as possible that no future values lie below it.

Opt f Key Values   
       max: 91.33%
   average: 62.58%
       min: 23.57%

Thus, to be safe, we want the minimum f, which is 23.57%. 

The Live Trade Signals using a fixed 1% risk per trade

To create a reference from which to compare our proposal, we have computed what would have been four years of trading activity using our Live Signals

The next figure shows the equity curves resulting from the 10K resamples, corresponding to a 1% dollar risk on each trade and over what would have been approximately one year of activity.

We see that starting with $10,000, the end capital of the equity curves range from $19,967 up to over $140,000, although the average ending capital is $53,122.

      Average ending Capital : 53,122.77
          Max ending Capital : 154,077.50 
           Min ending Capital: 19,967.23

 

From these data, we can also create an interesting statistic to answer the question of how many trades are needed to reach a determined goal. In this case, we present the Trades to reach 10X. The curve results from computing this value on all 10K equity curves and computes the odds relative to the number of trades.

In the case of the 1% risk, we see that the average time to reach 10X, the initial capital is about 650 trades, with a minimum of 400 days and a maximum of 1000 days. Not bad at all. But that can be improved dramatically using a mix of conservative and aggressive position sizing.

The optimal F Positioning Strategy

Using the optimal f positioning strategy, a bold investor will navigate in the turbulent waters of one of these equity curves:

The chart is on a semi-log scale because the range of values is too vast to handle on a linear chart. We see that the y-axis show scientific notation, but do not fret. The number of trailing zeros of the equity corresponds with the last digit is in superscript. For instance, in the previous figure, we see that the ending capital after one year of trades ranges from below $1,000 to a theoretical value with 22 trailing zeros.

The next figure shows the cumulated probability of reaching a certain number of trailing zeros:

We observe that a small portion of the equity curves end below 4 digits, meaning they are net losers.  The following data clarifies this by showing relevant figures:

      Average ending Capital : 517.14 billion
          Max ending Capital : 43,096,478,975,341.38 billion 
           Min ending Capital: 153.51
     Capital ending above 517 billion : 55.63 % of the equity curves
     Capital ending above 1 million :  92.51 %
     Capital ending above 100,000 : 92.96 %
     Capital ending below 10,000 :  6.8507 %
     Capital ending below 5,000 :  3.4253 %

And, next, the chart that shows the power of trading using optimal f. The chart shows the time to reach 10X the initial capital,

The graph shows that the average time to reach 10X growth (50% probability) went from about 620 days down to 42 days. The same growth achieved in one-tenth of the time!

The Two-tier risk system.

The proposed system aims to profit from the rapid growth of an optimal fraction position sizing while minimizing the risk of blowing up the account. In this video, we will outline the idea and, in the following videos, will present its results and also the optimal requirements to make it work and minimize the risk.

The critical value here is the percentage of times the optimal f ends below 10K in a determined period.  Here we will take 80 trades instead of one-year of trading, as this shows a more realistic use in a Two-tier system.

40-trade figures:

    Average ending Capital : 213,793 
        Max ending Capital : 5,127 billion 
         Min ending Capital: 154

     Odds of

             Ending above 46,474    : 51.74 %
             Ending above 1,000,000 : 29.61 %
             Ending above 100,000   : 62.82 %
             Ending below 10,000    : 13.35 %
             Ending below 5,000     : 10.40 %

The key idea is based on the odds of the trading capital ending below the initial 10K value. In the case of sequences of 80 trades, we see that the odds are roughly 13.3%, and the odds of ending below 50% of the original figure is just 10.4%. 

That is the risk for the opportunity to have an average of $213,793 ending capital, which is over 21X. The risk/ reward ratio of the proposition is 214/5, which is 43. That means we can be wrong up to 42 times and recover after just one good trading sequence. Our initial proposal is to take 1/4 of the capital to allocate for an opt f positioning strategy.

The Two-tier optimal f proposal 

  1. Take 25% of your current trading balance and use it for the optimal f strategy. Use the rest 75% for 1% risk trades or let it be in cash. (more variations possible)
  2. Let computations of the optimal f strategy be separated in its own pocket to compute the subsequent trades.
  3. The account will be rebalanced after a determined goal has been achieved or goes below a predetermined level ( in our case, we will rebalance if the Optf part drops below ¼ of the initial capital on each cycle).
  4. After rebalancing, a new cycle of 25%-75% allocation begins.

In our next video, we will deal with the results and trade parameters of this combined strategy, as well as our advice on which features are desirable to make this strategy optimal.

 

Categories
Crypto Daily Topic Forex Daily Topic Forex Videos

Position Sizing Part 1 Drawdown – Why You Keep Blowing Your Account!


Position Sizing. Drawdown- The dark side of Trade

 

This video will be dedicated to explaining the relation between performance and drawdown.  It is an essential topic since most of the trading community ignores the fact that the drawdown of a trading strategy or system is not an independent value. It is position sizing dependent. Furthermore, the profitability of a trading system is also dependent on the size of the position.

Imagine several investors trying to choose a copy-trading service, and you need to rank the potential candidates. Which parameter do you think most of them would choose to grade the quality of that group of systems?  Total returns? Average trade return? Percent winners? Drawdowns?

The majority would rank them by total returns, without any further analysis on how the returns were obtained. This could lead them to select the worst candidate instead. 

The fact is that returns and risks are interlinked in all investments.  You cannot increment returns without increasing the risk. Consequently, traders and investors must analyze both simultaneously.

Let’s look at the characteristics of returns vs. drawdown using a simple position sizing method applied to the trades of one year using a sound system such as our Live Signals Service. 

Let’s see first how this system behaves using just one mini-lot size, which corresponds to $1 per pip gained or lost. 

The figure corresponds to a trader having $1,000 initial capital, using a constant one micro-lot trade. To compute the maximum drawdown, we created 10,000 synthetic account paths using Monte Carlo resampling. The corresponding max drawdown distribution is shown below.

The Average Max Drawdown is 1.94 % with a very tiny possibility a 8% drawdown.

Let’s see how this system performs under increasing lot sizes:

1 mini-lot size

The corresponding drawdown curve  is shown below:

In this case, the average max drawdown goes to 11.77%. But, there is a 30% chance (about one in three) that max drawdown goes to 20%, and in about 2.5% of the occasions, the max drawdown went as high as 40%.

Let’s use now one lot

And the corresponding max drawdown curve is

In this case, the average max drawdown is 40%, but there is a 20% chance of a 65% drawdown and a 5% chance of an 85% drawdown.  40% drawdown is about the limit a usual trader can endure, but inevitably a 65% drawdown would force most traders to stop trading, even when we can see that the system is profitable.

We can see that even using a constant trading size, the drawdown grows with the position size. Of course, we can observe that the returns also grow. Furthermore, profits grow at a much higher rate than risk.  From the preceding examples, any astute observer can notice that moving from one micro-lot to one lot, 1-year returns went from $1,158 to $115,840, a 100X increment, while the drawdown moved from about 2% to 40%, a 20X increase.  

Therefore, the theory behind position sizing is aimed at optimizing both return and drawdown. Of course, there is no single solution to this problem. The solution must fit the particular psychology of the trader. 

Categories
Crypto Videos

Asset Mangers Being Left Behind By Not Understanding The Fastest Growing Asset Ever… Bitcoin!


Asset Managers Risk Their Careers by Not Understanding Bitcoin

Shapeshift CEO Erik Voorhees has spoken about the future of financial management in the future, stating that every asset manager should, even now, have an understanding of Bitcoin based on its astonishing rate of return.

Voorhees commented on this topic while retweeting data shared by analytics platform Messari co-founder Dan McArdle that shows Bitcoin dramatically outperforming every other asset over the last decade. 


While gold has made a return of 32% and the S&P 500 has tripled its investors’ money, Bitcoin has posted an astonishing 7,837,884% gain in ten years.

Looking at its 10-year life, Voorhees believes that Bitcoin is “vastly superior to any other investment.” He then stated that:

“One could be forgiven for not understanding Bitcoin eight years ago… but any asset manager today who remains even somewhat ignorant of this phenomenon needs to seriously check what they are doing.”

Voorhees is not the only one talking about the recent embrace of Bitcoin by institutions and the rest of traditional finance that is believed to underpin the most recent rally. Just the past week alone, half a dozen experts in the traditional finance sector made similarly bullish observations. On December 2, crypto trading firm Genesis CEO Michael Moro made a prediction that 250 publicly traded companies will put at least some of their funds in Bitcoin by the end of 2021.

On December 4, former JP Morgan commodity trader Danny Masters told CNBC that it would soon be a “career-risk to not have Bitcoin in your portfolio.”

BlackRock CIO Larry Fink also spoke about Bitcoin and warned that Bitcoin’s success could have a substantial impact on the US dollar and that it will even “take the place of gold to a large extent.” 

Of course, every asset has its bulls and bears, and no matter how many pundits back Bitcoin, or how many institutions put their money into it, gold bug Peter Schiff still remains unmoved, stating that Bitcoin and gold have nothing in common and that Bitcoin will never replace gold.

Categories
Crypto Videos

Michael Saylor Comparing Bitcoin To Lebron James? Institutional Investment Skyrocketing!


Bitcoin is like ‘Lebron James’ – MicroStrategy CEO Michael Saylor

 


In an interview with economist Marc Friedrich, CEO of MicroStrategy, Michael Saylor said that Bitcoin is just not the same asset it was in 2015 or 2017. As Saylor stated, the arguments against Bitcoin that were relevant two or four years ago are simply no longer applicable.

Bitcoin has grown exponentially since its peak in 2017. The growth happened in terms of infrastructure, fundamentals, as well as adoption. In the past year alone, many institutions have started to increasingly see Bitcoin as a store of value and an inflation hedge rather than as a speculative asset.

In 2017, Bitcoin critics said the cryptocurrency was too volatile and that there was a substantial risk of it dropping to zero. Saylor emphasized that these arguments have close to no relevance now because Bitcoin has evolved significantly in recent years.

Saylor said that Lebron James played basketball from ages 8 to 18, but then matured and evolved into one of the all-time greats. He said that Bitcoin went through a very similar period, stating that he thought that it was important to address the fears and anxieties of the crypto and non-crypto community head-on, but that people that still think that Bitcoin might go to zero are still living in the 2015 and 2017 timeframe. He compared Lebron James’ talent, which was, according to him, erratic and volatile in the early stages of his gameplay. But then he grew up and “destroyed everybody and everything in his way.”


One of the major changes Bitcoin has experienced since 2017 is its market structure. Going back to 2017, retail platforms like BitMEX were the dominant players in the derivatives market. Institutional platforms such as the CME have consistently processed volumes that were similar to leading retail-focused exchanges.

However, as of December 4, the CME Bitcoin futures market has an open interest of $1.14 billion, which is considerably higher than Binance Futures, Bybit, Huobi, as well as BitMEX.

On-chain data also shows a considerable increase in institutional interest. According to data coming from IntoTheBlock, the number of transactions valued at over $100,000 has increased twofold in 2020. This is indicative of the growth in institutional activity, the analysts stated. Furthermore, the total volume transferred in these transactions has experienced an even larger growth with 6x increase over the same period.”

Based on various factors, including the fact that the already-significant institutional involvement in the Bitcoin market is only increasing, investors like Saylor remain confident that Bitcoin is evolving into an established store of value.

Categories
Crypto Videos

What Would it Take for Ethereum to Fail?


What Would it Take for Ethereum to Fail?

Ethereum 2.0 has recently launched its Beacon Chain, concluding Phase 0 of a scaling effort. Although he expressed quite a bit of faith in Ethereum 2.0, Celsius CEO and founder Alex Mashinsky believe nothing has to be set in stone. The network could lose its spotlight if it doesn’t manage to scale quickly, effectively, and significantly.

“Ethereum needs to prove to the market that it can scale its transactions 100x without compromising on either security or decentralization,” Mashinsky stated when asked about Ethereum 2.0’s next hurdle after its Beacon Chain launch. “If Ethereum fails to scale, Cardano and Polkadot will take over the market.”

As of Thursday, December 3, Ethereum’s network hosts somewhere in the ballpark of 13 transactions per second, according to data coming from Blockchair. A 100-fold increase from now would total the network capacity to roughly 1,300 transactions per second.

Ethereum has served as the top blockchain for building decentralized applications over the past years. In 2020, the DeFi sector boom has largely taken place on Ethereum’s blockchain, as well. This surge in activity has led to incredibly high network traffic that Ethereum could not handle, and that at times resulted in high transaction fees. 

With Ethereum 2.0’s shift from a proof-of-work and onto a proof-of-stake consensus algorithm, scaling advancements should be evident very soon. Ethereum co-founder Vitalik Buterin previously stated that he believes the network has the possibility to scale to an astonishing 100,000 transactions per second.

The aforementioned network’s upgrade, however, faced a fair bit of delays before achieving Phase 0 earlier this month. MyEtherWallet founder said that he expects Ethereum 2.0’s next phases to take years to fully play out. Mashinsky didn’t give any specific time estimates, but he did give his vote of confidence in the network upgrade idea as a whole.

“I am a big believer in this upgrade, even if it will take longer than anticipated to scale and solve all the problems,” he said.

It’s important to note that Ethereum’s native token, Ether, also plays into the equation. Phase 0 requires all interested parties to lock up at least 32 Ether each, with a total of 524,288 Ether needed for the Beacon Chain launch. The Ether must remain locked until Phase 2 is live, and that could take years.


As more and more Ether is locked up for Ethereum 2.0 or used on different DeFi and CeFi platforms, the prices push to higher levels simply due to the scarcity effect. Almost all decentralized exchanges are denominated in Ether, which is also a huge advantage for Ethereum.

Categories
Crypto Videos

An Ethereum Fund Launching On The Toronto Stock Exchange!

Ethereum Fund Launching on the Toronto Stock Exchange

Canadian digital asset investment manager company 3iQ will be launching an IPO of an Ethereum exchange-traded trust, called The Ether Fund, on the Toronto Stock Exchange under the ticker QETH.U. 

The maximum offering for the trust launch is $100 million, and 3iq announced that the offering’s closing date would be no later than Thursday, December 10 of this year. 3iQ currently counts more than $400 million CAD under management. The company maintains a right focus on just several cryptocurrencies, including Bitcoin, Litecoin, and Ethereum.

In a press release that came out Thursday, December 3, 3iQ noted that the listing comes with a patriotic backstory behind it. “The concept of Ethereum was first developed in Canada in 2013, and then launched by a group of technologists coming from all over the world,” the company mentioned.


Ethereum’s co-founder and main figure, Vitalik Buterin, is Canadian-Russian, and his family moved to Toronto when he was just six years old.


Traders south of Canada’s borders have already demonstrated a remarkable appetite for publicly available Ethereum investment options. Despite an incredible price premium, which at points went to as much as 500% relative to net asset value for Grayscale’s Ethereum trust ETHE, the company reports that more and more investors have decided to test the waters and try investing in crypto.

These funds and trusts are the preferred methods of investing in crypto for many traders, as not many people are able or willing to provide their own crypto custody and security options.

On top of that, traders have enjoyed a rapid expansion of this sector, with new fund offerings surfacing across the globe in recent months. In November alone, VanEck launched a Bitcoin exchange-traded note product in Germany, as well as the VanEck Vectors Bitcoin ETN, while 3iQ introduced The Bitcoin Fund to Canada.

Categories
Crypto Videos

Goodbye XRP! What Happens if XRP Gets Deemed a Security?


What Happens if XRP Gets Deemed a Security?

Ripple CEO Brad Garlinghouse believes that his company can and will still thrive under a hypothetical scenario where its cryptocurrency XRP is declared a security by the United States lawmakers. 

Appearing on episode 439 of the Anthony Pompliano’s Pomp Podcast, Garlinghouse spoke about the implications of XRP being declared a security by the US Securities and Exchange Commission. He said such a position is possible but that it would run contrary to the view that prevails among G20 markets.

While stating that “it’s very hard to look at XRP and say that it is a security,” Garlinghouse said:


“If XRP were deemed a security in the United States… you know, we have other G20 markets that have a completely different view. I’m not aware of any market in the world that thinks that XRP is a security.” Garlinghouse added that “over 90% of RippleNet customers are actually out of the United States,” suggesting that a possible unfavorable securities designation wouldn’t exactly hinder the company’s underlying business, but only its short-term popularity. If XRP were to be declared security in the US, investors would need to complete a broker-dealer registration with the US SEC.

XRP’s regulatory status has been a subject of intense scrutiny for a very long time now, with veteran futures and forex trader Peter Brandt being the latest of many public figures in line to declare it a security.

On the other hand, Congressman Tom Emmer, a Republican from the state of Minnesota, argued in August that XRP should not be deemed a security.

Ripple has been the subject of a major class-action lawsuit from disgruntled investors claiming that XRP is a security. This lawsuit alleges false advertising as well as unfair competition charges against Ripple. An amended filing from March 2020 claimed that Garlinghouse was shopping XRP to prospective investors while liquidating his holdings at the same time.

XRP is back in the limelight at the end of November as the market pushed its price above a multi-year high. The rally was a subject of heavy profit-taking, falling more than 28%.

Categories
Crypto Videos

How To Spot Bitcoin Bull & Bear Cycles Beginners Edition!


Bitcoin Bull and Bear cycles – Beginners Edition

 

Animals Bear Fighting With Bull

Since its launch over a decade ago, Bitcoin has seen a number of bull and bear cycles, with each one of them being greater than the last. However, many have tried to find an answer to the main question: What drives these cycles? Co-founder of Decred Jake Yocom-Piatt has claimed that the answer certainly lies within the human brain.

“Bitcoin’s bull and bear cycles are both functions of generic human psychology, attention spans, as well as its deterministic and diminishing issuance,” Yocom-Piatt stated.

Over the years, numerous parties have tried to find the reason behind and argue different cases for Bitcoin’s cycles, including PlanB’s infamous stock-to-flow model, which projects Bitcoin prices in the future based on its programmed halving events that happen every four years.

One major characteristic that sets Bitcoin apart from every other asset is its deflationary nature. It is programmed to have a finite supply, and that, combined with the ease of movement it provides, allows for borderless value storage better than any asset before.

Then, one might wonder whether the programmed supply that Bitcoin possesses dictates its price cycles on some level. This refers to its mining reward being cut in half every four years, essentially decreasing the amount of new Bitcoin put out on the market each time a block is mined. Its 21 million coins supply cap may also factor into this equation.

“Bitcoin’s rate of supply is constantly shrinking as a percentage of the circulation, with the addition of a massive supply shock every halvening,” explained Yocom-Piatt.

“Bull runs occur when the demand begins to outstrip the supply, driving up the price, which then gets the attention of myopic investors. After some time passes, these myopic investors’ attention span for a bull market fades away, and we revert back to a bear market. With each bull cycle, the overall awareness of Bitcoin grows, further sowing the seeds for the next bull cycle.”

Bitcoin recently approached its 2017 all-time high of $20,000, receiving a big chunk of mainstream media coverage during the time of the push towards the upside.

Categories
Forex Videos

How To Trade Forex Like Bankers Do & Spot Their Tactics!


A retail trader’s insight into how bankers trade Forex

 

In this session, we will give retail traders some insight into how professional bankers trade forex, with their own bank’s money, in the forex market.

Wouldn’t it be absolutely fantastic if everybody traded forex the same way?  But of course, that is not the case because traders use different time frames, have different opinions about where currency exchange rates should be, they have different views on political and economic situations which will affect forex exchange rates, and this dynamic array of variances makes Forex moves very difficult to predict on a long-term basis.  Situations can change in the blink of an eye and cause price action moves and reversals, which nobody could have foreseen.

However, if retail traders knew what was going on behind the scenes at a major investment bank, might it give them a better understanding of how price action is affected by the big guns’ actions?  Well, yes, it would.

Firstly, it is he said that under 10% of bank traders’ own banks’ funds, accounts for 90% of all forex volumes. The best way to explain this is to say that the average forex retail trader probably trades between a couple of dollars per pip, with larger account balance traders ramping their trades up to $10 or a standard lot, equivalent, and perhaps a little more when risk suits. And now factor in the fact that over 75% of retail traders lose all of their money in the first 6 months of trading.

And now, let’s look at bankers. The majority of their trading is for their corporate or high net worth client base, where they instigate forex trades on those client’s behalf. And where some of these trades are speculative, and some of these trades are because of clients doing business in other currencies abroad, or perhaps hedging against inflation or portfolios or fluctuating exchange rates, etc.

But when the bankers themselves come to trade, these guys do not mess about. They are likely to instigate a spot or forward Forex trade in ticket sizes ranging from $10 million up to $500 million.  And in which case, they are certainly not picking their trades on a whim. They do not scalp, and they do not go long or short because a stochastic is overbought or oversold, or because an RSI has reached a particular area, or because a Fibonacci retracement to X, Y, or Z level has occurred.

Professional bank traders have a dedicated team behind them who are professional analysts and economists advising them. They have a defined fundamental and technical view of where an exchange rate should be and where reversals in price action might occur, and they tend to be swing traders, not intraday traders, and they usually only do a couple of trades a week on their own bank’s book. But how do they choose their levels?

You definitely will not find something like this one hour chart of the EURUSD pair on a professional bank trader’s screen, which is cluttered with lagging indicators.

However, you probably would find something like this daily EURUSD chart. But what are they looking at? What information does such a chart provide them? 

Actually, it provides them with a wealth of information, such as here we have added some notes, including at position A , which shows defined lines of resistance and support, in a wedge-shaped formation, where a bullish breakout occurs.

And at position B, where price reverses 300 pips from the key 1.200 level, before forming a support line and where the price is moving higher, potentially retesting that key level again.

Now, if our professional bank traders bought this pair at the breakout from position A and rode that trade up to the peak at position B, they would have made 1000 pips on that trade, on a multimillion Euro – in this case – ticket size. The profits would have been incredible. 

Therefore, we know that professional bank traders take a longer-term view of the market. They enter with large size ticket trades, and they use a minimal amount of technical analysis indicators, preferring to draw their own trendlines while looking for breakouts and concentrating heavily on key numbers for support and resistance.

While bankers have deep pockets in terms of how much exposure they have with regard to stop losses, it is almost impossible for a retail trader to incorporate the same amount of risk into their trades.  However, if a retail trader understands where these large ticket trades are occurring, it could be beneficial in terms of their own trading setups.

In conclusion, no matter what your trading style is, look at the longer time frames and look at key areas of support and resistance, which is the institutional size traders maybe referring to, in order to better select your trades on the lower time frames.

Categories
Forex Videos

Forex – Fed Saturates The Markets With Dollars – How Should You Trade The Dollar Now!


Fed saturates the markets with dollars – what next? 

 

In this session, we will be looking at the extraordinary amounts of US dollars, which have been printed by the federal reserve in America and flooded into the system to try and prop up the US economy during the coronavirus.

Since the pandemic began and started to bite in the United States, it is estimated that over 20% of all circulating US dollar bills were printed during this time.

 Although the federal reserve has publicly declared that their monetary policy has not been designed to save Wall Street,…..

….there is no denying from this chart that dollars,  which are required to buy United States stocks,  are finding their way into US stocks and indices, such as the Dow Jones Industrial Average Index shown here, which had climbed from the panic sell-off in March 2020 when the pandemic began to take a grip of the United States,  up to record highs of over 30 thousand.

Purely on a supply and demand basis,  the shock and magnitude of the influx into the market of the US dollar has gone a long way to shedding its market value against currencies, including the major currency pairs as shown here on this dollar index where it was at a high of 103.00 in March, and while the fed has been pumping dollars into the system, it has collapsed to 91.70 at the time of writing.

While the safety of gold saw investors take flight here during the latter part of March 2020, causing the precious metal to rise in value in a risk-off event during the early stages of the pandemic in the USA to a peak of over 2000 an ounce, and where traders have pulled back while shifting their focus to the US stock market, in a risk-off phase, and where gold currently sits around 1800 per ounce.

The federal reserve has been getting into the markets indirectly, via the backdoor, by talking to hedge funds, mutual funds, credit facilities, market makers, and commercial paper funding facilities, and instigated a huge emergency repo loan operation with the New York fed, where it is said that over 6 trillion dollars have as entered into circulation through this facility.

The Fed’s pumping of dollars into the market, where its value has crashed in value relatively over the last 100 years, has given fuel for the rise in interest for bitcoins and other cryptocurrencies and as we have seen gold and other precious metals, while investors try to hedge against dollar depreciation and inflation, as the dollar continues to lose value against other assets. 

 And by the time the new president-elect, Joe Biden, takes office, the two political houses in the USA, currently at loggerheads, will agree more stimulus, in the range of 1 to 2 trillion dollars, and where once this has been agreed, this will only pour more oil on the burning cauldron and the effect will likely be the US dollar’s further decline, with a knock-on effect being volatility in the financial markets, and higher prices for consumers.  

Categories
Crypto Videos

Facebook’s Libra Reportedly Launching in Jan 2021 as a USD Stablecoin!


Facebook’s Libra Reportedly Launching in Jan 2021 as a USD Stablecoin

According to a new report, the very controversial and long-awaited digital currency Libra could see the light of day as soon as Jan 2021. After more than a year of scrutiny from global financial regulators, Facebook’s Libra will launch in the form of a US dollar-backed digital currency, as Financial Times reported on Nov 27.


The Financial Times cited three people involved in the Libra project, as they stated that Libra Association’s plans would eventually add more fiat currencies to the digital currency’s basket of assets.

While the exact launch date is still unknown, January 2021 has been brought up several times as the most likely option. However, the launch date would ultimately depend on when the Libra Association receives regulatory approval from the Swiss Financial Market Supervisory Authority to operate as a payments service.

A FINMA spokesperson declined to make any statements or comments regarding Libra’s potential launch in January 2021. Instead, the representative referred to Libra’s announcement on its licensing process, stating, “In accordance with its practice, FINMA will not provide any public information on the status of the current and ongoing procedure, nor speculate on when it may reach completion.”

Initiated in Jun 2019, the Libra Association faced quite a bit of regulatory scrutiny, which caused a number of member companies such as PayPal and MasterCard to subsequently back out from the project. The basket of currencies that was originally supposed to back Libra included several fiat currencies, including the US dollar, euro, the Japanese yen, the British pound, as well as the Singapore dollar.

According to the Financial Times’ report, several Libra members believe that the appointment of HSBC legal chief Stuart Levey as CEO was a turning point for the Libra project.

Categories
Crypto Videos

CRYPTO – Cypherpunk Holdings Becomes 9th largest Public Bitcoin Whale!


Cypherpunk Holdings Becomes 9th-largest Public Bitcoin Whale


Cypherpunk Holdings, a privacy-focused investment company from Canada, has recently upped its stake in Bitcoin while simultaneously dumping Monero and Ethereum. The company disclosed on Nov 26 that it has added 72.979 Bitcoin to its reserves and that the expansion of its Bitcoin portfolio share started on June 30, 2020.

Cypherpunk funded this acquisition by liquidating its holdings of Monero and Ethereum, as well as through partial proceeds that came from a private placement of CA$505,000, or the US $388,000, closed on Aug 27. As an aftermath of the accumulation, the company now has 276.479 Bitcoin in its reserves, making it the ninth-largest public holder of Bitcoin. At current values, Cypherpunk’s stake in Bitcoin is worth just over $4.8 million.

At the moment, at least 14 publicly traded companies held Bitcoin on their books, with Cypherpunk being one of them. Combined, their holdings now amount to 66,896.59 Bitcoin, or $1.2 billion. This number is equivalent to roughly 3.2% of Bitcoin’s current circulating supply.

Cypherpunk Holdings, which currently trades on the Canadian Securities Exchange, has numerous privacy-focused businesses under its name, including Wasabi Wallet as well as Samourai Wallet. The company’s blockchain investments also include Hydro66, a green cloud infrastructure platform, and smart contract protocol Chia Network.

Cypherpunk Holdings is run by Antanas Guoga, also known as Tony G, a Lithuanian businessman, politician, and former professional-level poker player. He currently serves as an elected member of the Seimas, a legislative branch of the Lithuanian government. Prior to this, he served as a member of the European Parliament for Lithuania.

More and more public companies are converting their various holdings into Bitcoin as a more suitable store of value nowadays. MicroStrategy is the most prominent example of this trend, as it has converted most of its cash holdings into Bitcoin. The company now sits on a whopping 38,250 Bitcoin after nearly doubling its holdings this year. Galaxy Digital is the second-largest public Bitcoin holder, sitting at 16,402 Bitcoin, followed by Square holding the third-largest Bitocin holder spot with 4,709 Bitcoin.

Categories
Forex Videos

EUR/USD This Week’s Forecast!


Where next for the EURUSD pair?

Thank you for joining this forex academy educational video.

In this session, we will be looking at the EURUSD pair.

This is a daily chart for the pair, which shows that the bulls are in control and pushing the pair up to the key 1.20 level from the current 1.1961 at the time of writing.

 This week’s broad dollar weakness has pushed the dollar index under the key 92.00 level, has certainly helped to give the euro a lift.  However, while publicly declaring a neutral stance on the strength of the euro, the ECB will no doubt privately be hoping for or a decline, simply for export reasons while the Euro area is still in the grips of the pandemic, and where the recovery path is muted.

Some analysts believe that the current level of ECB monetary easing policy is discounted in the pair’s exchange rate and believe that leveraged investors are reluctant to continue long positions from these highs……  

….and where the market saw a distinct pullback from the 1.2016 level to 1.1607 at the beginning of August 2020. Certainly, If the big guns stop buying because of these reasons, price action will stall at the key 1.2000 level for a second time, and a reversal would follow

Other fundamental risks include a new US president in the waiting and whereby President Biden’s post-inauguration monetary policies will directly affect the markets and especially US stock markets and the value of the dollar, whose decline has helped lift the Euro in recent months and where the Covid relief financial stimulus package has been a long time in coming.

Also is the conundrum of the ongoing Brexit free trade agreement negotiations between the EU and UK. A failure to reach an agreement in what is seen as the eleventh-hour talks, before the end of the transition period on the 31st of December, would mean increased tariffs between the EU and UK where the EU exports than it imports, and which would be potentially harmful for the ailing EU economy.  This would affect the value of the euro negatively.

Now let’s look at the technical risks.

The daily chart clearly shows a support line at the key 1.1600 area, and we are very close two a retest of the key 1.200 line to the upside. Should that happen, we will have had two attempts at a support line and two attempts at a resistance line, which will give us a confirmed sideways range for the pair. The risk for bulls is a potential double top formation, with its danger of a reversal.  The previous 300 pip, reversal as shown, must be a warning sign for buyers.

The next test would be price action moving above the 1.20 line, pulling back to it, and finding support there, potentially leading to a higher continuation.

Traders should look to use the 1 and 4-hour charts to gain an intraday perspective of what is happening around this key 1.2000 level, to ascertain if it will become an area of support or resistance while factoring in the very risky fundamental reasons as previously alluded to.

Categories
Crypto Videos

Ethereum 2.0 Launching Today – Upgrades Explained!


Ethereum 2.0 – Explained

Ever since Ethereum was released, the development of new technologies in the form of Decentralized apps on its blockchain, as well as other blockchains, has greatly expanded. Some of the biggest innovations in the Decentralized Finance sector has happened on top of Ethereum as its base.

Unfortunately, scalability issues started to emerge as Ethereum grew as a network. The number of transactions increased, but so did the cost of performing these transactions, which are paid in a currency called Gas.

If Ethereum is supposed to be the main platform to build the next generation of the Internet on top of it, the economics have to make sense, or the network becomes too impractical to use.

Ethereum 2.0 was announced as the solution to the scalability problem. These improvements will attempt to create a contrast to the existing version of Ethereum, and every part of the 2.0 version will be rolled out extremely carefully and slowly.

What Is Ethereum 2.0?

Ethereum 2.0, or “Serenity,” is the long-awaited and often discussed upgrade to the Ethereum network. This update’s main goal is to improve the network’s scalability. It will attempt to achieve various enhancements, where speed, efficiency, and scalability should all be improved without sacrificing any security and decentralization.

While this version of Ethereum was planned out a long time ago, it has taken some years to create and finally roll out. The primary reason for this is that any mistake could impact the network’s security, which would be a huge deal.

The biggest difference between the current Ethereum and Ethereum 2.0 is the consensus algorithm they use. While the current Ethereum uses the Proof of Work algorithm, the new and upgraded Ethereum will use the Proof of Stake consensus mechanism, alongside shard chains and the beacon chain. 

Proof of Stake

 

While Proof of Work has proven itself over the years as a stable and safe consensus mechanism, its main problem is scalability, since it demands an enormous amount of computing power as the blockchain grows.

As a solution to this problem, Proof of Stake replaces computing power with a different mechanism. In Ethereum’s case, as long as you have a minimum of 32 Ether, you can commit it, become a validator, and then get paid by confirming transactions.

Sharding and Beacon Chain

Anyone who wants access to the Ethereum network has to do so through a node. A node is a “client” that stores a copy of the entire network, meaning that the node has to download, compute, store, as well as process every single transaction in Ethereum’s existence. Since this can take up a lot of storage, Shard chains were introduced as a solution. They allow nodes to only contain specific parts, or shards, of one whole blockchain. 

While this does improve the scalability of the network, something has to keep everything stays in-sync. Beacon chains are providing information to shard chains and keep them working as intended.  

Ethereum 2.0 Phases

The roll-out of the Ethereum 2.0 update won’t come all at once. Instead, it will be released in three phases, with each phase bringing out a vital part of the update to the public network. 

Ethereum’s 2.0 update will be split into:

  • Phase 0
  • Phase 1 and 1.5
  • Phase 2

Phase 0

This phase will be dedicated to the release of the beacon chain as it’s central to shard chains’ functionality. However, this phase won’t have any shard chains. Instead, the beacon chain will begin accepting validators through a one-way deposit contract.

If you are thinking about staking Ethereum, it’s important to note that registered validators who stake their Ether won’t be able to “unstake” it until shard chains are fully implemented.

This Phase begins on Dec 1, 2020. 

Phase 1/1.5

The next phase is expected to be released somewhere during 2021 and will actually be a mix of two phases. Phase 1 will introduce shard chains, while Phase 1.5 is when Ethereum’s main net will officially begin transitioning away from Proof of Work and onto Proof of Stake.

Phase 2

The final phase of the 2.0 update will roll out in 2021 or later and will allow Ethereum to support fully formed shards. This is when Ethereum 2.0 will actually become the official Ethereum network. 

Final Word

Ethereum 2.0 is certainly an important upgrade to the Ethereum network and will hopefully bring much-needed scalability, among other things. Without the new features that this update brings, Ethereum could eventually become unsustainable, which would be detrimental to the innovation that its platform brings.

 

Categories
Crypto Videos Forex Videos

What Caused The BTC/USD bull run collapse? How To Avoid Major Losses!

 


Bitcoin – USD bull run collapses, what happened?

Thank you for joining this forex academy educational video.

In this session, we will be looking at the end of the most recent bull run for the BITUSD pair.

This is a daily chart for the pair.  As we see here, the pair has been on a bull run and has been conforming to this upward trend line since April 2020.  The price range found support at the all-important $10K level, which coincided with the support line at position A.  The pair found a bid tone up to position B,  where price action did not revert to the support line,  preferring to fade up to the line of resistance where we see a breach above the $14 k line which coincides with the area of resistance at position B giving the pair one of the largest single-day moves to the upside for several months.

We then see an extended rally up to position C see at $19.450k before a major pullback. So, what caused this?

 

Firstly, we need to go back in time to 2017, shown here on the monthly chart, where bitcoin to the US dollar hit an all-time high hit around $19.5K, depending on the broker, shown here at position A, before crashing to $3K in the middle of 2018, at position B, and then taking 2 years to reach the $19.5K area as seen at position C.   This is a double top formation, where smart money investors, saw the potential of a reversal in price action, while many traders were hoping for a continuation to $20K and beyond.

Now we need to drill down to the 1-hour chart.  We have a classic area of support and resistance at position A,  where the resistance line is breached to form a push up to $19.5K area,  before a pullback to the support line and a second attempt to move higher, which forms a double top,  and the price does not sustain the move higher and falls back to the support line at position C,  before crashing lower with large candles suggesting extreme volatility through eventually punching through the support line at position D, which becomes an area of resistance, before the pair crashes to a low of $16.3K. 

This move came about due to a series of important factors,  including historic highs,  followed by a crash,  followed by another bull run,  but where cautious traders would be reminded of the previous crash and were prepared to selling bitcoins and bitcoin futures,  as we see on our charts,  because of the nature of bitcoin which has no store value you other than the fact that it is of limited supply, and is predominantly a speculative instrument.

Thrown into the mix was the current bull run topping out just before the US Thanksgiving holiday, where traders will have decided to unwind their trades and take their profits.

Bitcoin proves again that it is a highly dangerous asset to trade. With one story of a $100 million loss in the press today, timing is critical. The main BTCUSD lost 11% in 24 hours and dragged other crypto assets lower in the panic. However, by using simple trend and support and resistance lines and dropping up and down in chart time frames, traders can gain a clear understanding of the risks and potential for turns in price action.

 

Categories
Forex Videos

Forex Forecast – Will We See A Rising Dollar As The Stock Markets Crash?

 


Where next for the US Dollar? 

Thank you for joining this Forex Academy Educational video

The US dollar is the most widely traded currency on the planet.  In terms of volume, the biggest currencies traded against it are the Euro, Japanese Yen, the British pound, Swiss franc, the Australian and New Zealand dollar, and Canadian dollar. 

The dollar is measured as a weighted value against these other currencies and is referred to as the dollar index or DXY. Here we can see that at the time of writing, the value is 91.79, a two-year low.

As we can see here, the dollar has been broadly declining against this basket of currencies since March 2020, when the index hit a high of 103.00, just before the pandemic began to take a grip in the United States.  And with the pandemic still gripping the United States, where just last week 1 million new cases were recorded, could the DXY continue its demise, perhaps down to the 2008 crash level of 72.00? Certainly, some analysts are predicting a slide into the high 80.00’s?

With winter knocking on the door in the United States and pressure mounting on hospitals, the nation’s economy, which has been showing signs of a recovery, albeit at the expense of a lockdown, where President Trump favours the economy over individual’s health, and which might prove a sticking point with the second wave resurgence in motion and a new president in the waiting.

And with US stocks at record highs and with the Dow Jones industrial 30 index somewhat inflated around the 30,000 level, could a short sharp reality check be on the way for the American economy, where the unemployment rate has started to rise in recent weeks? 

If you believe the answer is yes, then us stocks should fall, and in which case we might see the dollar being bought as a safe-haven currency and possibly a rally to the mid 90.00’s.

Another key factor is a failure to pass the new US stimulus bill, which might cause the federal reserve to become more proactive and take an aggressive stance on quantitative easing, which would be negative for the US dollar.  This is unlikely to happen until the January inauguration of the president-elect Joe Biden.

 Another contentious issue which will affect the dollar is the continuation of the Brexit future trade agreement talks with the European Union, which are dragging on but must be concluded shortly if there is to be enough time to implement a new tariff-free trade deal which both parties want, but which seems to be unobtainable because of the lack of agreement on issues such as fisheries and a so-called level playing field, where the EU is concerned that the UK will use its new free trading status to undercut it for trade deals as it goes out to sign up new ones around the world.

 And therefore, any dollar related trading should be done with extreme caution as these issues unfold and where recent swings in pairs such as the GBPUSD, sitting at 1.3315 and EURUSD at 1.1965 at the time of writing, could see significant moves in either direction based on the above metrics. Caution is advised.

 

Categories
Crypto Videos

Where Did Bitcoin Go? Wrapped Bitcoin Assets are Encouraging the Supply Crisis!


Where Did Bitcoin Go? Wrapped Bitcoin Assets are Encouraging the Supply Crisis

In a blog post that came out on Nov 20, Binance reintroduced BTCB to the world. BTCB is a wrapped Bitcoin asset intended to bring liquidity from Bitcoin to Binance Smart Chain’s DeFi ecosystem.

However, hodlers may be cheering the reintroduction to BTCB for a completely different reason: each Bitcoin locked on Binance Smart Chain may contribute to an already very present Bitcoin supply crisis.

First announced in 2019, Binance initially saw wrapped Bitcoin only as a vehicle for traders to obtain the cross-chain asset exposure without leaving the Binance Smart Chain. However, since then, the utility of wrapped Bitcoin has expanded due to the maturation of the DeFi sector.

For instance, a wrapped Bitcoin token on Ethereum, or WBTC for short, has enjoyed massive success ever since its January 2019 launch: it’s currently ranked #14 when sorted by market capitalization on Coinmarketcap and has found significant adoption in various protocols such as Aave and Uniswap, whose contracts rank among the top-10 holders of WBTC.

In their blog, Binance noted that the pattern of adoption of WBTC might be seen with BTCB as well. The wrapped Bitcoin could be used for minting various stablecoins with BSC-native protocols such as QIAN and Venus. It could also be used as collateral for lending protocols such as CREAM, as well as in yield farming and liquidity mining protocols such as Bakery, Beefy, and Pancake.

According to what Binance “Proof of Assets” page, there is currently almost 10,000 Bitcoin on BSC — netting to over $181 million. However, the blog post specified that only 2,000 of them are in circulation.

Other smart contract-enabled chains are intending to compound the growing scarcity. If the success of wrapped and cross-chain Bitcoin-based assets continues to grow, institutions that are looking to hoover the Bitcoin supply may as well be faced with mounting scarcity.

Co-founder of OpenLaw Aaron Wright pointed to such a possible future in his Twitter post, noting that only 0.6% of BTC is now wrapped and being put to Ethereum. 

Categories
Forex Videos

Forex Technical Indicators That Will Lose You Money!


Thank you for joining this Forex academy educational video.

In this educational tutorial, we will be looking at one of the main reasons why new traders lose money when they start trading Forex.

A first, let’s take a look at this warning which regulated brokers in the United Kingdom must adhere to on their website:  contracts for difference, also known as cfds, are complex instruments and come with a high risk of losing money rapidly due to leverage.  72.6% of retail investor accounts lose money when trading cfds.  You should consider whether you understand how cfds work and whether you can afford to take the highest risk of losing your money.

We have hidden the name of this broker, but in fact, 72.6% is one of the lower percentages of retail traders losing money, some are above 80%.

And yet, these high levels of losers remain the same year after year.  So, what is going on?  Unfortunately, most new traders will not go to the lengths of studying how the currency markets work.  They hardly ever bother to learn about fundamental analysis, which is crucial. Most of them will look at a couple of videos on YouTube, where so-called traders claim to have made money on a particular trade setup, which they may have the need to record several times previously in order to come up with one successful winning trade.  And yet most new traders will follow this strategy blindly and where of course, the markets can change direction in an instance, thus leaving them wondering what went wrong and how they lost their money.

The next common mistake made by new traders, who may have trolled through the internet to find some trade setups, is to overload their screens with too many indicators, which can be a hindrance because one ends up focusing on the indicators, which tend to be lagging price action,  and not the most important indicator on the screen itself; price action, which is a leading indicator.

Often these types of traders will look at one of the indicators, which might suggest price is going to go in a certain direction, and then trade according to that one single indicator, which may be in contradiction to the others. Occasionally they will be right, but more often than not they will be wrong, and end up losing money on a trade.

Let’s take a look at that chart again, which is a 1-hour chart of the British pound to US dollar, and by stripping out all of the indicators and drawing in three lines, we can much more easily see that price action is simply gravitating towards three major levels, 1.31 1.32 and 1.33.

INSERT C again

Yet this was impossible to see with all of the indicators on the previous chart.

And now, when we add in three very simple trendlines, we can see a clear direction of this pair, which trades within the trendlines and within the 3 key levels of 1.3100, 1.3200, and 1.3300. 

Unless taught, most new traders would never consider drawing trendlines on their charts and stripping away many of the technical indicators they have become reliant on.

 Another area where new traders fall down is trading over economic data releases because they have not bothered to follow a calendar or are not aware are of the significance of avoiding trading during times of high impact data releases.

Or trading during the end of a particular time zone, where the new time zone traders may have a completely different approach to the markets due to the local sentiment, which can cause price action reversal.

Trading the markets, especially foreign exchange, is extremely complex, just as the warning at the beginning of this video mentioned.  New traders are advised to comprehensively learn about how professional traders go about their daily business.  They must learn how to read price action, which is the best leading indicator of all.  They must also learn about fundamental analysis, how one market will affect the other, such as the stock market’s relationship with the foreign exchange market.

In conclusion, the absolute good news is that all of this information is available on the forex academy website.  It has been put together by extremely competent and experienced traders with a wealth of knowledge and great success behind them.  Be patient; take the time to troll through all of the videos because every one of them will help you to become a more successful trader.

Categories
Crypto Videos

PayPal is the Reason for the Bitcoin shortage!


PayPal is the Reason for the Bitcoin shortage

PayPal’s entry into the cryptocurrency sector could be having a dramatic impact on Bitcoin’s price. In a newly published report posted by crypto investment firm Pantera Capital, the company says that a Bitcoin shortage is the main reason for the current price surge, and that the majority of the newly minted Bitcoin is being scooped up by PayPal. PayPal’s newly announced crypto service is, as Pantera states, “already having a huge impact,” adding that the payment merchant is buying up roughly 70% of all the newly mined Bitcoin.

Citing itBit’s data, Pantera claims that “When PayPal went live, Bitcoin’s volume started exploding. The increase in volume on itBit implies that within just four weeks of going live, PayPal is already buying up almost 70% of the new supply of Bitcoin.” According to Pantera, the data they analyzed suggest that PayPal and Cash App combined are buying up almost all of the newly-issued Bitcoin.


Bitcoin’s monetary policy is programmed in such a way that it is deflationary over time. With the recent widescale adoption, that would lead to higher purchasing power as well as supply scarcity. Pantera claims that it is exactly the supply scarcity that is contributing to Bitcoin’s parabolic surge.


PayPal has launched its crypto trading services in the US earlier this month, allowing its customers to trade up to $20,000 per week. The platform will expand its services out globally in early 2021. The online payment merchant currently has 300 million active users, which makes it dipping its toes into the crypto sector is a major stepping stone for adoption.

Pantera added that it’s a lot easier to purchase Bitcoin now than during the previous bull market in 2017. In addition to PayPal, the retail sector can now step into Bitcoin and other cryptocurrencies by using Cash App and Robinhood.


Wider adoption certainly means that the father of digital currencies is more likely to see higher price levels. Although Bitcoin remains extremely volatile, it showed the market that it could endure an unusually long period of stability by consolidating for over two months before breaking the sideways trading period and pushing towards the upside.

 

Categories
Crypto Videos

Retire by Holding Bitcoin – Crypto Retirement Plans Now Available in the US! 401k


Retire by Holding Bitcoin – Crypto Retirement Plans Now Available in the US

A US-based asset manager called Digital Asset Investment Management has launched the country’s first-ever employer-sponsored 401K retirement plans that support Bitcoin. According to a November 19 announcement, DAiM will now serve as the advisor and fiduciary in helping companies “create their employees’ 401K plan that offers several recommended model portfolios that vary in risk to traditional assets as well as the allocation of up to 10% to Bitcoin.”
The Bitcoin will be held in cold storage by Gemini Trust, which will allow DAiM to transfer Bitcoin to former employees that have left participating companies and are not under DAiM’s jurisdiction anymore. DAiM’s crypto-friendly plans are fully compliant with the Employee Retirement Income Security Act of 1974, and will start being offered by employers starting 2021.

While US citizens have been able to include cryptocurrencies in their individual retirement accounts, called 401K rollovers, and brokerage accounts since the IRS began taxing Bitcoin in 2018, DAiM COO Adam Pokornicky stated that “It’s been impossible to offer Bitcoin inside actual company-based plans up until now.”

“The difference is, while you could take an old 401K plan and convert it to an IRA after leaving a job or employer to invest in Bitcoin, it’s actually never been possible to invest in Bitcoin while still working at a company without taking any sort of penalty or quitting your job.”

 

Pokornicky stated that the traditional wealth management industries have been “slow to adapt and warm up to Bitcoin,” noting that there are “barely any investment advisors that offer licensed and regulated access to Bitcoin directly in retirement and brokerage accounts.” He attributes the sector’s refraining from having a “serious regulatory red tape” surrounding crypto compliance, stressing that it took “close to a full year of building” before DAiM was approved to offer the aforementioned employer-sponsored services:

“As an advisor, you can’t just go and start managing and advising for Bitcoin and crypto because you want to. There’s an enormous amount of both work and compliance that needs to be done prior to doing that, and in order to develop operational frameworks, strategic partnerships and infrastructure that need to be put together to be compliant in every state you operate.”

Pokornicky also noted the “booming” demand for retirement investments in Bitcoin, stating that he’s seen most demand from individuals aging between 28–45.

 

Categories
Forex Videos

Forex – Overbought & Oversold – Easy Market Reversal Strategy!


Overbought and oversold, how can you tell when the market will reverse? 

 

Thank you for joining this forex academy educational video.

In this session, we will be looking at when a currency pair is overbought or oversold and how to take advantage of this.

To try and gauge the best way wait to take advantage of when a market is overbought or oversold, we must first take a look at the biggest by volume currency pair traded in the forex market: the Euro against the US dollar, a so-called major currency pair. And this is a one-hour chart of recent price action.

To establish when a pair is oversold or overbought, there are a multitude of tools available. We will focus on one oscillator and price patterns. 

First of all, we have the stochastic oscillator.  This tool consists of two moving averages that crossover at certain points, and when they move up and cross the 80-line, an asset is said to be overbought, and when the moving averages move lower and under than the 20-line, it is said to be oversold.

One of the problems with the stochastic oscillator, as we can see here, if we draw a magenta coloured vertical line, the market is actually oversold at the halfway point between the peak and the trough of this move.  The pair continues to move lower after it is oversold. This is common with the stochastic.

…in this example, it has moved lower by a further 41 pips after showing as oversold, before price action eventually does turn around and move higher, and it is then when the stochastic begins to comply with the price action.

One way that professional traders will guard against using the stochastic oscillator to get into a trade too early is to wait until the indicator has gone above the 80 and its moving averages have crossed over and moved under the line before they enter a short trade, or have moved under the 20 line, crossed over, and moved up above the line before they will enter a long trade. 

Professional traders will very rarely use a single indicator such as the stochastic on its own to enter a trade.

In this A B C scenario, we have more clues about potential future price direction.  First, we have the stochastic showing oversold at position A, and when price action reverts higher to position B, price action appears to stay inflated and ignores the stochastic, initially. However, when price moves lower at position C, we have a divergence in the stochastic and price action, where the stochastic has moved lower to the 20% line, and price action at position C has not moved lower to the level at position A. It has formed a higher low, and this is an indication in itself that price action may be fading to the downside, especially when coupled with the hesitation to move lower at position B, and whereby a bear candle spike outside of the Bollinger band at position C is another hint that price action may move back inside the bands, because, as you will probably know, 95% of price action will revert inside the Bollinger bands if it spikes outside.

This setup, simply by using the stochastic to show oversold, where its moving averages have moved under the 20 line, then crossed over and moved higher than the 20-line, plus divergence in price action, and a higher low set up, and a candle spike outside the Bollinger bands has been the set up for this bull trade which saw 140 pips to the upside.

Simply look out for this setup in reverse to take on a bear trade.

 

Categories
Forex Videos

Forex & The Brexit Conundrum – How You Can Trade the Outcome and Make Insane Profits!


The Brexit Conundrum, how to trade cable?

 

Thank you for joining this forex academy educational video.

In this session, we will be looking at the Brexit conundrum,  where Great Britain, which has left the European Union, will have completed its transition period on the 31st of December, and which this date is enshrined in law, and cannot be moved, unless by an act of legislation, which is completely unlikely, bearing in mind the government’s stance on sticking to this date.

British businesses and Europeans too, are bitterly disappointed that a formal no trade deal has not so far been agreed between the United Kingdom and European Union, where the two sides seem to be at loggerheads over fishing rights,  and the so-called level playing field where the European Union is worried that the United Kingdom might undercut European businesses when the UK forms trade deals with other countries around the world, once the transition period ends.

This affects UK businesses who simply do not know whether they will be levying tariffs against the EU should a free trade deal not be set in place, and whereby they are simply not in a position to know which types of rules and regulations they will be following on the 1st of January 2021.

Rumors and speculation are driving the financial markets, where one moment the two sides are close to implementing a free trade deal, only to be scuppered by officials on either side saying they are still miles apart, but where while there is hope that an 11th-hour free trade deal can be completed. Traders are looking on the positive side, and this is reflected in the British pound, here seen on a one-hour chart of the GBPUSD pair where it is most widely traded.

The swing in price action between positions A B and C is over 400 pips during the 10 days of trading here. These are significant moves. But interestingly, we can see that price is largely conforming to within two key levels, 1.31 and 1.33, with a slight bias to the upside. A and C is a classic double top reversal formation.

Here we have highlighted the pullback from position C to position D, which has respected the 1.3200 line after the pullback. It is a 50% retracement of the earlier move from A to B, and this is significant because traders believe there will be a last-minute attempt to close a free trade deal between the two sides, who are playing this situation like a game of poker, and where neither side wants to be the first one to blink.

So where next for the pound?  Certainly, if a free trade deal is agreed on, the pound should strengthen against the dollar.  Some analysts predict moves of to 1.400, should a free trade deal be agreed on. But price action could revert lower to potentially to 1.2500 should the UK leave on WTO rules.

 

Any trading on the pound should be done with the utmost caution and with tight stops in place. Look out for moves in price action to these key trade levels, which are round numbers, and use them in your trading setup.  Expect volatile price action the longer this is drawn out, bearing in mind two deadlines have already been passed, one being the 15th of October as set down by the British government’s and more recently the middle of November, which were deemed necessary to implement new legislation pertaining to a possible free trade deal.   And wherever possible, instigate break-even stop-outs on your trades.

 

Categories
Forex Videos

Is War Developing Between China, Taiwan & The USA! How To Trade In Times Of War!


Is a war developing between China, Taiwan, and the USA? 

Thank you for joining this Forex academy educational video.

Is a war developing between China, Taiwan, and the USA?

Taiwan was a Dutch colony between 1624 and 1661, having been administered by China’s Qing dynasty from 1683 to 1895. But today, China regards Taiwan as a breakaway province and says it is determined to retake it. However, Taiwan’s leaders argue that it is a sovereign state, with its constitution, democratically-elected leaders, and about 300,000 active troops in its armed forces.

China has been piling the pressure on Taiwan’s President, Tsai Ing-wen, to acknowledge the “One-China” policy since before she took over the role in 2016. 


And with the 2019-20 crisis in Hong Kong, as a result of the China / Hong Kong  National Security Law, some protesters, fearing extradition to mainland China, and facing criminal charges, have been escaping to Taiwan, many with their passports confiscated, elect to take the perilous 370-mile sea voyage to Taiwan which has promised assistance to the people of Hong Kong, thus antagonising China. 

After decades of hostility between China and Taiwan, things started improving in the 1980s, and China took advantage by putting forward a formula, known as “one country, two systems” – such as implemented in Hong Kong – and under which Taiwan would be given significant autonomy if it accepted Chinese reunification.

Also, throughout 2018, China put pressure on international companies by forcing them to list Taiwan as a part of China on their websites. Those who declined were threatened to be banned from doing business in China.

In the meantime, the US has been supporting Taiwan, much to the annoyance of the Chinese Communist Party, with Washington sending its highest-ranking politician to hold meetings on the island because what it said was an “increasing threat posed by Beijing to peace and stability in the region.” The US approved an $8 billion sale of F-16 fighter jets to Taiwan last year, taking its fleet to over 200, also angering the Chinese government.  

In a more recent development, Chinese fighter jets have been entering Taiwan’s airspace. SU-30 fighters and Y-8 transport planes have been spotted over Taiwan during September 2020, fuelling tensions in the region.     

Japan, worried about the number of US and Chinese military exercises in the region over the South China sea, see the possibility of an escalated conflict perhaps as the result of an accident.

Should such a conflict between China and America occur, what might we expect from the financial markets?  Mayhem, confusion, and extreme market volatility, stock indices around the globe would fall, but especially within the United States, and we might see the Japanese yen and Swiss franc being bought as safe-haven assets.

China seems determined to retake Taiwan, as much as Taiwan appears to want to break away officially.  The Chinese government would very likely not back down, and I’ll poke a finger in the west by provoking them into military exercises while flying over Taiwan’s airspace, which China sees as its own.

 

This is a crisis that he’s not going to go away anytime soon.  It will undoubtedly escalate.  Traders are advised to keep an eye on the escalating conflict because it will likely lead to spikes in many asset classes.

 

 

Categories
Forex Videos

What Pairs Can You Trade To Reduce Your Risk In Forex?

 


How to take some risk out of currency trading – Beginners 

 

Thank you for joining this Forex academy educational video.

One of the challenges for new traders, especially in the forex market, is the sheer volatility concerned with the most popular currency pairs, which typically tend to be the major pairs.

Very briefly, these are currencies such as the British pound, the Australian and New Zealand dollar, the euro, the Swiss franc, the Canadian dollar, and the Japanese yen, which are all traded against the United States dollar and commonly known as the major currency pairs.  These currencies are associated with the biggest economies in the world and are the most widely traded in terms of volume, and this factor means that quite often you will see extreme volatility in the pairs, and this is where new traders find it difficult to get in and out of a trade successfully.

This is a 1-hour chart of one of the major pairs, the USD Japanese yen. We have highlighted two significant moves, one was a bullish breakout at position A of 200 pips, and the other relating to the overall move covered by the arrow at position B, was a bearish trend lower of 150 pips, thus giving back most of the previous move.

The issue here for new traders is that the move at position A was associated with a risk reversal event pertaining to covid vaccine developments, and the subsequent move at position B was the Japanese yen being bought because of its safe-haven status.  This makes this currency pair difficult to trade and subject to volatility.  These volatile moves can be large, as we can see, and happen without warning.  These types of moves are usually detrimental to new traders. 

 Here is a one hour chart of the British pound and US dollar over a 10 day trading period.  The moves on the chart have been subject to rumours and speculation with regard to the ongoing future trade negotiation between the United Kingdom and the European Union.  The tunes have been trying to best position themselves regarding any potential outcome that those negotiations might have and where they are currently at a critical stage with time running out.

The total amount of moves in pips from the five trends, as shown in the diagram, equals 700 pips. This is an extreme amount of volatility, and where price action can change unexpectedly,  often after unscheduled news pertaining to the negotiations, and where rumours abound and affect the price action. This is not for the faint-hearted, and again this can catch out new traders as they try to gauge where to go long and short.

This could potentially be a solution for new traders who want to dip their toe in the water and trade currencies for the first time I’m without the risk of the major volatile currencies. This is a one-hour chance of the Australian and New Zealand dollar pair.  This is not a major currency pair, yeah, because the dollar is not included, in which case it is classified as a cross-currency pair.

Because the Australian and New Zealand economies are extremely similar, and where the countries are in close proximity, and where both export largely to China, and because neither of these currencies is used as a safe-haven asset, such as the United States dollar, Japanese yen, or Swiss franc, for example, we tend to find smaller and less aggressive moves in this pair.  

Here we can see one price action move to the downside at position A, gaining 100 pips, and at position B, a period of consolidation, followed by a further move lower at position C, of 80 pips.  These moves are enough to make a living, yet not usually aggressive enough to catch traders out, especially during times when both countries are not active, i.e., during the European and US sessions, and where all the related economic data has been released to the market, and in times where no key policymaker speeches are due.

Let’s take a closer look at the consolidation period from the previous chart. We have a confirmed sideways price consolidation trend, as confirmed by two areas reversing lower from a clear line, which becomes a line of resistance, and where there are two reversals in price action from another straight line, such as shown on the chart, which becomes an area of support.

Any subsequent reversals from either the support or resistance line are good opportunities to go long or short, such as those as indicated on the chart.  Incidentally, at these points, price-action has also spiked outside of the Bollinger bands, and when price action moves inside them, this is also an indication of a potential price action reversal.

In conclusion, if you are a new trader and adverse to market volatility and want to trade a less volatile pair, this will highly likely suit you.

 

Categories
Crypto Videos

Millionaires are Rushing to Buy Crypto According To This Survey! Do You Hold Any Bitcoin?


Millionaires are Rushing to Buy Crypto! Do YOU Hold Any Bitcoin?

 

A survey of over 700 high net-worth individuals has found that almost three-quarters of respondents that are worth more than $1 million either already own or are looking to put a part of their wealth in cryptocurrencies before the end of 2022.
The survey was conducted by financial advisory organization DeVere Group and revealed that 73% of respondents are currently bullish toward cryptocurrencies, which is an increase from 68% back in 2019.

Participants were individuals whose net worth equated to more than 1 million British pounds, equating to approximately $1.32 million. The participants were selected from a wide variety of regions that include the United States, the United Kingdom, Africa, Asia, the Middle East, Australia, as well as Latin America.

deVere Group CEO and founder Nigel Green stated in the survey that Bitcoin had once again shown its worth by being one of the best-performing assets in 2020, with a year-to-date increase of 125%. He then added:

“As the survey shows us, this impressive performance is drawing the attention of high net-worth investors who increasingly understand that cryptocurrencies are the future of money, and they don’t want to be left behind.”

Green noted that the respondents eyeing Bitcoin included some of the biggest Wall Street companies and attributed their warming sentiment to crypto adoption by large firms such as PayPal and Square:

“There is no doubt that many high net-worth individuals who were polled have seen that a major price surge driver is the growing interest being shown by institutional investors who are capitalizing on the extremely high returns that the crypto asset class is currently offering.”

Even former Bitcoin skeptics coming from Wall Street are now warming up to digital currencies. During a recent New York Times conference, Chairman and CEO of JPMorgan and Chase Jamie Dimon said he’s a “believer” in blockchain technology, as well as in “properly backed, properly regulated” cryptocurrencies.


Taking a look back, Dimon made headlines in 2017 when he referred to Bitcoin and other cryptocurrencies as a fraud, although JPMorgan has since embraced cryptocurrencies.


Billionaire hedge fund manager and Bitcoin bear Ray Dalio still has plenty of doubts about Bitcoin. Still, he has recently questioned his own skepticism, tweeting that he might be missing something about Bitcoin and that he’d love to be corrected.

Dalio had suggested that Bitcoin will fall down as a store of value and that governments may just “outlaw it and make it too dangerous to use.” He also stated that he couldn’t imagine central banks, big institutional investors, and multinational companies using it.

The millionaires’ survey was revealed to the public the same day that Bitcoin’s total market capitalization hit a new all-time high of an astonishing $336 billion, and its price rallied to above $18,000 and just shy of the $19,763 high that it reached in December 2017.

Categories
Crypto Videos

Pantera Capital Are Raising $134,000,000 – why?


Crypto Hedge Fund Pantera Capital Raising $134 Million

 


In a filing with the SEC on Nov 21, Bitcoin hedge fund giant Pantera Capital has announced an equity offering of up to a whopping $134 million, one of the largest capital fundraising campaigns in the seven-year history of the firm.

Founded in 2013 as the first-ever Bitcoin fund in the US, Pantera Capital initially raised $13 million, which is less than 10% of the current offering. It raised another $25 million later on, according to the firm’s public records.

However, in 2018, the fund redirected its efforts towards a larger raise that ultimately resulted in the formation of a third investment fund, now called Venture Fund III. This new fund raised $164 million from 2018-2020, with the majority of the capital inflows bookending crypto’s dreadful 2019 year.

Nowadays, as crypto seems like it has entered yet another raging bull market, the SEC filing tells us that Pantera has big plans ahead. 

Pantera didn’t state the reason for this new raise, and if the raise will result in a new fund or if it will simply be used to expand the scope of Venture Fund III. However, the company’s latest investments and executive comments actually might offer hints at its strategy for the future.


Pantera CEO Dan Morehead said that he believes the growth of decentralized finance, or DeFi for short, has the potential to outpace Bitcoin’s rise, and that the firm is focusing its new bets on the emerging financial vertical. In addition to this, Pantera seems to have its eye on the quickly expanding crypto derivatives market, as shown by its recent investment in Globe, a well-known derivatives trading platform.

Bitcoin bulls shouldn’t be negatively affected by the interest in DeFi and derivatives, however. In fact, Morehead has also previously made a moonshot target for the largest cryptocurrency, as he called for a Bitcoin price of $350,000.

 

Categories
Crypto Videos

Galaxy Digital Earnings Skyrocketing!


Galaxy Digital’s Q3 Earnings Skyrocketing

Galaxy Digital, a financial firm specializing in digital assets and blockchain technology, has reported that its over-the-counter trading desk reached record volumes in the third quarter. As they stated, this new report signaling that institutional uptake of cryptocurrencies is on the rise. 

The company’s Q3 earnings report showed an astonishing 75% year-over-year increase in trading volumes, as it reached approximately $1.4 billion. The increase was mostly attributed to an expanding counterparty base, the rollout of Galaxy Digital’s electronic trading platform as well as the continued growth of the company’s crypto derivatives business.

Assets under Galaxy Digital’s management totaled $407.4 million at the end of the third quarter, and the assets included $82.4 million in passive Bitcoin and index funds, as well as $325 million in the Galaxy EOS (read it as one word, eos, rather than spelling it) VC Fund. The latter represents a partnership with Block.one, a blockchain merchant bank and EOS founder.

Galaxy’s Bitcoin funds under management increased by 17.3% in the third quarter. While its large-cap Crypto Index Fund made a 32.3% return, the company still wasn’t able to turn a profit. Its Q3 net loss amounted to $44.6 million for the quarter ending Sept 30.

Galaxy Digital was founded in 2018 by a well-known billionaire and crypto evangelist Mike Novogratz. The company was founded in an effort to bring more institutional investors to cryptocurrencies. Novogratz said in an official press release that Galaxy Digital is in the process of preparing itself for the “incoming wave of institutional adoption ahead of digital assets as well as blockchain solutions by investors, corporates, and governments.”

When comparing the 2017 bull market to the current one, we can clearly see that the earlier bull run was largely driven by retail fear of missing out, while the euphoria surrounding Bitcoin in 2020 is quite different, as it is largely tied to institutional uptake.

All the evidence shows that institutional investors are flocking to Bitcoin in far greater numbers in the fourth quarter. Grayscale’s Bitcoin Trust experienced record inflows at the start of Nov, putting it on track to reach an astonishing 500,000 BTC by the end of 2020. That number would amount to roughly 2.7% of Bitcoin’s current circulating supply.


On top of that, institutional investors such as Paul Tudor Jones and Stanley Druckenmiller also not only own Bitcoin but openly talk about its potential benefits. They have both touted the cryptocurrency’s growth potential in the current environment.

Bitcoin’s price peaked at $16,500 in the past week, while it is currently fighting for $16,000, according to TradingView data. Whether the fight for this psychological level is won or lost, Bitcoin’s long-term potential is extremely bullish.

 

Categories
Crypto Videos

Ex Goldman Sachs VP Seeking SEC’s Approval to get into Crypto With His Company Skybridge!


Another Mainstream Company Seeking SEC’s Approval to get into Crypto

Investment firm SkyBridge, founded by Anthony Scaramucci, a former Goldman Sachs” vice president, is one of the latest companies trying to step into the world of cryptocurrencies.

The company is trying to put together a hedge fund that would include Bitcoin investment, according to a United States SEC filing from Oct 14. The prospectus states: “The Company may seek to gain exposure to Investment Funds or Investment Managers that may enter into derivative transactions. These can include total return swaps, futures, and options. Investments by the Company may also be made in companies that are providing technologies related to digital assets and cryptocurrencies, or other emerging technologies.”

After more than 10 years of progress, the cryptocurrency sector is starting to gain traction on an institutional level. Several mainstream companies as well as individuals have kicked off a notable trend of entering and promoting cryptocurrencies, and most notably Bitcoin.

Billionaire investor Paul Tudor Jones stepped into Bitcoin heavily earlier this year. He also recently stated how early he feels that the investment opportunity still is.

Despite SkyBridge’s interest in investing in Bitcoin, the company still requires approval from the Securities and Exchange Commission before moving forward with the investment. The prospectus includes: “Neither the Securities and Exchange Commission, Commodity Futures Trading Commission nor any other US federal or state governmental agency or regulatory body has approved or disapproved the merits of investing in these securities.”

The prospectus included a section that described” “digital assets” in which it touched on and explained their uses, risks, as well as other points of consideration. The document stated that “Digital assets have no intrinsic value other than being a method of exchange. They are not based on tangible security, commodity, contractual right, or legal obligation” The values of digital assets shouldn’t be expected to be connected or correlated to other traditional economic or market forces, as the value of the investments in digital assets could decline rapidly, and even reach zero” the prospectus says after pointing out the crypto sector’s “tremendous price volatility” seen since its inception. They also added that this kind of volatility goes against the norms shown in other mainstream investments.

Bitcoin has, on the other hand, risen to significant heights in recent weeks and is currently inches away from its all-time high of $20,000.

 

Categories
Forex Videos

How To Make Easy Profits Trading Forex Using Bollinger Bands & Trend Lines!

Forex Tips For Beginners – Stacking The Odds In Your Favour!

Thank you for joining this Forex academy educational video.

In this session, we will be looking at how to tilt the odds in your favour by showing you some cool tips to keep you out of trouble and tilt the odds in your favour of making successful trades.

The forex market runs 24-hours a day, 5 days a week, but typically, the busiest times, where you might expect a spike in volatility and larger price movements, is during the first hour of the beginning of a particular regional session. So, for example, at around 7:30-8:30 AM GMT, the European and UK session starts, and the FX market will usually become more active as more cash volume flows into the market. The same applies to the US session and then the Asia session as led by Sydney and followed by Japan.
Often trends will finish in one region and turn in the direction as the new region opens. This is down to differences of opinion, economic data releases, sentiment, and profit-taking as one region retires for the night. Wait until such times as the new trading session is well underway and until you can identify a potential trend.

Become a master of Bollinger bands. This technical analysis tool was invented by John Bollinger in the 1980s.

It is a chart tool that calculates two standard deviations on either side of the exchange rate, but it’s used in many different asset classes such as stocks and shares because of its success and the fact that it is highly regarded by the trading community.

One of the key components that traders look for when trading Bollinger bands is that 95% of trading activity will remain within the bands. And shown here on this one hour chart of the USDJPY pair where we have highlighted a few examples of what has happened when the price has a move outside of the bands, traders push the pair back inside, and this often results in a price action reversal.

Another major tool traders use are trendlines. A trendline is typically manually drawn onto a chart to identify price action direction. Again, using the 1-hour chart of the USDJPY pair, we have drawn in some trendlines.
An area of support and resistance, which forms the basis of a trend, is officially recognised when price action has reverted to either the support or resistance trendline on a minimum of two occasions. Here on the left side of the chart, this is clearly the case.
Three distinct trends become apparent using this technical analysis feature.

In this diagram, we have overlaid the Bollinger bands with our trendlines. Again, this is the same USDJPY pair and 1-hour time frame.

Now we can wait until a trend has been confirmed, where price action has hit either the support or resistance line on two occasions, and then we can also wait for the price action to breach the Bollinger band to increase our odds of the price action being driven back into the bands.

At position A, we have a confirmed downtrend, but where price action does not breach the Bollinger, yet it still moves higher.
At position B, we have a change in trend direction as confirmed here on the chart, but where the resistance line breach and also the breach of the Bollinger band cannot be considered as a confirmation of a reversal until such time as price action has fallen underneath the resistance line, which it clearly does. This is the time to short the pair. And, at the bottom of this move, we have a breach of the Bollinger band and where price action finds support before moving higher, which is the time to cut the short position and buy the pair.

In conclusion, use the trendlines and Bollinger bands together in this fashion to increase your odds of a successful winning trade.

Categories
Crypto Videos

Bank Of England Deputy Governor Jon Cunliffe Says Banks Must Keep Up With Crypto! The Race For CBDC!

Banks Will Need to Adjust to Crypto – Bank of England Deputy Governor Speaks Up

Jon Cunliffe has, as one of the leaders of England’s central bank, talked about crypto and digital assets as well as how banks will have to adapt to the changes brought by the crypto sector. His public statement is a testament to how blockchain technology and cryptocurrencies are changing the world as we speak.

Blockchain and digital assets offer their users the ability to store their own assets. By providing this service, they are possibly threatening the solutions that banks offer. Making sure that banks remain relevant on the playfield is not on the to-do list of England’s, or any country’s, central bank. Bank of England deputy governor Jon Cunliffe said that their job does include protecting various bank’s business models, but that banks will have to adjust. “Our job is to make sure that if bank business models change, the central bank manages the financial and macro-economic consequences of that” – Cunliffe said.

Cunliffe also spoke about central bank digital currencies, or CBDCs, and the “race” to be the first country to digitize its currency. He said that CBDCs also pose a threat to the solutions that commercial banks provide, as they are essentially cutting them out as middlemen. Crypto, on the other hand, is much broader and presents users with the option of self-custody, which presents a challenge to banks. However, in the case of crypto, banks will still function as fiat currency on-ramps as no cryptocurrency is even close to becoming a unit of account.

China seemingly leads the race to roll out its own CBDC, as it is already testing its digital yuan in some parts of the country. CBDCs hold far-reaching implications. Cunliffe said that “They need to go up the political agenda very fast before the political side starts to discover that there are developments in the private sector that don’t fit with policy.” This was said with an implication that governments across the globe have to prioritize conversations around digital assets due to the changes they may bring.
In contrast to many nations sprinting toward the CBDC finish line, United States financial regulators came out with a statement that they do not need or want to be the first to come out with their own CBDC, but that they rather want to do it right.

Categories
Crypto Videos

A Bitcoin Whale Shorted $100M BTC – Bitcoin Still Climbing!

A Bitcoin Whale Shorted $100M BTC: Why are Whales Selling at $16,000?

According to the pseudonyms trader CL, a Bitcoin whale has placed a short position worth $100 million on the Bybit exchange. This information came after various on-chain data pointed toward a whale-driven sell-off that occurred throughout the past week.
Even though the overall sentiment around Bitcoin remains strongly bullish, many reasons make $16,000 a very attractive area for sellers.

The $16,000 level provides significant liquidity, primarily due to it being a heavy resistance level. The level has seen quite a high buyer demand, as stablecoin inflows show. However, buyer demand is significantly lower at higher levels at the moment. Due to the clash of buyers and sellers at this level, this area of high liquidity makes it even more compelling for sellers.

Whales are taking profits

An unknown seller aggressively sold Bitcoin on Bybit on Nov 15. Order flows show that they sold approximately $100 million worth of Bitcoin in $3.5 million increments. These increments showed up in the order books on average consecutively over a couple of hours.

Based on the abrupt, though seemingly incremental, large-scale sell order, CL suggested that this could result in two possible scenarios.
The seller could get engulfed, thus causing a squeeze, which might cause the Bitcoin price to increase. The sell orders could continue to apply selling pressure on BTC even after the seller finishes selling his portion of Bitcoin.
“Someone aggressive sold almost $100 million on Bybit, a 3rd of the sell positions are open; personally, I’m pretty curious to see what happens if the seller does get engulfed, or if he will be let free,” – said CL.
Meanwhile, other major exchanges have spotted several large deposits during the time of the short-selling. United States-based crypto exchange Gemini saw a 9,000 Bitcoin deposit, according to the data coming from CryptoQuant.


Whales typically choose exchanges with strict compliance and strong regulatory measures, such as Coinbase and Gemini. Considering the large Bitcoin deposit to Gemini, which is worth around $143 million, a pseudonymous researcher better-known as “Blackbeard” said this is the time to be cautious.

Perhaps… Just Weekend Volatility?

As CL stated, Bitcoin’s current market structure is quite different from the previous cycle. As an example, when Bitcoin was at $16,000 in 2017, the market was more than just a bit overheated and experienced extreme volatility.

He said: “Back in 2017, when Bitcoin pumped from 10k, 15, into 20k, we had OKEx’s weekly futures trade in 1000$ contangos. Now we’re here with quarterly futures trading only 100$ above.”
This time around, the rally seems to be more sustainable and gradual. Bitcoin has continued to see, with a few minor setbacks, a staircase-like rally over the past six months. This kind of rally has allowed it to evolve into a prolonged uptrend. On top of that, rather than sudden spikes and no consolidation, Bitcoin has seen upside followed by consolidation, which is a much healthier way of gaining ground.

One thing to note is that, while it is true that institutions are getting into crypto at the moment, data such as Google Trends show that there is still little interest from retail investors, a complete opposite from late 2017.
There is a very strong argument to be made that the ongoing rally is fundamentally different from the one in 2017 despite the current market sentiment, which is reaching “extreme greed.” The available supply has decreased due to the 2020 halving, and the reserves on exchanges over the past year have reduced drastically.


The Bitcoin futures funding rates are also neutral, coming at around 0.01%, meaning that the market is not as overheated or overcrowded as it was in 2017. This trend could make the downside potential limited, especially in the medium term. Market maturity is certainly one thing that has changed since 2017, and whether Bitcoin goes up or down in the short-term, its upside potential, in the long run, is tremendous and very likely.

Categories
Crypto Videos

JP Morgan – Institutions Ditching Gold ETFs For Bitcoin!

Institutions Ditching Gold ETFs For Bitcoin – JP Morgan Opens Up

The demand for Grayscale’s Bitcoin Trust has increased so much lately that it has surpassed all gold ETFs combined, according to JPMorgan Chase, the largest bank in the US.
JPMorgan noted that Bitcoin is eating away at gold ETFs demand very quickly. The news came out in a report shared by Michael Sonnenshein, who is currently the managing director of Grayscale Investments.

More and more institutional investors, such as family offices, are now viewing the world’s largest cryptocurrency as an alternative to the yellow metal used to be a hedge and the go-to safe-haven.
The Grayscale’s Bitcoin Trust flow trajectory in October became significantly steeper, while all gold ETFs remained basically flat. “The contrast between gold ETFs and Grayscale Bitcoin Trust lends support to the idea that investors that invested in gold ETFs previously, such as family offices, maybe looking into Bitcoin and seeing it as an alternative to gold.”


Bloomberg’s report dating from September showed Grayscale’s Bitcoin Trust is outperforming 97% of all US ETFs. The bullish report regarding Bitcoin’s adoption caps off an amazing week for the crypto asset management firm. Sonnenshein stated that his company had recorded the largest raise across its suite of products, totaling $237 million.
While GBTC remains the most popular investment vehicle for Grayscale, the Ethereum Trust is also gaining a lot more traction lately, with a record-shattering $58 million.

Last month, Grayscale’s Ethereum Trust became an SEC-reporting company, which means that it now has to file quarterly as well as annual disclosures with the US securities regulator. The company had over $1 billion worth of inflows in its third quarter of 2020. Its inflows in 2020 are now nearing a whopping $3 billion. Overall, Grayscale has over $9.1 billion worth of assets under management.

All in all, the trend of crypto surpassing traditional asset classes in terms of performance is becoming a trend, which is certainly bringing more and more investments to the sector. With so many institutions joining the movement lately, cryptocurrency is poised to receive the attention of the broader masses in the short future.

Categories
Forex Videos

Forex – How To Trade The USDJPY Pair!

How to trade the USDJPY pair

 

Thank you for joining this forex academy educational video.

How to trade the US dollar Japanese yen pair?
The US dollar Japanese yen is one of the so-called major pairs, and accounted for 13.2% of all the daily forex transactions settled during 2019. And the yen is the most frequently traded currency in Asia.
The United States is seen as the largest economy on the planet, albeit battered and bruised by the Covid pandemic, and Japan also has a strong economy, largely export-driven, and many things in common with the United States, including large stock markets. The relationship between the two countries is ever improving and has evolved significantly since the post-world war II era.

The pair can be extremely volatile at times and prone to large swings, but the basic rule of thumb is that when the United States was pre covid and its economy was strong, traders preferred dollars over yen. And since the United States has been in the grip of the pandemic, and even though the economy still massively outweighs that of Japan, traders prefer to buy the Japanese yen in times of uncertainty. It is seen as a safe-haven currency.

Let’s take a look at some price action on this monthly chart, where we see an A, B, C, D price swing since August 2006 of almost 13,000 pips. This is not a pair to be traded without caution and tight stop losses by retail traders.

This weekly chart highlights two periods A and B between 2018 and 2020, where the difference between the top and bottom of both ranges is approximately 1000 pips. Again, these are account busting moves if you are on the wrong side of the trade and without a cautious stop loss in place.

And yet, the overall trend as seen clearly here, again, on the weekly chart, which shows a snapshot of the pair since April 2017, is a downtrend. The yen is stronger overall.

Here we are still looking at the weekly chart. However, we have highlighted a couple of stages in the price action for this pair. Firstly, we must note the high at position A, with an exchange rate of 112.17, and the low at 101.17, which came just a couple of weeks later, where the yen was being bought as a safe-haven asset against the US dollar as the pandemic began to take hold. This was a significant swing in the exchange rate.
Now take a look at the bear channel shown at position C. Institutions look at the higher time frames and, as they hold all the aces in terms of their ability to move the markets with the size of their forex transaction, this is where retail traders need to focus their attention with regard to likely price action moves for the longer term.


Of course, retail traders should never trade on weekly or monthly timeframes because they would need to incorporate huge stop losses. We have already demonstrated with this pair moves of over 1000 pics is simply nothing here.

But they can and should use the information to try and establish the overall trend that institutional traders are looking at.
And here, we have brought the timeframe down to an hourly one, and we can see that since the 10th of November 2020, we have two peaks forming a line of resistance. Two areas forming a line of support and the grey circle, which clearly shows a breach of that support line, and with all of the uncertainty going on with regard to a new United States president, the worsening situation with regard to the pandemic in America with 150,000 new cases reported just a few days ago; we can only surmise that with all of this information that traders may continue to push the pair and to the previous low of 101.00 which we saw earlier on the monthly chart while favoring the safe-haven stats of the yen over the US dollar.

In conclusion, traders should be looking for potential signs of a weakening or pullbacks to get on board to short this pair. As we have clearly seen, the pair is subject to huge price swings, and tight stops should be incorporated.

Categories
Forex Daily Topic Forex Videos

Secret Techniques For Profitable Forex Trading Part 1!

Secret Techniques for Profitable Forex Trading I

 

Profitable Forex trading is an elusive goal for many traders. According to most statistics, over 75 percent of traders lose money. This comes for several reasons. There are well-known causes of this unfortunate outcome. Most traders get blown out because they bet too much and lose all when the market turns against them. Another source of failure is their psychological bias to let losses grow and cut their profits short. But today, we will focus on one key factor: How to assess entries and exits properly.

The States of a Market

Many people classify market action into over six states: Bul, Bear, Sideways with high or low volatility. Although this is usually correct, it does not offer enough simplicity to make decisions. The best way to look at market action is similar to what the Elliott Wave Theory states: Elliott stated that the market had impulsive phases and corrections of this primary impulse. We don’t need to be a genius to see that it is logical. Waves need to swing for it to form. But impulses and corrections have different properties. What works on one, it does not work on the other. Thus, the secret to master the trade is to
Assess which state the market is on
Apply the proper tools for entries and exits.

Impulse Properties

Impulses are characterized by directional movement. Bull or bear, we can see a steady price movement toward a new equilibrium, as impulses are created by an imbalance between supply and demand. The volatility on impulses is directional, and the tools to apply are moving averages and superior form of them such as instant trend, MAMA, MESA, and similars.

Chart 1 – Bitcoin 4H chart impulsive Phase

In chart 1, we show Bitcoin moving in its latest impulsive phase, although we can also see a glimpse of corrective structures. The main idea here is to follow the trend. The chart shows a ribbon formed by Ehlers Instant trend, an advanced indicator freely available on Tradingview but also MT4 and MT5 platforms.
We see that the indicator is right at delivering timely entries and exits. The chart also shows its 50 and 200 simple moving averages, heading up and supporting the trend. We can see that the touching of the 50-SMA line could be used as well to enter or add to the position, although the instant trendline seems to lead the 50-SMA. Tradingview’s Instant Trendline Indicator colorizes the candles’ body so the upward phases can be spotted with ease.

Corrective Properties

Corrective phases come at the end of an impulse. We have to realize that impulses come from a lack of equilibrium between buyers and sellers due to actions to find a new fair value. The fair price is unknown; thus, usually, the impulse creates overbought or oversold conditions. When some savvy traders spot this, they start to unload their positions in a profit-taking activity. That lowers the price to a level where it finds new buyers. The price moves up now, but the memory of traders who lost near the top makes more selling pressure ahead of this level, lowering the price and creating a cyclic path. Thus, the main characteristic of corrective phases is its cyclic characteristic, whereas the main feature of impulses is their lack or decline of cycles.

Since the cycle is the main component of corrections, The best way to time them is by using an oscillator, such as the Stochastic, RSI, or an advanced wave oscillator. If you’re price-action oriented, you may use support-resistance levels and breakouts to spot the right entries and exits.


Chart 2 – Bitcoin 1H chart Corrective Phase with Ehlers Stochastic CCI, Stochastic, and AutoCorr Angles.

As an example, we show on chart 2 the corrective phase of Bitcoin that started after a move up to $15,000 from the last consolidation of $13,500.
The image shows the stochastic oscillator( third curve) and two advanced oscillators buy the innovator of this century, John Ehlers, The Stochastic CCI, and Autocorrelation Angle. These two can also be found on Tradingview.com and MT4 and MT5 platforms.
We see that the Ehler’s Stochastic CCI (second curve, following the price) can precisely time the cycles on the chart with razor-sharp precision. However, the Stochastic oscillator is not far behind and can be used to profit from these cycles or confirm a reversal candle.

The bottom image shows the Autocorrelation angles indicator.
Autocorrelation is an advanced way to spot the short-term memory of the markets. A sharp move on the angle will show a transition from bear to bullish and bullish to bearish phases. This indicator is harder to handle, though.

There are many others, such as the Even better Sinewave indicator, shown in the third chart. The Even Better Sinewave is designed to find the dominant cycle of the price action. Sometimes, the market loses its pace, as happens in the whipsaw (amber) shown. But most of the time, this advanced indicator can time the cycle changes accurately.


Chart 3 – Bitcoin 1H chart Corrective Phase with Even Better Sinewave Indicator

To conclude
Markets have two phases: Impulsive and corrective.
Each needs the right tools to find suitable entries and exits.
Traders need to spot first the state of the market.
If Impulsive, apply Averages or advanced versions of moving averages and follow the trend.
If corrective, use oscillators to spot turning points.
Don’t be conformist. Look for advanced tools and learn to use them. They will give you a better edge.

Categories
Crypto Videos

Should You Trade Forex With A Smart Phone Or Tablet? Our Free Signals App In The Description!

Should you trade forex with a smartphone or tablet app?

 

In this session, we will be looking at whether or not new traders, in particular, should trade with a mobile phone or tablet app only?

Regulated brokers in the United Kingdom must display the following message on their website, giving the updated statistics on the percentage of retail investor accounts, which lose money when trading spread bets or contracts for difference.

This is one we copied from IG index.
‘’Spread bets and CFDs are complex instruments and come with a high risk of losing money rapidly due to leverage. 76% of retail investor accounts lose money when trading spread bets and CFDs with this provider. You should consider whether you understand how spread bets and CFDs work and whether you can afford to take the high risk of losing your money.’’
The message is stark; three-quarters of retail traders burning their accounts is huge. And so most brokers rely on a revolving door of new traders coming in, while others bow out having lost their funds.
The reason is simple, a lack of knowledge by retail traders, the majority of whom are not much more than gamblers, and the house always wins in the end.

Let’s get back to the topic headline, should you trade forex with a smartphone or tablet app only.
More and more people are downloading trading apps as provided by brokers, trading, often on the go, maybe at work in an unrelated industry, or while at the gym or going for a walk or perhaps shopping, and spot a trade on their app and have a punt.

Now they might get lucky, occasionally, and think they have picked up a great new secondary source of income. Still, the whole thing about trading is that it is not like gambling, if you go into a casino and have a punt on the roulette wheel, maybe you will pick the right number, or maybe you will pick black, and the ball falls on the right black number, and you’ll be lucky, and that will be: all it is luck. However, with trading, it’s all about learning about fundamental analysis, learning about technical analysis, keeping abreast of economic data releases, speeches by key policymakers, and considering market analysis by professional traders and economists. Now traders are stacking the odds in their favor in order to have much more chance of a successful outcome.

And so, 25% of traders who are not losing money are highly likely those who do not trade on mobile phones or tablet apps. They will probably have at least two decent size computer screens for analysis purposes, perhaps also a tablet to keep them up to speed with economic news, where they are constantly juggling between technical analysis setups and market-related information in order to be informed.
A mechanic would not work on a car engine with only a screwdriver, and a surgeon would not operate on a person with only a scalpel to hand.
In conclusion, the more tools a trader has at his or her disposal, the better chance they will have of being on the 25% side of the above statistic.

Categories
Forex Videos

Has Time Run Out For The BrexitFuture Trade Deal? GBP On The Ropes!

Has time run out for the Brexit future trade deal? Where next for the Pound?

Thank you for joining this forex academy educational video.

The British government set itself a deadline of 15th of October with which to had a formal future, a tariff-free trade deal with the EU by the 15th October 2020.
That deadline came and went and was subsequently extended to the 13th of November, where, at the time of writing, no such agreement is in place. The United Kingdom is set to leave the European Union transition period on the last day of 2020. With both the European Union chief negotiator Michael Barnier, and the UK’s chief negotiator on this issue, David frost, both proclaiming that the other side needs to move on key issues such as fisheries, I need a so-called level playing field, it is highly unlikely that a deal can be reached in time I’m for the legal framework to be set in place whereby any such new tariff 3 agreement can be implemented on the 1st day of January 2021.
So, what are the options? The UK government cannot extend the negotiation period because the end of the transition period date is set into law. And so if they will not budge on the requirements and terms of a future trading partnership with the EU, it will appear that the British will be leaving on WTO, or world trade organization, terms, and it is perceived that this would be bad for the British economy, whereby a tariff-free arrangement with the European Union would be in the best interests of both sides because it would offer a smoother, future, trading arrangement.
Let’s have a look at how this is being played out in the forex market, where the most widely traded British pound pair is the GBPUSD.

This is a daily chart for the pair. And we note and expansive bull channel, which has been conforming since the middle of May 2020. This tells us that price action has been fuelled by the potential of a future tariff-free trade deal with the EU. The overall price action has been to the upside. Although this has been waning since early September, such as position ‘A’ and the most recent high was at 1.33.

However, if we bring that daily time frame down to the 4-hour chart, we now see that although price action was waning to the upside at position A on the 1-hour chance, price action for that period has been conforming to an expanding bearish channel on the 4-hour chart.

Now let’s look at what has been happening for the pair are on a 1-hour chart over the last 8 days. Here we can see that price action has been conforming to this triangle where initially we have a bull run up to a peak of just above 1.3300. Since then, price action has been falling lower, to just above 1.3100, and where price action is now conforming to the fundamentals with regard to the potential of a no tariff future trading arrangement deal Brexit.

As time runs out, with no sides giving up any grounds in order to compromise for the sake of a future tariff-free trading relationship, the pair will continue to come under pressure to the downside, in which case the pound is likely to lose value against its counterparts and especially with the United States dollar, notwithstanding the fact that the US economy is suffering because of the covid pandemic and where 150,000 cases were reported in a single day this week, heaping more pressure on the federal government to find fiscal solutions to this problem, which is not going away anytime soon.

Categories
Crypto Videos

Crypto Mining With Renewable Energy Part 2!

Crypto Mining and Renewable Energy Part 2 – Renewable Energy Producers

En+ Group, the world’s largest producer of low-carbon aluminum as well as the largest private-sector hydropower generator, has entered its first crypto mining venture.
The new venture, named Bit+, will focus on creating crypto mining facilities that utilize alternative energy sources and have a low carbon footprint.

En+ Group has partnered with Bit+, a subsidiary to the Russian company BitRiver. BitRiver provides hosting services as well as turnkey solutions for institutional and large-scale crypto mining operations.

BitRiver is currently operating the largest data center offering colocation services for Bitcoin mining in Russia. It offers similar services across the country as well as to CIS neighbors.
The first effect of the venture Bit+ made is the installation of a brand new facility close to BitRiver’s existing data center in Bratsk, which is located in the Irkutsk region of Russia. En+ Group has committed 10MegaWatts of electricity to the facility, which is already operational and is composed of modular crypto-mining units. The two companies have plans to scale this facility’s capacity to roughly 40MegaWatts.
The facility is composed of 14 modular units for its initial phase. Each of the units is a converted shipping container as large as a full-scale cryptocurrency mining data center. Each unit should accommodate up to 400 of Bitmain’s S19 Pro miner devices.

En+ Group provided some context regarding how they chose the Irkutsk region and how this region is extremely viable for lower-carbon solutions to cryptocurrency mining in the recent statement:
“Our energy assets in the region produce low-carbon, as well as inexpensive electricity from renewable sources. We are able to offer a surplus of energy to these partnerships. On top of that, the low average annual temperature of the region reduces the energy required, making the process more efficient and further decreasing the carbon footprint.”
As we said in our previous article on renewable energy, high energy consumption remains a major Achilles’ heel for the crypto sector, particularly for proof of work consensus algorithms such as the one Bitcoin has.

Several energy experts have attempted to steer the debate on Bitcoin’s energy problems to another topic. Instead, they have tried to argue that it is extremely important where that energy is produced and how it is generated. They have argued that it is most important to make sure that less harmful choices are made when picking the source of power rather than to argue the whole premise of the whole proof of work consensus algorithm.
With financial and geopolitical forces now entering the sector, it remains to be seen how far renewable energy will improve Bitcoin’s standing if this slow but certain change will be enough to make the mining sector truly sustainable.

Categories
Forex Videos

USDCHF Sinks To Multi Year Lows Below 0.9000! What Should Be Your Next Move?

USDCHF sinks to multi-year lows below 0.9000. Where next?

Thank you for joining this forex academy educational video.

In this session, we will be looking at the USDCHF pair, which sank to a fresh low on Friday 6th November.

On this one-hour chart of the pair, we can see that on the 2nd of November, it had rallied to a high of 0.9207, before moving lower and where the market became extremely volatile on the 4th of November, but where the pair failed to re-establish itself at the previous high of just two days earlier. The size of the bars which have been highlighted can only mean that extra volume and volatility had crept in, and all of these moves can be associated with the lead up to and just after the US presidential election.
On Friday the 6th of November, the pair had moved over 200 pips lower to find support at 0.8982, a multi-year low, before recovering to the key 0.900 level.

In fact, we would need to go back to April 2014, which was the last time the pair had been so low. And much of this can be attributed to the strength of the Swiss franc, which is bought as a safe-haven asset by investors around the world who see value In the Swiss economy overall.
Although the chart is a monthly one, the huge swing in the price range of over 3000 pips in August 2014 worried institutional investors and traders, and that, ….

coupled with the Swiss National Bank’s abandonment of its cap on the Euro of 1.20 francs, which in January 2015 saw the EURCHF pair collapse to 0.8052 with some brokers, before recovering ground eventually to 1.04. Many traders were ruined by the unexpected move, and firms, including the Forex broker Alpari, went broke.
The Swiss National Bank has publicly stated on many occasions that it would defend the Swiss franc against strengthening with other currencies, especially the euro and the United States dollar because a strong Swiss franc means that exports become expensive and makes the country less competitive and that this is bad for the Swiss economy.
They either intervene to sell their currency or threatened to do so, and that coupled with the huge swings in price action which we have just shown you mean only one thing; traders are extremely cautious about trading the franc, which is prone to spikes, and shock moves caused by the Swiss National Bank intervening in the money markets.
That, however, has not stopped the Swiss franc being bought during this extremely volatile time, which has largely been brought about by the covid pandemic, where economies such as the United States and Europe have been badly affected, and of course, the current theme around the United States presidential election which has been the impetus for the push below 0.900 for the USDCHF pair.

This is certainly one pair to trade with tight stops and where the bias to the downside remains for the foreseeable future.