candle formations @ Forex Factory

I Automated & Backtested ParallaxFX Strategy

I am a Software Engineer / Data Scientist and I decided to give a go at automating a strategy based on the ParallaxFX strategy floating around and backtests the results, also due to some inspiration by Vanguer
 
I backtested on the majors 4H timeframe between January 2015 to January 2020.
 
I am only considering trades from the top and bottom bands for now.
 
My trading criteria is:
 
Upper Band
Indecision candle
Setup candle
 
Lower Band
Indecision candle
Setup candle
 
Entry: 38.2 Fib
Stop Loss: 100 Fib
Take Profit: -161.8 Fib
RRR: 3.23
 
If a candle meets my trade criteria I open the trade and forget about it.
 
I started with a balance of 500 EUR and a risk of 1%. The results use compound gain / loss and I only considered one currency pair at a time.
 
The results were not that impressive...
EUUSD
AUD/USD
GBP/USD
NZD/USD
USD/CAD
USD/CHF
 
Due to this being automated I can test a variety of parameters pretty quickly and come back with trading screenshots, results, etc.
 
I am considering a higher timeframe but the number of trades is already fairly low.
 
Here is a link to a Google Drive (https://drive.google.com/drive/folders/16cO0ZSCGakkbK90lh-FBIC3ZJIxOj9fI?usp=sharing) with screenshots from each trade and a log of the system as it makes the trades. The candles highlighted in yellow / purple are where the trade is entered. I do not have the picture marked as a win / lose but it should be obvious by the candle formation.
submitted by TribeFX to Forex [link] [comments]

H1 Backtest of ParallaxFX's BBStoch system

Disclaimer: None of this is financial advice. I have no idea what I'm doing. Please do your own research or you will certainly lose money. I'm not a statistician, data scientist, well-seasoned trader, or anything else that would qualify me to make statements such as the below with any weight behind them. Take them for the incoherent ramblings that they are.
TL;DR at the bottom for those not interested in the details.
This is a bit of a novel, sorry about that. It was mostly for getting my own thoughts organized, but if even one person reads the whole thing I will feel incredibly accomplished.

Background

For those of you not familiar, please see the various threads on this trading system here. I can't take credit for this system, all glory goes to ParallaxFX!
I wanted to see how effective this system was at H1 for a couple of reasons: 1) My current broker is TD Ameritrade - their Forex minimum is a mini lot, and I don't feel comfortable enough yet with the risk to trade mini lots on the higher timeframes(i.e. wider pip swings) that ParallaxFX's system uses, so I wanted to see if I could scale it down. 2) I'm fairly impatient, so I don't like to wait days and days with my capital tied up just to see if a trade is going to win or lose.
This does mean it requires more active attention since you are checking for setups once an hour instead of once a day or every 4-6 hours, but the upside is that you trade more often this way so you end up winning or losing faster and moving onto the next trade. Spread does eat more of the trade this way, but I'll cover this in my data below - it ends up not being a problem.
I looked at data from 6/11 to 7/3 on all pairs with a reasonable spread(pairs listed at bottom above the TL;DR). So this represents about 3-4 weeks' worth of trading. I used mark(mid) price charts. Spreadsheet link is below for anyone that's interested.

System Details

I'm pretty much using ParallaxFX's system textbook, but since there are a few options in his writeups, I'll include all the discretionary points here:

And now for the fun. Results!

As you can see, a higher target ended up with higher profit despite a much lower winrate. This is partially just how things work out with profit targets in general, but there's an additional point to consider in our case: the spread. Since we are trading on a lower timeframe, there is less overall price movement and thus the spread takes up a much larger percentage of the trade than it would if you were trading H4, Daily or Weekly charts. You can see exactly how much it accounts for each trade in my spreadsheet if you're interested. TDA does not have the best spreads, so you could probably improve these results with another broker.
EDIT: I grabbed typical spreads from other brokers, and turns out while TDA is pretty competitive on majors, their minors/crosses are awful! IG beats them by 20-40% and Oanda beats them 30-60%! Using IG spreads for calculations increased profits considerably (another 5% on top) and Oanda spreads increased profits massively (another 15%!). Definitely going to be considering another broker than TDA for this strategy. Plus that'll allow me to trade micro-lots, so I can be more granular(and thus accurate) with my position sizing and compounding.

A Note on Spread

As you can see in the data, there were scenarios where the spread was 80% of the overall size of the trade(the size of the confirmation candle that you draw your fibonacci retracements over), which would obviously cut heavily into your profits.
Removing any trades where the spread is more than 50% of the trade width improved profits slightly without removing many trades, but this is almost certainly just coincidence on a small sample size. Going below 40% and even down to 30% starts to cut out a lot of trades for the less-common pairs, but doesn't actually change overall profits at all(~1% either way).
However, digging all the way down to 25% starts to really make some movement. Profit at the -161.8% TP level jumps up to 37.94% if you filter out anything with a spread that is more than 25% of the trade width! And this even keeps the sample size fairly large at 187 total trades.
You can get your profits all the way up to 48.43% at the -161.8% TP level if you filter all the way down to only trades where spread is less than 15% of the trade width, however your sample size gets much smaller at that point(108 trades) so I'm not sure I would trust that as being accurate in the long term.
Overall based on this data, I'm going to only take trades where the spread is less than 25% of the trade width. This may bias my trades more towards the majors, which would mean a lot more correlated trades as well(more on correlation below), but I think it is a reasonable precaution regardless.

Time of Day

Time of day had an interesting effect on trades. In a totally predictable fashion, a vast majority of setups occurred during the London and New York sessions: 5am-12pm Eastern. However, there was one outlier where there were many setups on the 11PM bar - and the winrate was about the same as the big hours in the London session. No idea why this hour in particular - anyone have any insight? That's smack in the middle of the Tokyo/Sydney overlap, not at the open or close of either.
On many of the hour slices I have a feeling I'm just dealing with small number statistics here since I didn't have a lot of data when breaking it down by individual hours. But here it is anyway - for all TP levels, these three things showed up(all in Eastern time):
I don't have any reason to think these timeframes would maintain this behavior over the long term. They're almost certainly meaningless. EDIT: When you de-dup highly correlated trades, the number of trades in these timeframes really drops, so from this data there is no reason to think these timeframes would be any different than any others in terms of winrate.
That being said, these time frames work out for me pretty well because I typically sleep 12am-7am Eastern time. So I automatically avoid the 5am-6am timeframe, and I'm awake for the majority of this system's setups.

Moving stops up to breakeven

This section goes against everything I know and have ever heard about trade management. Please someone find something wrong with my data. I'd love for someone to check my formulas, but I realize that's a pretty insane time commitment to ask of a bunch of strangers.
Anyways. What I found was that for these trades moving stops up...basically at all...actually reduced the overall profitability.
One of the data points I collected while charting was where the price retraced back to after hitting a certain milestone. i.e. once the price hit the -61.8% profit level, how far back did it retrace before hitting the -100% profit level(if at all)? And same goes for the -100% profit level - how far back did it retrace before hitting the -161.8% profit level(if at all)?
Well, some complex excel formulas later and here's what the results appear to be. Emphasis on appears because I honestly don't believe it. I must have done something wrong here, but I've gone over it a hundred times and I can't find anything out of place.
Now, you might think exactly what I did when looking at these numbers: oof, the spread killed us there right? Because even when you move your SL to 0%, you still end up paying the spread, so it's not truly "breakeven". And because we are trading on a lower timeframe, the spread can be pretty hefty right?
Well even when I manually modified the data so that the spread wasn't subtracted(i.e. "Breakeven" was truly +/- 0), things don't look a whole lot better, and still way worse than the passive trade management method of leaving your stops in place and letting it run. And that isn't even a realistic scenario because to adjust out the spread you'd have to move your stoploss inside the candle edge by at least the spread amount, meaning it would almost certainly be triggered more often than in the data I collected(which was purely based on the fib levels and mark price). Regardless, here are the numbers for that scenario:
From a literal standpoint, what I see behind this behavior is that 44 of the 69 breakeven trades(65%!) ended up being profitable to -100% after retracing deeply(but not to the original SL level), which greatly helped offset the purely losing trades better than the partial profit taken at -61.8%. And 36 went all the way back to -161.8% after a deep retracement without hitting the original SL. Anyone have any insight into this? Is this a problem with just not enough data? It seems like enough trades that a pattern should emerge, but again I'm no expert.
I also briefly looked at moving stops to other lower levels (78.6%, 61.8%, 50%, 38.2%, 23.6%), but that didn't improve things any. No hard data to share as I only took a quick look - and I still might have done something wrong overall.
The data is there to infer other strategies if anyone would like to dig in deep(more explanation on the spreadsheet below). I didn't do other combinations because the formulas got pretty complicated and I had already answered all the questions I was looking to answer.

2-Candle vs Confirmation Candle Stops

Another interesting point is that the original system has the SL level(for stop entries) just at the outer edge of the 2-candle pattern that makes up the system. Out of pure laziness, I set up my stops just based on the confirmation candle. And as it turns out, that is much a much better way to go about it.
Of the 60 purely losing trades, only 9 of them(15%) would go on to be winners with stops on the 2-candle formation. Certainly not enough to justify the extra loss and/or reduced profits you are exposing yourself to in every single other trade by setting a wider SL.
Oddly, in every single scenario where the wider stop did save the trade, it ended up going all the way to the -161.8% profit level. Still, not nearly worth it.

Correlated Trades

As I've said many times now, I'm really not qualified to be doing an analysis like this. This section in particular.
Looking at shared currency among the pairs traded, 74 of the trades are correlated. Quite a large group, but it makes sense considering the sort of moves we're looking for with this system.
This means you are opening yourself up to more risk if you were to trade on every signal since you are technically trading with the same underlying sentiment on each different pair. For example, GBP/USD and AUD/USD moving together almost certainly means it's due to USD moving both pairs, rather than GBP and AUD both moving the same size and direction coincidentally at the same time. So if you were to trade both signals, you would very likely win or lose both trades - meaning you are actually risking double what you'd normally risk(unless you halve both positions which can be a good option, and is discussed in ParallaxFX's posts and in various other places that go over pair correlation. I won't go into detail about those strategies here).
Interestingly though, 17 of those apparently correlated trades ended up with different wins/losses.
Also, looking only at trades that were correlated, winrate is 83%/70%/55% (for the three TP levels).
Does this give some indication that the same signal on multiple pairs means the signal is stronger? That there's some strong underlying sentiment driving it? Or is it just a matter of too small a sample size? The winrate isn't really much higher than the overall winrates, so that makes me doubt it is statistically significant.
One more funny tidbit: EUCAD netted the lowest overall winrate: 30% to even the -61.8% TP level on 10 trades. Seems like that is just a coincidence and not enough data, but dang that's a sucky losing streak.
EDIT: WOW I spent some time removing correlated trades manually and it changed the results quite a bit. Some thoughts on this below the results. These numbers also include the other "What I will trade" filters. I added a new worksheet to my data to show what I ended up picking.
To do this, I removed correlated trades - typically by choosing those whose spread had a lower % of the trade width since that's objective and something I can see ahead of time. Obviously I'd like to only keep the winning trades, but I won't know that during the trade. This did reduce the overall sample size down to a level that I wouldn't otherwise consider to be big enough, but since the results are generally consistent with the overall dataset, I'm not going to worry about it too much.
I may also use more discretionary methods(support/resistance, quality of indecision/confirmation candles, news/sentiment for the pairs involved, etc) to filter out correlated trades in the future. But as I've said before I'm going for a pretty mechanical system.
This brought the 3 TP levels and even the breakeven strategies much closer together in overall profit. It muted the profit from the high R:R strategies and boosted the profit from the low R:R strategies. This tells me pair correlation was skewing my data quite a bit, so I'm glad I dug in a little deeper. Fortunately my original conclusion to use the -161.8 TP level with static stops is still the winner by a good bit, so it doesn't end up changing my actions.
There were a few times where MANY (6-8) correlated pairs all came up at the same time, so it'd be a crapshoot to an extent. And the data showed this - often then won/lost together, but sometimes they did not. As an arbitrary rule, the more correlations, the more trades I did end up taking(and thus risking). For example if there were 3-5 correlations, I might take the 2 "best" trades given my criteria above. 5+ setups and I might take the best 3 trades, even if the pairs are somewhat correlated.
I have no true data to back this up, but to illustrate using one example: if AUD/JPY, AUD/USD, CAD/JPY, USD/CAD all set up at the same time (as they did, along with a few other pairs on 6/19/20 9:00 AM), can you really say that those are all the same underlying movement? There are correlations between the different correlations, and trying to filter for that seems rough. Although maybe this is a known thing, I'm still pretty green to Forex - someone please enlighten me if so! I might have to look into this more statistically, but it would be pretty complex to analyze quantitatively, so for now I'm going with my gut and just taking a few of the "best" trades out of the handful.
Overall, I'm really glad I went further on this. The boosting of the B/E strategies makes me trust my calculations on those more since they aren't so far from the passive management like they were with the raw data, and that really had me wondering what I did wrong.

What I will trade

Putting all this together, I am going to attempt to trade the following(demo for a bit to make sure I have the hang of it, then for keeps):
Looking at the data for these rules, test results are:
I'll be sure to let everyone know how it goes!

Other Technical Details

Raw Data

Here's the spreadsheet for anyone that'd like it. (EDIT: Updated some of the setups from the last few days that have fully played out now. I also noticed a few typos, but nothing major that would change the overall outcomes. Regardless, I am currently reviewing every trade to ensure they are accurate.UPDATE: Finally all done. Very few corrections, no change to results.)
I have some explanatory notes below to help everyone else understand the spiraled labyrinth of a mind that put the spreadsheet together.

Insanely detailed spreadsheet notes

For you real nerds out there. Here's an explanation of what each column means:

Pairs

  1. AUD/CAD
  2. AUD/CHF
  3. AUD/JPY
  4. AUD/NZD
  5. AUD/USD
  6. CAD/CHF
  7. CAD/JPY
  8. CHF/JPY
  9. EUAUD
  10. EUCAD
  11. EUCHF
  12. EUGBP
  13. EUJPY
  14. EUNZD
  15. EUUSD
  16. GBP/AUD
  17. GBP/CAD
  18. GBP/CHF
  19. GBP/JPY
  20. GBP/NZD
  21. GBP/USD
  22. NZD/CAD
  23. NZD/CHF
  24. NZD/JPY
  25. NZD/USD
  26. USD/CAD
  27. USD/CHF
  28. USD/JPY

TL;DR

Based on the reasonable rules I discovered in this backtest:

Demo Trading Results

Since this post, I started demo trading this system assuming a 5k capital base and risking ~1% per trade. I've added the details to my spreadsheet for anyone interested. The results are pretty similar to the backtest when you consider real-life conditions/timing are a bit different. I missed some trades due to life(work, out of the house, etc), so that brought my total # of trades and thus overall profit down, but the winrate is nearly identical. I also closed a few trades early due to various reasons(not liking the price action, seeing support/resistance emerge, etc).
A quick note is that TD's paper trade system fills at the mid price for both stop and limit orders, so I had to subtract the spread from the raw trade values to get the true profit/loss amount for each trade.
I'm heading out of town next week, then after that it'll be time to take this sucker live!

Live Trading Results

I started live-trading this system on 8/10, and almost immediately had a string of losses much longer than either my backtest or demo period. Murphy's law huh? Anyways, that has me spooked so I'm doing a longer backtest before I start risking more real money. It's going to take me a little while due to the volume of trades, but I'll likely make a new post once I feel comfortable with that and start live trading again.
submitted by ForexBorex to Forex [link] [comments]

Part II - 10 Minute/Day Trading Strategy

Part II - 10 Minute/Day Trading Strategy
Access Part I here: https://www.reddit.com/Forex/comments/h0iwbu/part_i_my_10_minuteday_trading_strategy/
Welcome to Part II of this ongoing series. How many parts will there be? No idea. At least 4-5, I guess. I'd rather have this broken down into digestible chunks than just fire hose you with information.
Part I was really just a primer. If I'm using the whole baking a cake analogy, then in Part I we covered what kind of cake we're baking. I will not cover in this post where we look for entries and exits, that's coming next. Part II is going to cover what ingredients we need and why we need those ingredients in greater detail.
What Kind Of Strategy Is This Again?It's my 10 minutes per day, trading strategy. I think the beauty of this strategy is that it allows you to take a good number of trader per week without having to commit an inordinate amount of time to the screens. This is both a mean reversion and trend-continuation based strategy. It is dead simple to learn and apply. I'd expect a 10 year old to be able to make money with this.
The List Of Ingredients & Why We Use These Particular Ingredients
*I will have an image at the end of the post showing a textbook long and short setup*
Bollinger Bands: Bollinger Bands (BB) have a base line (standard is the 20SMA, which is also what we will use for this strategy) and two other trend lines (known as the upper Bollinger band [UBB] and lower Bollinger band [LBB]) plotted 2 standard deviations away from the 20SMA. The idea behind BB is deviously simple - the vast majority of price action, approx. 90%, takes place in between the two bands. In other words, when price trades off the UBB or LBB, you could consider prices to be overbought/oversold. However, just because something is OVERbought does NOT mean its run is OVER. Therefore we need additional tools to make sure we are using the BB as effectively as possible. TLDR: BB help contextualize where to look for our technical setups using this strategy. Finding the candle/bar pattern is not enough. We need to make sure the setup is in the 'right' part of the chart. We accomplish that using the BB.
Stochastic Oscillator: The Stochastic Oscillator (Stochs) is a secondary momentum indicator. Because it is an oscillator that means the signals it generates are range-bound between 0 and 100. There are tons of momentum indicators out there. Theoretically you could swap out the Stochs for RSI or MACD. My hunch is that you won't see a measurable statistical difference in performance if you do. So why Stochs? Because I like the fact you have the %K and %D lines (you can think of them as moving averages) and the fact that the %K and %D lines crossover is a helpful visual aid. Like any other momentum indicator, the Stochs will generate overbought and oversold signals. We use the Stochs to help back up what the BB are telling us. If price is trading at, or even broken out of, the UBB and Stochs are also veeeery overbought that can be potentially useful information. It doesn't mean we have a trade necessarily, but it is a helpful piece of data.
Fibonacci Retracement & Extension Tool: This tool is OPTIONAL. The only reason I use this tool for this strategy is to integrate a mechanistic means of entry and exit. In other words, we can use fibonacci levels to place limit orders for entry and profit taking, and a stop order to get us out for our pre-defined risk allocation to each particular trade. If you DON'T want to use the fibs, that is perfectly okay. It just means you will add a more discretionary layer to this strategy
Candlestick/Bar Patterns: There isn't a whole lot to say here. We look for ONE formation over, and over, and over again. An indecision bar (small body, doesn't close on its highs or lows) followed by the setup bar which is an outside bar or an engulfing bar. It doesn't particularly matter if the setup bar is an engulfing bar or outside bar. What matters is that for a long trade the setup bar makes a HIGHER HIGH and has a HIGHER CLOSE relative to the indecision bar. The opposite for a short trade setup. The bar formation is what ultimately serves as the trigger for placing orders to take a trade.
*MOVING ON* Now We Get Into The Setup Itself:There are 3 places where we look for trades using this strategy:
  1. Short off the UBB (Here we want to see Stochastics overbought and crossing down. Bearish divergence is even better)
  2. Long off the LBB (Here we want to see Stochastics oversold and crossing up. Bullish divergence is even better)
  3. Long/Short off the Middle Bollinger Band (Here if you are looking for a short trade off the MBB you ideally want Stochs overbought. Vice versa for a long trade. NOTE: Often when taking trades off the MBB, Stochs WON'T go overbought/oversold. Because this doesn't happen often, I don't let it stop me from taking trades off the MBB.)
The actual setup is very simple and straightforward. We look for our candle/bar formation in conjunction with points 1 through 3 from the above.
There will be other nuances I will cover in terms of how to make the strategy more effective in Part 3. For example, I will go into much more detail about how the shape of the BB can tell us a lot about whether a currency pair is likely to reverse or not. I will also cover how to gauge the strength of the setup candle and a few other tips and tricks.
Technical Nuances: You can overlay a lot of other traditional technical analysis on top of the above. For example you can look for short trades off the UBB in conjunction with a prior broken support level that you now expect to be working overhead resistance. If you want to go further and deeper, of course you can. Note: the above is about as far as I went when overlaying other kinds of analysis onto this strategy. I like to keep it simple, stupid.
TEXTBOOK LONG TRADE OFF LBB:

https://preview.redd.it/e06otysgsh451.png?width=2820&format=png&auto=webp&s=101b3eed1b42512d639644bcc096d1026e558f17

TEXTBOOK SHORT TRADE OFF UBB:
https://preview.redd.it/yfg02yjhsh451.png?width=2820&format=png&auto=webp&s=18b427995f3dcecb22e1ae7f15cd5b3cd53c18e4
TRADE OFF MBB:
https://preview.redd.it/8kvzknaish451.png?width=2820&format=png&auto=webp&s=2f1e6113475193e8b812bface880a77e82ad7eeb

And that's a wrap for Part II.
submitted by ParallaxFX to Forex [link] [comments]

Summarizing some free trading idea resources I've been using

I've been following many free resources on youtube and twitter to generate trading ideas. Some of them are suspicious; some are more like boasting their wining trades but never post any losing trades. I see many people ask about trading ideas/resources, so I want to briefly share some resources I find useful.

Twitter resources:
  1. @ TicTocTick


  1. @ tradingwarz


  1. @ traderstewie


Youtube resources:
  1. Conquer trading and investing. https://www.youtube.com/channel/UCN2WmKUchJpIcS1MupY-BuA


  1. Blaze Capital: https://www.youtube.com/channel/UCq0BCGckWWjrnV8YdYO24JA
Other notes:
  1. The scalping trades in the morning is not very suitable for small accounts since they will trade for example 100 shares of BA (~160) to scalp a few dollars per share.
  2. Even though the stocks on their weekly watchlist does well very, one still need to come up with an actionable plan. Very often say they recommend stock A on Sunday, and on Monday it already gaps up big. They sometimes do YOLO options -- big risk big rewards-- options can go to 0.
  3. Besides the free content, everyone can get a free one-week trial for their paid membership, or a 2-week free trial by winning a lottery game on their youtube ( what I did) or knowing someone in their group and get a referral. What I like about the group: (i) very frequently updates each day on SPY and stocks on the watchlist. (ii) all their positions, Profit / Loss are very transparent. I learned a lot about how to manage trades by observing their live trades. (iii) There are many very experienced traders in the group posting their trading ideas, plans, entry/exit, and there are many live discussions. (iv) There's a "helpdesk" in the group where members' questions will be answered in minutes. I often ask about my trading plan, entries/ targets.




Other resources:
  1. Shadow trader free newsletter
https://www.shadowtrader.net/newsletter-category/swing-trade


I've spent much time looking for free contents, and I like the ones above. Also looking forward to hearing about other good/bad resources. I might also update this post if there are enough interests. NFA
submitted by Busy-Valuable to Daytrading [link] [comments]

Part IV - My 10 Minutes/Day Trading Strategy

Part IV - My 10 Minutes/Day Trading Strategy
Part IV - Entry Options
Hey everyone, you can find Part III of this series here: https://www.reddit.com/Forex/comments/h97sv7/part_iii_my_10_minutesday_trading_strategy/?utm_source=share&utm_medium=ios_app&utm_name=iossmf
Welcome to Part IV where I will be discussing various entry options. I’ve said this before, but it is worth repeating here as well: identifying a technical setup is one thing. Making money off of that setup is a whole other thing. This is precisely why most signal services fail. While the quality of the signal provider is one thing to consider, the other thing to take into account is that it is very difficult to blindly trade like somebody else - even if they give you their exact entry and exit points.
This is why I really want to focus on figuring out how to make MY strategy work for YOU. I will share with you a few different options for entries based on the strategy’s prototypical setup. But it is 100% on you to figure out what suits your trading style, personality, and lifestyle the best.
Part V will cover exit options.
Part VI will cover risk allocation & management
Let’s get on with it.
Basic Notes On Entries:
We are assuming that all entries are referring to a setup that forms at 5pm EST. I am using 5pm EST because that is when the most trading opportunities have the potential of occurring based on this strategy. It is also when you will see the spreads widen out as the NY Session comes to a close. Therefore, you will not want to take a market order right at 5pm EST. Usually the spreads start narrowing again by 6pm EST.

  1. Market order
  2. Limit order (we will use fibonacci retracements to figure out where to place our limit entry orders)
  3. Stop order (we can set a stop order beyond the setup candle’s high/low. I personally do not recommend this particular method, but I am including it here because one trader that uses this strategy has had success with it and prefers it)
The big difference between the stop order and the other entry types is pretty simple. If you are using a stop order to get into the trade, you will not have as good a risk to reward ratio as a trader that used a limit order to get into the trade. The advantage to using a stop order is that there will be some trades where you do not enter the trade because price never went beyond the high/low point of the setup candle. This means you avoid taking a loss on those trades whereas a trader who used a limit or market order to get into the trade would take a loss. The other advantage is that there may be trade setups where the limit orders don’t get filled but the stop order will. I have NOT statistically tested stop orders vs the other order types. If you want to know what works best for you, it is on you to do the testing.
Okay let’s take a deeper look now into the different ways we can enter:

  1. Limit order: We will draw our fibonacci retracement levels over the setup candle (I have updated the Fibonacci levels I use in Part III. Replaced the old screenshot with the new one with up-to-date levels). We will then look to place our limit orders just below (IF a short trade setup) / above (IF a long trade setup) the 23.6% and 38.2% Retracement levels. When I say just below or above, I am referring to the spread amount at minimum. However more above/below you want to go is up to you and your testing. Sometimes your limit orders get filled rather quickly. Sometimes they take longer (hours longer). I cancel unfilled Retracement orders if price has run to a fiboancci extension level without filling me on the trade. The obvious benefit to limit orders is that you can set your orders and then simply walk away from the screens. IF the setup candle closes past its 23.6% Retracement level then you will only take ONE limit order off the 38.2%.

  1. Market order: Since we will not be taking a market order trade right at 5pm EST, this leaves us with options. Because a market order does not guarantee us a fill price, we do have some flexibility vs taking strict limit orders. The risk you run with using limit orders is that if your price is not met, you do not get filled. So for example, let’s say it is 6pm EST and the spreads begin to narrow once more and price just so happens to trade right around the 23.6% Fibonacci Retracement area. This is a great opportunity to simply take a market order and get into the trade. Let’s say, however, that price never retraced back into the setup candle and it looks like the trade may simply run to its profit target. What do you do? Well, you can still take a market order to get into the trade… OR you can wait to see if price will retrace back into the candle later on… OR you can write the trade off because price has already run to a fibonacci extension level. The bottom line is that if you have flexibility and you have options. **NOTE: On setups that occur outside the 5pm hour, you can obviously take market orders as soon as the setup bar closes without worrying about unusual spreads)**

  1. Stop order: Stop orders are similar to limit orders in that you can set the orders and then walk away from the screens. If you are using stop orders you will not split your order into several parts. You will simply take one order. You will set the stop order just beyond the high/low of the setup candle.
My preferred method of entry:
I like to combine the market and limit entry options myself. Again - assuming a 5pm EST setup here is what I do:

  • Set limit orders at 38.2 and 61.8% Retracement levels and walk away. If I get a notification that my 23.6% order got triggered, I don’t have to come back to my screens. If I don’t get a notification that my 23.6% order got triggered by 6pm EST, I’ll come back to the trade setup and execute a market order and then delete the 23.6% order. I leave the 38.2% limit order as is. Hopefully it triggers, but if it doesn’t then at least I have half my position on. IF it is a situation where the setup candle closes past its 23.6% Retracement then I will only take 1 order, whether it is the market or the limit.
Final Thoughts:
I hope this gives you some insight into how we look at taking entries on the setup. There is a lot of room for additional mix and matching. You could combine limit orders with a stop order for example. I encourage you to play around and experiment with different entry conditions and see what feels best for you.
Some Examples:
*NOTE ON THE EXAMPLES* I have done my best to pick very recent examples so you can go back to this months’ charts to find a lot of these setups

https://preview.redd.it/sqj1haj3g4651.png?width=2820&format=png&auto=webp&s=39b1c99981856e85ab7c662926134994306c1938
https://preview.redd.it/5h1jacj3g4651.png?width=2820&format=png&auto=webp&s=2a7ddda53eca7b1f299d39ff67ff67f1739d8150
https://preview.redd.it/1h688uj3g4651.png?width=2820&format=png&auto=webp&s=d5f96ea18ec208329a18bca6f1b2da04d4eef8b5
https://preview.redd.it/vlhywuj3g4651.png?width=2820&format=png&auto=webp&s=58ae4911a1899f85e2e05f603f0f5856c4cc2c3f
https://preview.redd.it/h2wd4uj3g4651.png?width=2820&format=png&auto=webp&s=f332fe0cd5445d4170f4e6ac0d23351bbf08dae3
submitted by ParallaxFX to Forex [link] [comments]

2020 Foresight: What to do to Protect and Profit in Bear Market.

2020 Foresight: What to do to Protect and Profit in Bear Market.
Not many people like to talk about bear markets, especially not when the more emotive terms such as "Stock market crash" are used. It's often looked upon as fear mongering, and sensationalism. Preparation is practical, though.

This post is not intended to be fear mongering. In fact I want to discuss ways we can look at the market and plan for different scenarios that can mean we have no reason to be afraid.
Even if the S&P500 was to trade at 1,000 (big drop from current price (Today is the 31st August 2019, price is 2,946), we can plan and act in such ways this is a non harmful event for us. Particularly those who have net worth's to protect that has heavy stocks exposure.
This is not going to be one of these, "It's the top RIGHT NOW ... everyone panic!" sort of posts. Regardless of my views on this, I know this is a message that would not be well received. You do not know me, and too often people have cried wolf on this and been laughably incorrect. Instead what I will do is describe price moves in the indices that most people will have every reason to believe at this point can't happen.
Hopefully, they do not happen. I am not gleefully fangirling for a market crash. I just think there is prudence in preparation. These events will not happen in the hours after I post this, so I'd ask you kindly suspend prejudices. There is nothing to be gained by bickering over opinions of whether this will happen or not. I just want to give my perspective on how a person should protect themselves after it happens, if it does.
I'll cover some of the things I'd forecast will be points people will want to raise or questions likely to be asked. If you'd like to skip to the forecast and subsequent trade plan you can scroll down to the line break (unless you're going to make a common comment, then please read the following section first).

Why Do I think My Opinion Matters?

Many of you may be smarter than I in many ways, but few of you will have spent as much time assessing charting patterns as I have. Indeed, many people will scoff at the very idea of "lines on a chart" being worth anything. I'm not here to have this debate, I fully agree your view point is rational and logical. If I'd not spent years watching price charts every day, I'd think the same.
I focus mostly on Forex markets. I know these well. There are many ways currencies look like they may move that are ways they should not move unless there is big problems in stocks. These are nagging warnings. The attitude to risk in the Forex markets is negative, and stock markets show dangerous patterns. I watch these topping sorts of patterns every day. I see them in intra-day crashes, intra-week crashes and intra-month crashes.
Most major moves fit into these patterns, and when the same patterns are applied to previous stock markets in the months before they crashed, the way the patterns form and then complete (in a crash) is the same. From my perspective, these are just intra-decade crashes. There is little technical difference on the charts - although it's very different in the real world it affects.
This is why I am doing this in a "IF we see this ... then this is likely". I know at this point in the pattern, my methods predict something that will be highly unusual. If that thing happens, if we do not crash after that, we'd be breaking the trend of all market crashes in history (this is not likely, it does not seem the smart way to bet your net worth).

Technical Analysis is Tea Leaves!


You're welcome to your opinion on this, and I do understand your point of view. I will not post examples to try and prove my perspective on it, since it will always be called "curve-fitting". All I will say is nothing I have done in my years of trading has involved me persuading others what I do works. I do not sell training or anything of the like. I've spent many years using the things I've learned to bet my own money, and I've done well.
I will not debate on this subject, because it's always a deadlock. You can not convince me I've not seen what I've seen, and I can not show you what I've seen, and do not expect you to believe it without proof.

Stop Fear Mongering!


I really would like to re-iterate, I do not want you to be afraid. I am going to describe something that might happen that will be scary if it does happen. If it does not, there is no problem. I do not wish you to be fearful before, during or after.

This is like "Stop, Drop and Roll". None of us ever expect to be ablaze. If we are, this is good information. It will be better than running about waving arms and feeding the flames to engulf us. All I want to do here is to give you the "stop, drop and roll" of a market crash. To prevent you panicking and making bad decisions at bad areas. To allow you instead to go, "Fuck! Okay ... well that's not good. Now I have to ..." if scary things do happen.

No One Can Time the Market!

People have predicted and traded every stock market crash in history. The fact that many people try this and get it wrong does not take away from the fact people get this right, then place the right trades and make millions. Not many people make understanding the ways a market moves their life's work. If you do, you get a good feel for it's mood at any given time.

[Fundamental Analysis ] Says That Won't Happen!

I am not here to debate analysis viewpoints. Doing so has little use, it's better to forecast, assess and then take the best actions. I'll confess I am too ignorant on many of these topic to engage in debate. I wake up every day 5 days a week and decide where to bet my money. In doing this, I've found charts forecast and news reports. I can find no way of making money by being told what happened already, so I use the charts.
What I will say is for the warning move I will discuss to happen, something news related will have to change. Some catalyst event will have to happen. In 2008, it was Lehman. Make no mistake, the warnings were on the chart long before the bankruptcy was in the news.

Time in the Markets is Better than Timing the Markets


I am perfectly fine with this perspective, and not here to argue against it. If the market could drop 50% or more and you'd not be concerned because you think it will be back up in 10 years, this is none of my business.
I'm a day trader, so for me personally timing the markets is everything. Spending a lot of time in the market day trading often means you've made a mistake. I'm looking for ways to get foresight into what market moves may develop and understanding of what times and conditions I can enter into these moves to profit from the.
I want to stress I am not necessarily advocating the average person tries to time the markets. In the same way an electrician would not suggest you re-wire your own home. You also could not say to the electrician it's better to leave the lights off than risk getting a shock. Different preparations and skills sets give different possibilities. I spent a lot of years and lost money through a lot of them starting out learning how to do this.
The things I will explain here will not allow a person to consistently time the market. If I may be excused a cheesy pun, this "crash course" will be dealing with only single event, and one single set of scenarios. What I want to put forward for you in this is price moves to watch for and then (really quite specific) levels of price that are likely to offer us the best prices to protect long stock portfolios, or take speculative short trades. Very thin area of assessment.


Forecast and Plan.

What if the S&P500 Went to 2,200 ... Quickly?


It's the weekend, and the last day of August in 2019. The S&P500 has closed 2922 after rallying through the week after some sharp drops from all time highs. We may see record highs again if this keeps up ... but what if next week it opens and starts to fall? Or maybe rallies higher but can not make a new high and starts to fall.
What if it falls faster than it did in the last drop, and what if this time it does not stop? What if it gets to the lows of 2790, and goes from there quickly to 2700. These big levels act as resistance and the market can not trade higher than them. Instead it hits them, reverses and goes down more.

I think people would be nervous, but there'd be still the feeling of this being a normal, albeit tough, corrective move. There's weekly lows of 2,333. Above here the market is still technically up-trending. What if we got there, and the market went through it like it was nothing? What if the coming weeks or months we seen candles bigger than any we've seen recently? What if we were hearing news reports of record falls, rather than record highs?
What if over the development of only weeks and some horrific trading days we went from today's 2922 to break under the 2015 lows of 1,886?
I think people would be afraid!
Nothing I am saying is for the purposes of fear mongering, but I think this is possible. I'd like to say I think it's "highly unlikely", but I am thinking a lot about how to structure real bets on it and I like my odds. If this happens, it's likely the market will go lower still. What you do during the following weeks and months may have a huge affect on your financial health by the start of 2021.

How Does This Scenario Look on a S&P500 Chart?



https://preview.redd.it/ggqyvs2f6xj31.png?width=658&format=png&auto=webp&s=a9d00d758caf655341bd4780a8277b7556546a50

That looks like it's not going to happen, right? I think that this looks like it's not going to happen. We learn through our life experience, and my life experience has taught me when I ignore what I think about things like this and build well structured trade plans that would assume it will happen, money comes. For me, this makes sense to bet on at the moment, as unlikely as it looks. That's getting a bit into "Calling the high", though. \Which this is not about.

This is about what do you do if this happens? What if there is a day when they say on the news that the market just made it's lowest point in the last five years ... and economists and experts say it can go down more!

1 - Filter and assess your sources.
Before you act or even think about the information these sources have (pertaining to what trades to make or expect), check what they were saying now. If they're not saying this could happen - don't worry too much about what they say happens next. They have as much chance of being wrong.

2 - Do not panic.
This is a time to remain calm. Bad things have happened, and there will have been multiple days the market has dropped precipitously. Different economic factors explaining these moves may be threatening to get worse and the market may take more dangerous swings spiking under recent lows. This is the point at which most people will panic and make bad choices with their portfolio.

3 - Buy Around 1,800
This obviously sounds like something anyone would do right now, with price at 2,922; but with the conditions that'd have to be occurring for this of move to happen will make this highly counter intuitive at the time.

4 - Understand Something Changed, New Highs are Not Coming
From peak pessimism around 1,800 I expect the market to start to rally. Rallying strong. Making markets great again.
At this point, you should understand something has changed. The market is not meant to trade at that level in an up-trend. Frequently when these levels 'break', there is a strong counter move that is fierce. It's also brief. We can buy here and offset some of the losses in the mini bounce (but be very cautious).
2,129 area is where the danger of a bear move comes back in. It might rally a bit above here into 2,333.

This is where the second mistake many people will make will be. Not buying the lows, but then starting to buy into this rally thinking it's going to new highs.

Very Important: If price makes moves consistent with what I've described 2,220 - 2,300 are hedge areas.
If you take appropriate actions in these areas you can protect yourself from the chance of excessive loss if the market is to crash in 2020. You can also do this without taking on much risk. Granted if you hedge long portfolios there is some risk of losing a little, but your area of risk on these hedges is less than the area of risk on a long portfolio after this has happened.
When this has happened, historically it's always led to a crash in the coming months/year. We'll have done something the markets do not usually do. Big corrections may look similar, but when you deal with this all the time, you come to know there are specifics that should be noted. If the levels I've mentioned for a buy fill, the market is crashing. It's no longer a question of if.

5 - Hold Hedges Until 1,100

If we crash, the low will probably be only a bit below this level. Anything more than this in a fall would be truly horrific (I know many people think this is horrific, but from a technical point of view this is really to be expected, and not unusual. It only happens after long periods of time, so it's unexpected and uncommon. It not unusual in trend formation).

https://preview.redd.it/puc4slkk6xj31.png?width=662&format=png&auto=webp&s=69e219ba15beddd6bbc944898efa8bce74cd3c85
I am not a financial adviser, and can not tell you any trades you should be making to hedge portfolios or to take speculative positions. I've given these levels on the S&P500, and there are many things correlated to this you could use to protect portfolios. If this happens, I will be very much 'In the trenches'. I'll be trading in various markets every day and sharing some of my insights and trade plans, but I can't tell you specifically what to do.


I am only sharing this with you to let you know there are strategies people have used in the past to predict crashes, and I've used these strategies a lot and become good with them. They now predict a market crash starting in 2019, developing through 2020, and the things I've explained in this post would be the next steps if the prediction is accurate.
If the next steps happen, the strategy would then forecast the S&P500 to go from 2,200 - 2,400 sort of range to 1,000.
I am asking no one to take this seriously at the moment, but I would suggest if the market makes moves similar to what I've described - you then consider there may be a lot of merit to what it further forecasts. Things could look very different from how they do this weekend in a few weekends time.
submitted by whatthefx to wallstreetbets [link] [comments]

Common Trading Mistakes: How Trend Strategies Lose Edges in Corrections.

Common Trading Mistakes: How Trend Strategies Lose Edges in Corrections.
Losing consistently in a trend is frustrating. It tends to make people feel either stupid or conspired against. The market always goes up ... until you buy. What's with that?

If you find yourself getting the run around in trending moves, this post should help.

We'll start with having a look at the areas common styles of trend following can generate losing signals '/ stop losses. The two main types of trend trading are breakouts and retracements. Here we can see the areas they are likely to generate losing trades in a typical trend formation.

https://preview.redd.it/14c7t96ufbj31.png?width=637&format=png&auto=webp&s=ca52ae781d968c106609808963ff2202e0cfcce9
On the left, we have breakout loses. On the right we have retracement losses.
The trades on the right are not too much of a problem. If you had a sold trend trading strategy using breakouts and maintained it with good money management, you'd be doing well. Having some strings of small losses would not matter relative to the trend moves you catch. It's this red bit. This is where things get sketchy. Here a lot of false signals will be generated. In a larger picture for retracement traders, but also on short term false breakouts.

Strategies that would have been very profitable ran through the blue area can become breakeven or losing strategies in the red area. This is actually (in my view) likely the reason most trend based EAs that can be designed easily or bought have limited long term profitability even if they produce great short term results. To make money in a blue market, the EA needs you to tell it how to do two things. Not get stopped out, and sell. There may be bumpy bits, but it will make money so long as that market condition continues.

This is all well and good, but the reality of having to deal with risk control in adverse market conditions will inevitably come along. When this happens, not adapting your trend strategy to filter out the losing streaks that most strategies will generate seriously hampers your net profitability and can even turn a good strategy bad.

In the early week gap and brief breakout on USDJPY, I thought it was likely we were switching from a blue market to a red market. So I activated the trend followers of different variations on my Shorting Noobs strategy, and waited to see if they'd pick up the worst signals (giving me ideal entries).
https://www.reddit.com/Forex/comments/cvki79/shorting_noobs_fake_news_false_breakouts_and_the/

https://preview.redd.it/v34h1n0sgbj31.png?width=1017&format=png&auto=webp&s=ae7055bf385ee44465b3d2afb42246998bac1114

I explained what I thought the best trade pan for the sort of price action we'd see in the coming trading sessions would be.
https://preview.redd.it/x9qmvoqwgbj31.png?width=763&format=png&auto=webp&s=34a250cf147cda489629c824cd4addb93118701b
My theory here is if you put a bunch of okay strategies (and these are not horrible traders. They have rules, and follow them. Do overall okay) into the very worst conditions, they'll do the worst thing. Which saves me the effort of being here doing what I think is the best thing. To look for big drops, and then it have a little false breakout. Buy this and take profits into spikes.

Here that is a bit closer.

https://preview.redd.it/1vgi23ohibj31.png?width=805&format=png&auto=webp&s=cb13f88ed34431c1e23a0da04fcf3c00f849ee0a
Particularly where the red mark is, this has produce a perfect counter signal. Sharp drop, false breakout. Buy and take profit into spike up.

The interesting thing about this for me, is I do not find too much to be critical about with many of these positions if we are to look at the market from the perspective of a seller. Their stop losses seem to make sense from much of the stop loss rules commonly used (and ones working for them okay in other times of the strategy), but they're commonly being stopped out at the highs.

The main problem most strategies have is the recurrence of what can be increasingly strong looking sell signals. When using solid rules, this is a limited problem (can still be big), but without this and with there being emotional decisions made, this is a really hard time to trade. It's easy to lose all your money trying to follow the trend here, without really doing too much wrong other than starting to chase a loss or refuse to accept a loss. Then things happen so quickly, and that's it. Being a revenge seller selling into the bear engulfing bars right before the 50 pips 1 minute candles does not go well a few times in a row (tried and tested, would not recommend).

As I mentioned in the comments for the OP of this analysis, I stopped selling at 106.05. I stopped copying most of the strategies there because I didn't want them accumulating sells at a possible high. All through the consolidation period their have been sells accumulating and obviously the stops are above the highs, which is exactly the area I'd expect to spike out and reverse from in this pattern. It's what my manual trade plan inverts.
https://preview.redd.it/3488sp3hlbj31.png?width=692&format=png&auto=webp&s=3cbc46de4a1b121526421d27568fe0d7f30d86f8
So at this point these strategies that have been doing well over the blue period (which has been a longer time) have lost most of gains. If the trend continues from here in the main they will breakeven on this red section (would be okay). If there are spike outs of the highs they will generate a lot more losing signals. By the end of this, strategies that have been profitable for 3 months will have leaked back a substantial amount of that in only 4 - 5 days.

Learning to remove these correction weeks from their trading patterns would very much benefit most trend following systems.

Here's the overall results from betting against either trend following or trend reversal mistakes like this.
https://preview.redd.it/6f8v4vgumbj31.png?width=818&format=png&auto=webp&s=7bc8049fedf69a447597695a15e9ff1510d3a515
submitted by whatthefx to Forex [link] [comments]

Forecasting the End of Major Corrections, and Accumulating Trend Trading Positions.

Forecasting the End of Major Corrections, and Accumulating Trend Trading Positions.
A prerequisite post to this post can be read here; https://www.reddit.com/Forex/comments/clx0v9/profiting_in_trends_planning_for_the_impulsive/
It will also be beneficial to read this;
https://www.reddit.com/Forex/comments/clbxk2/shorting_noobs_common_trend_following_mistakes_im/

Before getting into the meat of things, you need to understand the 'elastic band' effect of large moves in the market. What this means is most of the time before a market starts to make a big move in the direction it is ultimately going, it will make a strong and usually fast counter move. You know this already in a way. You've been taught from early on (I assume) that pin bars (hammers etc) are indications the market is reversing. You're told the wicks are formed by price pushing into an area and being rejected from it.

In a trend formation, this is what the intra-week price action would tend to look like when there is the formation of reversal candles at the close of the weekly timeframe.


https://preview.redd.it/nv1nbk0c9th31.png?width=909&format=png&auto=webp&s=f87d94ee33f0d07cde211c05d9234a236a487309
Here we would have been in a down trend and then for a week or two seen bullish momentum. The blue swing is the "elastic band" move. Or what I like to call the "ping swing".

The formation I have drawn here is not arbitrary. A lot of specific things are going on in this chart. Here I've highlighted the relevant ones. When we've seen all of these, we know there is a good chance we have reached the end of a C leg correction (read up on basic Elliot wave theory if you do not understand this terminology).


https://preview.redd.it/8u9bg43nath31.png?width=1066&format=png&auto=webp&s=1ddb04a27b9a99ddbcaab5eef4e3ca7eea78e000

There can be variance in the 4 and 5 area. I am being polite, I should be honest. This area is often a bitch to trade in. Sometimes there are deep retracements and sometimes they are really shallow. Personally I've not been able to find ways to get strong ideas of how to forecast which is more likely. It tends to be an area I lose money and one I continue to work on trying to develop better ways of dealing with.

Here are examples of each type from trades I've taken recently.


https://preview.redd.it/6n0x4k43cth31.png?width=744&format=png&auto=webp&s=f03fdbff3176e1df36727f3606dbf6fc67912e53
This is explained in more context at https://www.reddit.com/Forex/comments/cks8q1/shorting_noobs_problems_proofs_and_fine_tuning/

This chart is messy because a lot of positions are being taken rather than a specific strategy being followed, but as I've explained in the 'Shorting Noobs' series of posts, I am mot interested in trading off the 61.8% fib.


https://preview.redd.it/97cb1x0wcth31.png?width=719&format=png&auto=webp&s=d49bbac385242184d9f9ba2708d1e9fe92efba42
Here is one with EURUSD that had very shallow sell-off then made the ping swing.

https://preview.redd.it/dbiujru0fth31.png?width=1025&format=png&auto=webp&s=277682a868af7cb2dc2b612243a8abfef54e9de0
You maybe thinking at this point, "But the range bit looks like it should be the 5". I know! I told you it's a bitch. As you can see here regardless of this I have still sold the best price. I am doing this by having a clear SR level I am forecasting in this sort of move. (Explained in more detail in the shorting noob series [2] [3] )
Note, it is still entirely possible that this can make another ping swing and slightly spike out this high. If it does, we have a great opportunity. At this point, we are wiser to look for the better RR trade with trend continuation by considering we are possibly in this part of the move and we have the next (usually stronger than previous) sell off coming.


https://preview.redd.it/15xd09pzfth31.png?width=730&format=png&auto=webp&s=c5e3a70fbc9411b36d74a7e32ebf5c1aabf1ad05

Which actually fits inside another cycle for a ping swing.

https://preview.redd.it/31craqbkgth31.png?width=1018&format=png&auto=webp&s=4d7cc139aa406673213c62009220a3182e7e9e55

Here is a real time forecast of a ping swing we can watch for and set pending orders (or define areas to watch for reversal patterns)

GBPUSD

https://preview.redd.it/uz93cn53ith31.png?width=1082&format=png&auto=webp&s=3b2d9a7fc12c961dafb7ee3cc7aa4c1aec29c927
(Ignore the buy trades on this, they are from a different type of strategy)

This is a lot of information, and to intrinsically understand this you'd have to go over a lot of trending charts and watch how they have developed. I have spent a hell of a lot of time on this. I will round up with leaving you just a few simple rules we can take from understanding this general pattern that recurs in trends. Some of them will help you win, others will help to prevent you losing.

1 - When it starts to chop, it's time to stop.

When a trend that has been in a free flowing form starts to get choppy, it's time to stop following the trend for the time being. You should be aware the next breakout(s) can be false ones, and the next shallow correction for a "Retest & continue" type trade is likely a trap.

2 - Big corrections rarely feature only one leg.

When you see a really big move against the trend it gets really tempting to rejoin the trend once it starts to form price action reversal candles. Any time you're entering without the market having previously faked and then spiked out early sellers at least a couple of times, you have a more risky trade.

3 - Forecast where early sellers will lose.

Quite simply, if you see a downtrend and then a spike up and what looks like the continuation of a downtrend you can assume there are sellers into what they think will be the new downtrend move. It's also quite likely these sellers have it very wrong on their stop area. It will be just above the previous highs and the consolation range. This is the very area we'd expect the ping swing to spike into and then make the proper trend move after whipsawing those who sold too early.
Where they are getting stopped out, you want to be entering. Not sure where this is? Look in Forex forums, they'll tell you.

4 - Velocity does not mean victory!

As price comes into the reversal area it will usually be carrying a lot of short term momentum and moving fast. Moving quickly into an area is not in any way an indication of a break of that area or a reversal. In fact, once you've identified where you think the ping swing will end, the more parabolic that move is into that area the better for the reversal trade. Plan ahead, do not be caught up in the moment. The moment will be deceptive.

5 - Have excellent exit plans on both sides of this sort of move.

If the move fails, the counter move running against you can be persistent. Stop losses should be around 78% of the swing. Small spike outs of the 61.8% level are to be expected. Breaks of the 76% level are not. Similarly, profits can come lightening quickly. Which can actually be a problem if you've not planned the areas you want to exit or how to trail your stops. So be well prepared to exit before you enter.


The things I have explained in this post have validity on all timeframes. I scalp with it, and I swing with it. It transfers readily to any market with trending properties. If you were to master this (especially at an intraday level - which is harder) , it would be highly likely you significantly beat what most people would think are "good returns" when the markets are trending.
It would be possible for someone who has sufficient skill in doing this to make themselves substantial profits even starting from a small amount of money and using moderate risk over the course of just trading 4 - 5 major trend moves on daily and weekly charts. This is quite an easy setup in my opinion (once it's been highlighted at least) and for as long as you can find trends to use it, it will outperform most strategies I see on public display.

(All bets are off in ranges. This will make a mockery of you if you try to do it in ranges)

Happy trend following :)
submitted by whatthefx to Forex [link] [comments]

Wait for the close... The Candlestick Saga

Since I started to dabble with the technical analysis I always wondered which moment I should jump on or off of a trade. Sometimes my feelings and strategies or even the profit desired would tell me to act during the candlestick formation and don't wait for it to close. I know it's OK if you are just doing it for learning purposes or doing trades with pennies. Well, the thing now is that I'm doing a trading bot or something like that and I need to know if I will calculate my strategies triggering during the trade formation with the data available at that moment or the system need to sit down and wait for the closing of the candle before I do any strategy calculation? I read many things on the web about waiting for the candle close and how it is important but with a system that can evaluate the positions in realtime does it really matters?
Some readings to enlight my helpers:
https://www.fxtradingrevolution.com/forex-blog/forex-tip-wait-for-the-close-of-the-candle-before-opening-a-trade
https://zenandtheartoftrading.com/forex-tips/wait-for-the-close/
Well I hope you can help me decide what to do.
submitted by gpagel to technicalanalysis [link] [comments]

Shorting Noobs - Fake News, False Breakouts and the Sneeze.

Shorting Noobs - Fake News, False Breakouts and the Sneeze.
Part [1] [2] [3] [4] [5] [6]
In preparation for the possibility of GBPUSD (et al) making some major spike out moves on large charts and potentially entering into sharp corrective moves, I've been honing in on another area of trend trading mistakes. Up to now, the main focus has been on the 50/61 trap [2] [3]. This has been largely effective. Some pretty wild swings, but it's ultimately swinging in the right direction. This is to be expected. Markets have made this sort of pattern for decades. I've no idea why people think it's not there or is going away any time soon. For the time being, betting on it has great odds.

I've said in previous posts the 61.8 trap formation is one of the areas where most of the money is made and lost in Forex. This is the other one. Between these two points, it would be my guess this is where most retail traders lose their money. It's where I've lost most of mine, I am sure of that. They are cunning traps, and these traps snap down hard. In the 50/61 trap section we've covered how to enter into the start of trend legs, and now we'll cover how to exit at the optimum profit level (and reverse).

We'll start looking at what I've explained previously while alluding to this mistake. This is the first selling mistake, indicated in the chart here with a 3 as we switch from black to blue.

https://preview.redd.it/l0hwb7k9eqi31.png?width=715&format=png&auto=webp&s=a49ea3bbf2cac1ecaca171baa16b5cac241b2111
Source: https://www.reddit.com/Forex/comments/clbxk2/shorting_noobs_common_trend_following_mistakes_im/

The mistake is explained as "breakout trading rushing in", and also as an area people are stopped out using H/L rules.
I've explain many times in many ways how news events can carry what essentially amounts to misinformation in terms of what you do in trading, and how these events are often found marking out the extremes in trend moves. I've mainly focused on entering in line with the trend to this point, but the same is true for the end of a trend/start of correction.

https://preview.redd.it/k3m9fkngfqi31.png?width=715&format=png&auto=webp&s=9f2b56e619445b0ce8e58352bfbca02e6428ae42
https://www.reddit.com/Forex/comments/clbxk2/shorting_noobs_common_trend_following_mistakes_im/

I've also explained how I design my trade plans ignoring any news there may be in the sense that I do not do analysis on it (or try to guess it). While doing this I've explained that I do think it's very possible news events will feature during the moves. They usually do. I do not need to know about them. All I need to do is make a trade plan that understands it might have volatile moves in it, and how a person would give themselves the best chance to profit from that.

https://preview.redd.it/0dboiov1gqi31.png?width=709&format=png&auto=webp&s=61b89626b18a18452b27ef2756631bd58d6ca445

This news stuff is very important. You need to understand that when I think about news events, I think of them in terms of the sort of price moves they create ... because nothing else matters!
I know in some parts of the cycles price moves fast. Sometimes it moves in ways that abnormal, seeming. I also know that when there are news events, these are the things that happen. So when we are trading in areas where I know price can move aggressively, I also know there may be news triggers for this. Here are the areas I'd expect news triggers. Red circles are sell news and green buy news.

https://preview.redd.it/sj07v00khqi31.png?width=736&format=png&auto=webp&s=6f71af323d151cfc6fe6b83f2c19465b3c8c907c
Of course, the way the market actually moves does not have to make any sense at all relative to the news. Let's face it, it rarely does. Not without some mental gymnastics anyway. This is why I'm not paying attention to that. There are points at which I actually expect the news move to make no sense at all. One of these is in the rally to retest the high, notice the circle for the news event is before the spike up.
So when I make winning trades that take profit in some news event, it's entirely correct to say I did not know that was going to happen. However, it's entirely incorrect to assume I did not calculate there being "some event". It is wrong to think yourself mere cannon fodder to these sorts of events, you can do better (Test! I'd like you to come to understand this, and it must be learned, there's only so much I can teach).

Now, I had been setting this up to trade the possible swing from GBPUSD making a spike out low, and this would have been some time from now (at least days, I'd expect) but we've got a chance to test out this feature early using social indicators. Social indicators are a thing. They are really useful for spotting these.

https://preview.redd.it/b458e36bkqi31.png?width=751&format=png&auto=webp&s=49d8e44741989d6c8ee7121733f0d2dd7b2e31ab
Main sorts of indicators. "What just happened?", "HUGE breakout on XXXXXX", "Game changing news .... XXXXXX breaks the highs ... to the moon". Any of this stuff, when you see it and go look on a chart for counter signals of whatever it is that is implying. Look and see if we've had the conditions that predict this kind of breakout - then fade the public chatter.
Look out for flash in the pan news events. Do not follow these, they are nonsense. I promise you, when there's someone who tells you otherwise talking about what they think happened, I am executing on my positions. When they first found out something was happening, I may well have been hitting my take profits.

These "market movers" tend to be over and done with in an hour. Unless you followed them ... then you're stuck in a shitty trade for as long as that takes.

Bringing us to our social trigger. Someone posts a Trump tweet. Apparently these are important. I've not noticed. I am in trading positions most of the time he tweets, usually a few days later I find out that was "why it happened". The thought of using this for real time indicators to follow is madness to me, now. There's a time I'd have thought that perfectly logical. When you do the charting hours, it does not make sense. So should be ignored.


https://preview.redd.it/fy503xs3kqi31.png?width=506&format=png&auto=webp&s=6c4ffa3db2d85fd672e4665185636202e3de7dfe

Maybe not entirely ignored. When I seen this, I went and checked for counter trading signals on USDJPY. Seen one instantly (social indicators are fucking accurate, I'm being serious).
This was the position I took. I also suggested the poster stopped following this bullshit.

https://preview.redd.it/kjzszt9ylqi31.png?width=689&format=png&auto=webp&s=5cda228fd244b558cfe3efaecb171bb7cbfaa8bf
Source: https://www.reddit.com/Forex/comments/cvdjzv/will_the_usdjpy_breakout/ey3xr6y/?context=3

I explained the mistake.
https://preview.redd.it/qbl9mbdamqi31.png?width=567&format=png&auto=webp&s=e346d013d4c4919ae709f6be22d476917194fcb7
Source: https://www.reddit.com/Forex/comments/cvdjzv/will_the_usdjpy_breakout/ey43knb/?context=3

Here is what that looks like on a chart. Blue circle is where the breakout alert comes, green circle is where I bought.

https://preview.redd.it/uc33jx6roqi31.png?width=810&format=png&auto=webp&s=7df939a336ef903f67628fc9a410cf452c84a356
We can see this is probably not something we want to be basing our trading decision on. Quite evidently.
After taking my position, I took some time to explain the situation to someone who commented saying they'd bailed out on a sell after reading through my posts (good things happen when you read my posts with an open mind). Price spiked 100 pips from the price they escaped on.

https://preview.redd.it/9gwu2mfdpqi31.png?width=738&format=png&auto=webp&s=23e5a1a7fdd0d076e38f1d6318845848041cf1f0

https://preview.redd.it/99vbci1gpqi31.png?width=688&format=png&auto=webp&s=2bba455a946f836fe94e4f82b08f2481e4edcb02

So our strategy to trade from here is simple. We buy into the sharp drops on USDJPY. We watch for short term drops and mini false breakouts - then we buy for the "swish" up move. The same strategy I said could be used on GBPUSD early last week, you know ... before the news made it happen.

We do have to be cautious, price can re-test the lows (and it can do it in one big fast candle). It can even make a further breakout (which could be stronger). For as long as USDJPY trades above the lows it's made in the start of the week, though we should see all drops in price as opportunities to buy with great risk:reward.
With this in mind, I've activated my trend traders on USDJPY, they should start to sell the false sell offs for me, and be putting me in nicely near the end of the bear traps. We might be on the way to seller mistake #2. Where the break/retest trade fails, and if we this should be very profitable betting against those who get slaughtered in the quick correction.

Update:
This has done really well, as would be expected. This really is a deadly part of the market for trend followers.

https://preview.redd.it/yi8qqdjq7ri31.png?width=817&format=png&auto=webp&s=eeb5ade882dfc3a7ff1d17bfbd432f994be7065d
submitted by whatthefx to Forex [link] [comments]

2020 Foresight: What to do to Protect and Profit in Bear Market.

Not many people like to talk about bear markets, especially not when the more emotive terms such as "Stock market crash" are used. It's often looked upon as fear mongering, and sensationalism. Preparation is practical, though.

This post is not intended to be fear mongering. In fact I want to discuss ways we can look at the market and plan for different scenarios that can mean we have no reason to be afraid.
Even if the S&P500 was to trade at 1,000 (big drop from current price (Today is the 31st August 2019, price is 2,946), we can plan and act in such ways this is a non harmful event for us. Particularly those who have net worth's to protect that has heavy stocks exposure.
This is not going to be one of these, "It's the top RIGHT NOW ... everyone panic!" sort of posts. Regardless of my views on this, I know this is a message that would not be well received. You do not know me, and too often people have cried wolf on this and been laughably incorrect. Instead what I will do is describe price moves in the indices that most people will have every reason to believe at this point can't happen.
Hopefully, they do not happen. I am not gleefully fangirling for a market crash. I just think there is prudence in preparation. These events will not happen in the hours after I post this, so I'd ask you kindly suspend prejudices. There is nothing to be gained by bickering over opinions of whether this will happen or not. I just want to give my perspective on how a person should protect themselves after it happens, if it does.
I'll cover some of the things I'd forecast will be points people will want to raise or questions likely to be asked. If you'd like to skip to the forecast and subsequent trade plan you can scroll down to the line break (unless you're going to make a common comment, then please read the following section first).

Why Do I think My Opinion Matters?

Many of you may be smarter than I in many ways, but few of you will have spent as much time assessing charting patterns as I have. Indeed, many people will scoff at the very idea of "lines on a chart" being worth anything. I'm not here to have this debate, I fully agree your view point is rational and logical. If I'd not spent years watching price charts every day, I'd think the same.
I focus mostly on Forex markets. I know these well. There are many ways currencies look like they may move that are ways they should not move unless there is big problems in stocks. These are nagging warnings. The attitude to risk in the Forex markets is negative, and stock markets show dangerous patterns. I watch these topping sorts of patterns every day. I see them in intra-day crashes, intra-week crashes and intra-month crashes.
Most major moves fit into these patterns, and when the same patterns are applied to previous stock markets in the months before they crashed, the way the patterns form and then complete (in a crash) is the same. From my perspective, these are just intra-decade crashes. There is little technical difference on the charts - although it's very different in the real world it affects.
This is why I am doing this in a "IF we see this ... then this is likely". I know at this point in the pattern, my methods predict something that will be highly unusual. If that thing happens, if we do not crash after that, we'd be breaking the trend of all market crashes in history (this is not likely, it does not seem the smart way to bet your net worth).

Technical Analysis is Tea Leaves!


You're welcome to your opinion on this, and I do understand your point of view. I will not post examples to try and prove my perspective on it, since it will always be called "curve-fitting". All I will say is nothing I have done in my years of trading has involved me persuading others what I do works. I do not sell training or anything of the like. I've spent many years using the things I've learned to bet my own money, and I've done well.
I will not debate on this subject, because it's always a deadlock. You can not convince me I've not seen what I've seen, and I can not show you what I've seen, and do not expect you to believe it without proof.

Stop Fear Mongering!


I really would like to re-iterate, I do not want you to be afraid. I am going to describe something that might happen that will be scary if it does happen. If it does not, there is no problem. I do not wish you to be fearful before, during or after.

This is like "Stop, Drop and Roll". None of us ever expect to be ablaze. If we are, this is good information. It will be better than running about waving arms and feeding the flames to engulf us. All I want to do here is to give you the "stop, drop and roll" of a market crash. To prevent you panicking and making bad decisions at bad areas. To allow you instead to go, "Fuck! Okay ... well that's not good. Now I have to ..." if scary things do happen.

No One Can Time the Market!

People have predicted and traded every stock market crash in history. The fact that many people try this and get it wrong does not take away from the fact people get this right, then place the right trades and make millions. Not many people make understanding the ways a market moves their life's work. If you do, you get a good feel for it's mood at any given time.

[Fundamental Analysis ] Says That Won't Happen!

I am not here to debate analysis viewpoints. Doing so has little use, it's better to forecast, assess and then take the best actions. I'll confess I am too ignorant on many of these topic to engage in debate. I wake up every day 5 days a week and decide where to bet my money. In doing this, I've found charts forecast and news reports. I can find no way of making money by being told what happened already, so I use the charts.
What I will say is for the warning move I will discuss to happen, something news related will have to change. Some catalyst event will have to happen. In 2008, it was Lehman. Make no mistake, the warnings were on the chart long before the bankruptcy was in the news.

Time in the Markets is Better than Timing the Markets


I am perfectly fine with this perspective, and not here to argue against it. If the market could drop 50% or more and you'd not be concerned because you think it will be back up in 10 years, this is none of my business.
I'm a day trader, so for me personally timing the markets is everything. Spending a lot of time in the market day trading often means you've made a mistake. I'm looking for ways to get foresight into what market moves may develop and understanding of what times and conditions I can enter into these moves to profit from the.
I want to stress I am not necessarily advocating the average person tries to time the markets. In the same way an electrician would not suggest you re-wire your own home. You also could not say to the electrician it's better to leave the lights off than risk getting a shock. Different preparations and skills sets give different possibilities. I spent a lot of years and lost money through a lot of them starting out learning how to do this.
The things I will explain here will not allow a person to consistently time the market. If I may be excused a cheesy pun, this "crash course" will be dealing with only single event, and one single set of scenarios. What I want to put forward for you in this is price moves to watch for and then (really quite specific) levels of price that are likely to offer us the best prices to protect long stock portfolios, or take speculative short trades. Very thin area of assessment.


Forecast and Plan.

What if the S&P500 Went to 2,200 ... Quickly?


It's the weekend, and the last day of August in 2019. The S&P500 has closed 2922 after rallying through the week after some sharp drops from all time highs. We may see record highs again if this keeps up ... but what if next week it opens and starts to fall? Or maybe rallies higher but can not make a new high and starts to fall.
What if it falls faster than it did in the last drop, and what if this time it does not stop? What if it gets to the lows of 2790, and goes from there quickly to 2700. These big levels act as resistance and the market can not trade higher than them. Instead it hits them, reverses and goes down more.

I think people would be nervous, but there'd be still the feeling of this being a normal, albeit tough, corrective move. There's weekly lows of 2,333. Above here the market is still technically up-trending. What if we got there, and the market went through it like it was nothing? What if the coming weeks or months we seen candles bigger than any we've seen recently? What if we were hearing news reports of record falls, rather than record highs?
What if over the development of only weeks and some horrific trading days we went from today's 2922 to break under the 2015 lows of 1,886?
I think people would be afraid!
Nothing I am saying is for the purposes of fear mongering, but I think this is possible. I'd like to say I think it's "highly unlikely", but I am thinking a lot about how to structure real bets on it and I like my odds. If this happens, it's likely the market will go lower still. What you do during the following weeks and months may have a huge affect on your financial health by the start of 2021.

How Does This Scenario Look on a S&P500 Chart?





That looks like it's not going to happen, right? I think that this looks like it's not going to happen. We learn through our life experience, and my life experience has taught me when I ignore what I think about things like this and build well structured trade plans that would assume it will happen, money comes. For me, this makes sense to bet on at the moment, as unlikely as it looks. That's getting a bit into "Calling the high", though. \Which this is not about.
Edit: Hmm, it sounds like it's not going to happen. I can not post pictures here apparently.

This is about what do you do if this happens? What if there is a day when they say on the news that the market just made it's lowest point in the last five years ... and economists and experts say it can go down more!

1 - Filter and assess your sources.
Before you act or even think about the information these sources have (pertaining to what trades to make or expect), check what they were saying now. If they're not saying this could happen - don't worry too much about what they say happens next. They have as much chance of being wrong.

2 - Do not panic.
This is a time to remain calm. Bad things have happened, and there will have been multiple days the market has dropped precipitously. Different economic factors explaining these moves may be threatening to get worse and the market may take more dangerous swings spiking under recent lows. This is the point at which most people will panic and make bad choices with their portfolio.

3 - Buy Around 1,800
This obviously sounds like something anyone would do right now, with price at 2,922; but with the conditions that'd have to be occurring for this of move to happen will make this highly counter intuitive at the time.

4 - Understand Something Changed, New Highs are Not Coming
From peak pessimism around 1,800 I expect the market to start to rally. Rallying strong. Making markets great again.
At this point, you should understand something has changed. The market is not meant to trade at that level in an up-trend. Frequently when these levels 'break', there is a strong counter move that is fierce. It's also brief. We can buy here and offset some of the losses in the mini bounce (but be very cautious).
2,129 area is where the danger of a bear move comes back in. It might rally a bit above here into 2,333.

This is where the second mistake many people will make will be. Not buying the lows, but then starting to buy into this rally thinking it's going to new highs.

Very Important: If price makes moves consistent with what I've described 2,220 - 2,300 are hedge areas.
If you take appropriate actions in these areas you can protect yourself from the chance of excessive loss if the market is to crash in 2020. You can also do this without taking on much risk. Granted if you hedge long portfolios there is some risk of losing a little, but your area of risk on these hedges is less than the area of risk on a long portfolio after this has happened.
When this has happened, historically it's always led to a crash in the coming months/year. We'll have done something the markets do not usually do. Big corrections may look similar, but when you deal with this all the time, you come to know there are specifics that should be noted. If the levels I've mentioned for a buy fill, the market is crashing. It's no longer a question of if.

5 - Hold Hedges Until 1,100

If we crash, the low will probably be only a bit below this level. Anything more than this in a fall would be truly horrific (I know many people think this is horrific, but from a technical point of view this is really to be expected, and not unusual. It only happens after long periods of time, so it's unexpected and uncommon. It not unusual in trend formation).
I am not a financial adviser, and can not tell you any trades you should be making to hedge portfolios or to take speculative positions. I've given these levels on the S&P500, and there are many things correlated to this you could use to protect portfolios. If this happens, I will be very much 'In the trenches'. I'll be trading in various markets every day and sharing some of my insights and trade plans, but I can't tell you specifically what to do.

I am only sharing this with you to let you know there are strategies people have used in the past to predict crashes, and I've used these strategies a lot and become good with them. They now predict a market crash starting in 2019, developing through 2020, and the things I've explained in this post would be the next steps if the prediction is accurate.
If the next steps happen, the strategy would then forecast the S&P500 to go from 2,200 - 2,400 sort of range to 1,000.
I am asking no one to take this seriously at the moment, but I would suggest if the market makes moves similar to what I've described - you then consider there may be a lot of merit to what it further forecasts.
submitted by whatthefx to investing [link] [comments]

2020 Foresight: What to do to Protect and Profit in Bear Market.

2020 Foresight: What to do to Protect and Profit in Bear Market.
Not many people like to talk about bear markets, especially not when the more emotive terms such as "Stock market crash" are used. It's often looked upon as fear mongering, and sensationalism. Preparation is practical, though.

This post is not intended to be fear mongering. In fact I want to discuss ways we can look at the market and plan for different scenarios that can mean we have no reason to be afraid.
Even if the S&P500 was to trade at 1,000 (big drop from current price (Today is the 31st August 2019, price is 2,946), we can plan and act in such ways this is a non harmful event for us. Particularly those who have net worth's to protect that has heavy stocks exposure.
This is not going to be one of these, "It's the top RIGHT NOW ... everyone panic!" sort of posts. Regardless of my views on this, I know this is a message that would not be well received. You do not know me, and too often people have cried wolf on this and been laughably incorrect. Instead what I will do is describe price moves in the indices that most people will have every reason to believe at this point can't happen.
Hopefully, they do not happen. I am not gleefully fangirling for a market crash. I just think there is prudence in preparation. These events will not happen in the hours after I post this, so I'd ask you kindly suspend prejudices. There is nothing to be gained by bickering over opinions of whether this will happen or not. I just want to give my perspective on how a person should protect themselves after it happens, if it does.
I'll cover some of the things I'd forecast will be points people will want to raise or questions likely to be asked. If you'd like to skip to the forecast and subsequent trade plan you can scroll down to the line break (unless you're going to make a common comment, then please read the following section first).

Why Do I think My Opinion Matters?

Many of you may be smarter than I in many ways, but few of you will have spent as much time assessing charting patterns as I have. Indeed, many people will scoff at the very idea of "lines on a chart" being worth anything. I'm not here to have this debate, I fully agree your view point is rational and logical. If I'd not spent years watching price charts every day, I'd think the same.
I focus mostly on Forex markets. I know these well. There are many ways currencies look like they may move that are ways they should not move unless there is big problems in stocks. These are nagging warnings. The attitude to risk in the Forex markets is negative, and stock markets show dangerous patterns. I watch these topping sorts of patterns every day. I see them in intra-day crashes, intra-week crashes and intra-month crashes.
Most major moves fit into these patterns, and when the same patterns are applied to previous stock markets in the months before they crashed, the way the patterns form and then complete (in a crash) is the same. From my perspective, these are just intra-decade crashes. There is little technical difference on the charts - although it's very different in the real world it affects.
This is why I am doing this in a "IF we see this ... then this is likely". I know at this point in the pattern, my methods predict something that will be highly unusual. If that thing happens, if we do not crash after that, we'd be breaking the trend of all market crashes in history (this is not likely, it does not seem the smart way to bet your net worth).

Technical Analysis is Tea Leaves!


You're welcome to your opinion on this, and I do understand your point of view. I will not post examples to try and prove my perspective on it, since it will always be called "curve-fitting". All I will say is nothing I have done in my years of trading has involved me persuading others what I do works. I do not sell training or anything of the like. I've spent many years using the things I've learned to bet my own money, and I've done well.
I will not debate on this subject, because it's always a deadlock. You can not convince me I've not seen what I've seen, and I can not show you what I've seen, and do not expect you to believe it without proof.

Stop Fear Mongering!


I really would like to re-iterate, I do not want you to be afraid. I am going to describe something that might happen that will be scary if it does happen. If it does not, there is no problem. I do not wish you to be fearful before, during or after.

This is like "Stop, Drop and Roll". None of us ever expect to be ablaze. If we are, this is good information. It will be better than running about waving arms and feeding the flames to engulf us. All I want to do here is to give you the "stop, drop and roll" of a market crash. To prevent you panicking and making bad decisions at bad areas. To allow you instead to go, "Fuck! Okay ... well that's not good. Now I have to ..." if scary things do happen.

No One Can Time the Market!

People have predicted and traded every stock market crash in history. The fact that many people try this and get it wrong does not take away from the fact people get this right, then place the right trades and make millions. Not many people make understanding the ways a market moves their life's work. If you do, you get a good feel for it's mood at any given time.

[Fundamental Analysis ] Says That Won't Happen!

I am not here to debate analysis viewpoints. Doing so has little use, it's better to forecast, assess and then take the best actions. I'll confess I am too ignorant on many of these topic to engage in debate. I wake up every day 5 days a week and decide where to bet my money. In doing this, I've found charts forecast and news reports. I can find no way of making money by being told what happened already, so I use the charts.
What I will say is for the warning move I will discuss to happen, something news related will have to change. Some catalyst event will have to happen. In 2008, it was Lehman. Make no mistake, the warnings were on the chart long before the bankruptcy was in the news.

Time in the Markets is Better than Timing the Markets


I am perfectly fine with this perspective, and not here to argue against it. If the market could drop 50% or more and you'd not be concerned because you think it will be back up in 10 years, this is none of my business.
I'm a day trader, so for me personally timing the markets is everything. Spending a lot of time in the market day trading often means you've made a mistake. I'm looking for ways to get foresight into what market moves may develop and understanding of what times and conditions I can enter into these moves to profit from the.
I want to stress I am not necessarily advocating the average person tries to time the markets. In the same way an electrician would not suggest you re-wire your own home. You also could not say to the electrician it's better to leave the lights off than risk getting a shock. Different preparations and skills sets give different possibilities. I spent a lot of years and lost money through a lot of them starting out learning how to do this.
The things I will explain here will not allow a person to consistently time the market. If I may be excused a cheesy pun, this "crash course" will be dealing with only single event, and one single set of scenarios. What I want to put forward for you in this is price moves to watch for and then (really quite specific) levels of price that are likely to offer us the best prices to protect long stock portfolios, or take speculative short trades. Very thin area of assessment.


Forecast and Plan.

What if the S&P500 Went to 2,200 ... Quickly?


It's the weekend, and the last day of August in 2019. The S&P500 has closed 2922 after rallying through the week after some sharp drops from all time highs. We may see record highs again if this keeps up ... but what if next week it opens and starts to fall? Or maybe rallies higher but can not make a new high and starts to fall.
What if it falls faster than it did in the last drop, and what if this time it does not stop? What if it gets to the lows of 2790, and goes from there quickly to 2700. These big levels act as resistance and the market can not trade higher than them. Instead it hits them, reverses and goes down more.

I think people would be nervous, but there'd be still the feeling of this being a normal, albeit tough, corrective move. There's weekly lows of 2,333. Above here the market is still technically up-trending. What if we got there, and the market went through it like it was nothing? What if the coming weeks or months we seen candles bigger than any we've seen recently? What if we were hearing news reports of record falls, rather than record highs?
What if over the development of only weeks and some horrific trading days we went from today's 2922 to break under the 2015 lows of 1,886?
I think people would be afraid!
Nothing I am saying is for the purposes of fear mongering, but I think this is possible. I'd like to say I think it's "highly unlikely", but I am thinking a lot about how to structure real bets on it and I like my odds. If this happens, it's likely the market will go lower still. What you do during the following weeks and months may have a huge affect on your financial health by the start of 2021.

How Does This Scenario Look on a S&P500 Chart?



https://preview.redd.it/olpwljpcxuj31.png?width=895&format=png&auto=webp&s=d9fa619352baeaa81e8d0d99b1b131231f7d4e46

That looks like it's not going to happen, right? I think that this looks like it's not going to happen. We learn through our life experience, and my life experience has taught me when I ignore what I think about things like this and build well structured trade plans that would assume it will happen, money comes. For me, this makes sense to bet on at the moment, as unlikely as it looks. That's getting a bit into "Calling the high", though. \Which this is not about.

This is about what do you do if this happens? What if there is a day when they say on the news that the market just made it's lowest point in the last five years ... and economists and experts say it can go down more!

1 - Filter and assess your sources.
Before you act or even think about the information these sources have (pertaining to what trades to make or expect), check what they were saying now. If they're not saying this could happen - don't worry too much about what they say happens next. They have as much chance of being wrong.

2 - Do not panic.
This is a time to remain calm. Bad things have happened, and there will have been multiple days the market has dropped precipitously. Different economic factors explaining these moves may be threatening to get worse and the market may take more dangerous swings spiking under recent lows. This is the point at which most people will panic and make bad choices with their portfolio.

3 - Buy Around 1,800
This obviously sounds like something anyone would do right now, with price at 2,922; but with the conditions that'd have to be occurring for this of move to happen will make this highly counter intuitive at the time.

4 - Understand Something Changed, New Highs are Not Coming
From peak pessimism around 1,800 I expect the market to start to rally. Rallying strong. Making markets great again.
At this point, you should understand something has changed. The market is not meant to trade at that level in an up-trend. Frequently when these levels 'break', there is a strong counter move that is fierce. It's also brief. We can buy here and offset some of the losses in the mini bounce (but be very cautious).
2,129 area is where the danger of a bear move comes back in. It might rally a bit above here into 2,333.

This is where the second mistake many people will make will be. Not buying the lows, but then starting to buy into this rally thinking it's going to new highs.

Very Important: If price makes moves consistent with what I've described 2,220 - 2,300 are hedge areas.
If you take appropriate actions in these areas you can protect yourself from the chance of excessive loss if the market is to crash in 2020. You can also do this without taking on much risk. Granted if you hedge long portfolios there is some risk of losing a little, but your area of risk on these hedges is less than the area of risk on a long portfolio after this has happened.
When this has happened, historically it's always led to a crash in the coming months/year. We'll have done something the markets do not usually do. Big corrections may look similar, but when you deal with this all the time, you come to know there are specifics that should be noted. If the levels I've mentioned for a buy fill, the market is crashing. It's no longer a question of if.

5 - Hold Hedges Until 1,100

If we crash, the low will probably be only a bit below this level. Anything more than this in a fall would be truly horrific (I know many people think this is horrific, but from a technical point of view this is really to be expected, and not unusual. It only happens after long periods of time, so it's unexpected and uncommon. It not unusual in trend formation).
I am not a financial adviser, and can not tell you any trades you should be making to hedge portfolios or to take speculative positions. I've given these levels on the S&P500, and there are many things correlated to this you could use to protect portfolios. If this happens, I will be very much 'In the trenches'. I'll be trading in various markets every day and sharing some of my insights and trade plans, but I can't tell you specifically what to do.

https://preview.redd.it/4rjtgvjpxuj31.png?width=888&format=png&auto=webp&s=36ca33f1a0d73b98528a5d5b7886aa5e0d94d601

I am only sharing this with you to let you know there are strategies people have used in the past to predict crashes, and I've used these strategies a lot and become good with them. They now predict a market crash starting in 2019, developing through 2020, and the things I've explained in this post would be the next steps if the prediction is accurate.
If the next steps happen, the strategy would then forecast the S&P500 to go from 2,200 - 2,400 sort of range to 1,000.
I am asking no one to take this seriously at the moment, but I would suggest if the market makes moves similar to what I've described - you then consider there may be a lot of merit to what it further forecasts.
submitted by whatthefx to u/whatthefx [link] [comments]

GBPUSD and the Bear Trap Candles Around the 61.8% Fib

GBPUSD and the Bear Trap Candles Around the 61.8% Fib
GBPUSD is now trading up near the 61.8% fib. Really close. It' formed some strong seeming sell off candles. At this point if you're watching this level it's easy to think "Hmm, might just jump in". Don't! Well, do if you want. I'm not here to tell you what to do ... but woe be you.
Sometimes it can work out, but more often you end up getting stopped out or having to have a wide stop being the trade less attractive. For me, entering thinking it "just missed" is a tried and tested way to lose money over time, even if it occasionally makes money today (which is no good, we need both and have to act all days in line with the overall end).

But this looks awesome. This is everything we'd want in the general formation of the pattern. These double top like patterns in the 1.2290 area. From this sort of area price is hard to trade (better not to). It can dance one way and the other and make deceptive moves. Here is where we plan. Pending orders can be set at and slightly above the 61.8% level for swing trades (targeting lows).

Alternatively for day trading we can look for candle patterns to confirm entry. We have to be careful with pending orders on the first touch on day trading, the wicks will be a menace. They are hard to judge. Better to wait for closes and retests.

Excuse the crudeness of this (time), but this is a mock up example.

https://preview.redd.it/nv5rcmipx0j31.png?width=469&format=png&auto=webp&s=144849f7f93b9fb72f75586e667cdddc8eaa7ea3
The line is the 61.8. The spike is "fibs not working". We let it settle after that. We pay attention to candle closes. Closes matter. We look for them not breaking, only wicks. Then we get into the first retrace. We can use tight stops because we either have the high already or the trade plan is wrong. No if, buts or maybes. Makes decisions very easy.

Some scenarios we may see in near future;
61.8 touch and sell off
Sell off from this 61.8 near miss around 1.2291 (I favour this scenario)
Stall and spike into entry area.

Of these scenarios, 1 and 2 best fit with initial forecast for GBPUSD. I slightly lean towards two just because this looks a lot like a situation buyers can get squeezed and waiting sellers (like us) spoofed into their trades early.
https://www.reddit.com/Forex/comments/cv1hf4/preparing_for_the_impulse_gbpusd_traps_to_expect/

I am going to take a small low risk position 1.2273. Stop 1.2293 and target 1.2222. Since this can be a sneaky area, I use smaller trades. If we see this move, we look for the spike out to begin from our target area on the sell (small amount after)
submitted by whatthefx to u/whatthefx [link] [comments]

When you finally figure out how to trade Forex...

Hi, so I am writing this not to tell you a magic strategy or specific way to win in the market, but I do want to state making money on forex doesn't come down to just simply a few indicators and resistance...

I Started trading in the US Stock market for about 4-5 Months and I lost around 1500 dollars trading which was what I was willing to lose financially. I then took a break for about a week, but my slight addiction and determination brought me back to the market, but I knew the US Stock market wasn't for me so I switched to Forex.
My journey in Forex went a lot better than before and I ended up making around 600 dollars within my first few weeks, but I was then met with the few mistakes of not looking at larger time frames for patterns and also refusing to take a loss which took about 1000 dollars away from me once again.
At this point and time, I was frustrated and was on the edge of giving up so I took a week-long break once again. I then started trading with 300 dollars so I didn't lose too much money but I could also make trading worthwhile if I did win. Once again I lost 100 dollars.
Around this point, I began to develop some skills of patience and I made around 75 dollars which was great when compared to my account size and position sizes. I was finally consistent for more than 2 weeks, and I thought I was ready to start making some real money. I went ahead and deposited 4000 dollars and started trading larger position sizes.
I immediately lost 1200 dollars within a week with two bad trades that I let run way too long.

This is when everything changed...

I began to notice something unusually similar in Forex, it moves in a specific direction and almost always begins to form some kind of pattern. Short term patterns on a 30 min chart are based and leading up to the 4 hour and daily chart patterns. Despite having a bull flag on the 30-minute time frame, the 4-hour chart was showing a bear flag formation.
My point being is depending on your style, I would highly recommend trading based on the higher time frames, It makes it a lot easier to find your perfect exact entry points. You can even day trade the patterns leading up to the bigger move if you want to catch some smaller profits throughout the day which is what I do before the big move.
I know this is long, but here is what I learned ... The charts never lie, and every move happens for a reason. Trust the trend and patterns and use technical analysis and also the news to determine if the market will continue a move or if the move will go in the opposite direction of a breakout.
Use indicators to prove that you're on the right side of the market & Please be Patient!! If you are right on the movement of the stock, It will move to your exact entry point, If it doesn't then you know you are wrong and you need to re-analyze the charts. Don't let your emotions get the best of you!
If you get an entry point and it moves against you showing it is not following your pattern, then get out and take the loss because you were wrong. Don't be afraid to take a loss it will help you make more money in the long run.

Anyways this is my story. I am happy to say I have made my 4000 dollar account back to where I started... 4000$. Which were 1200 dollars in 2 weeks. Have I made more money yet, no I haven't, but I have full faith in myself now and I am for sure positive I will be making the money I have been working my ass off for 8 months.
A few other tips:
1.) Don't focus on the money, focus on the exit point.
2.) Play it safe by putting your fill price at a guaranteed price level.
3.) USE CHANNELS!! I can not repeat how using channels is so useful. It enables you to find entry and exit points.
4.) Begin to understand price action and candle patterns to confirm your trade or tell you something is going wrong.
5.) Keep practicing, and know you are going to fail when starting out.
6.) Size your positions accordingly, maybe use larger sizes on the big move, but use smaller sizes on the moves leading up to it.
7.) Keep practicing!!

I would also like to note, I don't care if you believe me or not, but I know what I am doing is working and if you want to use anything I have learned to benefit you please do, if not fine with me.

Keep Trading!
submitted by levithieme23 to Daytrading [link] [comments]

How Do Forex Indicators Work?

If you’re asking the question, how do forex indicators work, I’m going to make a couple of assumptions about you.
Was I right?
Sorry to burst your bubble, but an indicator is nothing more than a different way of looking at the same information.
As forex traders we have very little information available to us. All we know unequivocally is:
That’s it.
As an example, your candle sticks give a visual representation of how price moved in the past, with the hope you can use this information to predict what’s going to happen in the future.
Every forex indicator will simply show you different visual representation of this same information.
RSI, MACD, CCI, Stochastics & Bollinger Bands are all built using these 2 variables.
No indicator contains a secret sauce capable of telling you when to enter and exit the market at the perfect time.
When you look at these forex indicators you’re seeing the same information, just in a different format.
I’m possibly being a bit dismissive, partially because I don’t use indicators. I do know plenty of profitable traders that do because it helps them understand the previous market movements better than a naked chart. If that’s you, then by all means continue.
But… If like I suspected, you’re wanting to use an indicator to simplify the market and tell you when to enter and exit, you’re on the wrong track.
If you want to succeed with your trading you’ll need to learn the fundamentals of why the forex market moves. But In case you are interested to learn more about forex indicators then visit : https://www.forexracer.com/forex-indicators/
submitted by Boomah422 to forexracerinfo [link] [comments]

My EUR/USD Thesis

Hey everyone, long time lurker here. I'm a Finance/MIS student with experience in equity/crypto markets, and now looking to be profitable in forex and to contribute to this community.
I have put together an argument for why the EUUSD will be headed lower for the rest of the year and perhaps into 2019. There are both technical and fundamental aspects that will be presented, with an imgur album attached with a 4H, 1D, and 1W chart. The daily chart is attached with the post. Let's get started!
Technicals:
  1. From a 40,000 ft. perspective, the weekly chart presents a price channel going back to 2008 that the pair has traded in. In early 2018, the uptrend of 2017 halted and then reversed from the upper bound of the channel, while at the same time breaking downwards out of a symmetrical triangle formation - a clear reversal formation.
  2. On the daily chart, we have the 50 day SMA crossing the 200 day SMA on June 6, the first time this has happened since the beginning of an uptrend in May 2017.
  3. There is a potential descending triangle forming, which is labeled on the daily chart. There have been two overhead rejections, and two bounces from the supply zone. On the first bounce labeled "1", there was a bullish engulfing candle that failed to generate a significant rally - then on "2", there was not nearly as much buying pressure present off the bounce, signaling a likely continuation of the downtrend once the triangle is broken.
Fundamentals:
  1. The Fed is further along than the ECB when it comes to raising rates. The U.S. economy continues to experience strong growth in almost all sectors which has led the Fed to steadily increase interest rates. On June 14th, the ECB announced rates would remain unchanged which led to a bearish reaction for the EUUSD.
  2. While the U.S. has been no stranger to political instability, the EU is increasingly being affected by eurosceptic forces. The Italian populist government recently gained power and is implementing anti-EU policies and has considered dropping the Euro/leaving the Eurozone. Angela Merkel could potentially be ousted as Chancellor and thus the de factor leader of the EU over migrant policies.
The trade, and where it could go wrong:
I will open multiple trades after a retest of the supply-turned-demand zone at 1.151, with take profit levels outlined by the gray zones and the black line representing the height of the descending triangle. Trade wars, a downturn in the US equity market, and the de-dollarization in the world financial system are the three big threats to this thesis. If you have advice, opposing views, or just want to tell me I'm wrong, please let me know. Thanks!
https://imgur.com/a/mfzvquG
https://preview.redd.it/8qgds8j600611.png?width=2192&format=png&auto=webp&s=d613143b9eabc13cd3a47477d125fec49b588174
submitted by jakecberry to Forex [link] [comments]

Forex Scalping Trading Stategy

Forex Scalping Trading Stategy
Dear Traders,
My name is Ludovico and I am an associate of Horizon Trading team. Today, I would like to share with you a scalping technique that will give you an advantage in following price action fluctuations. Most importantly, this article will focus on fast timeframes trading tactics, how to spot important key levels and trigger your positions.
So, do scalping and price action go well together?
Considering that price action aims to predict what price is doing right now and where is heading, fast mindset and quick analysis become crucial; scalp trading is about the same thing. A scalp trade will take approximately 1 to 30 minutes, so to be effective and consistent in this discipline one must be reacting rapidly to price movements. Therefore, scalp requires quick analysis, quick responses and quick decisions, and at its core there is price action, which as well is all about speed and efficiency.
Now let s move on today’s topic on how to steadily understand fast trading potential earning set ups and to become a killer scalper.

What is scalping trading?

Scalping is a trading style that specialize in profiting off small price changes. It requires high level of concentration, because, due to its speed, a trader must have a strict entry exit strategy, otherwise one large loss could cancel all the many small gains in a blink of an eye.
The main features of scalping are:
Less exposure, lesser risk: A smaller exposure to price fluctuation will reduce the odds to run into adverse events.
Smaller moves are easier to forecast: Because like every market forex works on principles of supply and demands, a higher imbalance is needed to generate bigger price changes.
Smaller fluctuations are more regular than wider ones: Even in days when markets tend to less volatile, working with smaller timeframes such as (M1, M5, M15 & M30) will still grant chance of earning more frequently.
While swing trading relies on big price moves, therefore aiming for long trend following a scalper will trade that fluctuation continuously. Price action comes into play here, a solid scalp trader must be very aware of level of support and resistance and when the price could bounce off.
See image Below:

Figure 1: Support & Resistance, XAUUSD, M1, (23rd July 2019
In order to better find these areas a comparison between timeframes is necessary considering that is always advantageous to highlights the most recent zones of support & resistance (2 to 5 previous days)
Once understanding levels strategy become easier to follow, let’s find out.

Simple scalping and Horizon X scalping pattern

When trading trends continuously, important is to gauge market signals which indicate the trend is strong, opening to new potential earning scenarios for investors. When noticing price is coming back to retest important key levels forming pullbacks, a trader should always look out for entry-points.

Scalping pullbacks

Scalp traders must focus on key resistance and support level to find entry point while trading pullbacks. Here at Trading Academy we developed a system, based on fast moving price action that will enable traders to have successful daily session.
We based our method on understanding where big money players come into action and by following their liquidity volume open winning positions. Horizon X is based on several scalping price patterns which find their fundamentals in risk and money management, key levels and entry points.
See image below:

Figure 2:Scalp trading pullbacks, XAUUSD, M1, (23rd July 2019)
In the picture above I highlight the principle of trading pullbacks in M1 timeframe, this method relies on entering the market in specific hot spot key levels. Even though many traders globally do not take into consideration risk management, our vision is that while scalp trade, investors should follow clear objective rules to be effective, here is one of our coral patterns and its trade management rules.

Horizon X Pattern #3

This pattern aims to gauge momentums, big money players moves, consisting in fast formation of large body candle sticks (black bearish/white bullish)

Figure3: Pattern #3 configuration
To be formed Pattern #3 require several steps to be accomplished by the market before we can enter our position with confidence:
  • First Momentum
When price level is broken out at consolidation level big buyers make the move dragging price level on a rally, usually between 10-15 PIPS (as the image above suggests).
  1. Large candles (bodies)
  2. Mostly of one colour (back/bearish, white/bullish)
  3. Candles close its high/lows of the move
  • Consolidation Period
Within this first part price level is conditioned by the presence of many buyers on one side and sellers on the other stabilizing the price in a narrow range while building up important structure.
  1. Small candles, at least 3
  2. Greater mix between white/black or bullish/bearish candles
  • Second Momentum (breaking the price level at consolidation) – can be bearish or bullish depending on scenario)
When price level is broken out at consolidation level big buyers make the move dragging price level on a rally, usually between 10-15 PIPS (as the image above suggests).
  1. Large candles (bodies)
  2. Mostly of one colour (back/bearish, white/bullish)
  3. Candles close its high/lows of the move
  • Pullback
Price is coming back to retest level at the previous consolidation level and when fractal is formed market is giving investors hints that a good spot to open a position is coming up.
  1. Small candles, at least 3
  2. Greater mix between white/black or bullish/bearish candles

Entering the market

Pattern #3 can be traded by entering the market within the retesting price area at consolidation level, however the tactics would be based more on aggressivity of trader personality and behaviour. In this booklet we will describe the most commonly used one.
Entering in consolidation structure
Market needs more liquidity for further movement and is going deeper toward the structure taking stop losses of weak traders. Smarter investors, however, use these stop losses for their position gaining, entering the market when a fractal is formed.
See image below:

Figure 4: Pattern #3, entering market at consolidation structure, USDCHF H1 (22nd July 2019)
Entering at consolidation boarder
Price touches edges of consolidation and starts to reverse. We would like to open position when fractal is formed.
See image below:

Figure 5: Pattern #3, market entry at consolidation border, GBPUSD M1 (14th Mar 2019)
  • Entering after false break out
Severe stop-loss testing. Big players move price aggressively till the point that it breaks consolidation structure. This is a perfect situation for major traders to enter the market, pushing the price towards its original direction. We will conservatively open trade when the price level reaches back consolidation, forming a fractal.
See image below:

Figure 6: Pattern #3, market entry after false break out, GBPUSD M1 (6th June 2019)

Trade Management

Similarly, we can use 4 elementary exit strategies of our Horizon X Pattern #3.
  1. We will aim for a high structure level from higher timeframes (very good as a second take profit).
  2. For 1-minute timeframe we will take half of our position with 10 points profit as a target and put our stop-loss on break-even for the rest of the position.
  3. Our take profit is based on having ATR 80 %.
  4. Rule of safety. Our first take profit is set to risk-reward ratio 1:1 with a half of position. When the take profit is hit, we are in a risk-free position for the second target.
On the other hand, stop losses will be always places on top of the entry structure to avoid important losses which will likely vanish all the trader day effort.
submitted by Horizon_Trading to u/Horizon_Trading [link] [comments]

Trading Lesson: Candlestick Formations - YouTube 3 Simple Ways To Use Candlestick Patterns In Trading ... Mastering Forex Candlestick Patterns (Strategy) - YouTube Learn Forex Trading: Candlestick Entry Techniques - YouTube The Best Candlestick Patterns to Profit in Forex and ...

There is a special section in every good price action trader’s toolbox reserved for Forex candlestick patterns, and for good reason. Aside from technical chart patterns such as the head and shoulders or bull and bear flags, these candlesticks can offer you a chance to understand the sentiment that’s driving a particular market. FOREX.com is a registered FCM and RFED with the CFTC and member of the National Futures Association (NFA # 0339826). Forex trading involves significant risk of loss and is not suitable for all investors. Full Disclosure. Spot Gold and Silver contracts are not subject to regulation under the U.S. Commodity Exchange Act. Forex candle formations. Before we dig deeper into candlestick patterns, it’s important to understand how Forex candles are formed. Forex candles, or the candlestick chart, are OHLC charts, which means that each candle shows the open, high, low, and close price of a trading period. This is represented by the following picture. Forex candlestick patterns are special on-chart formations created by one, or a few, Japanese candlesticks. There are many different candlestick pattern indicators known in Forex, and each of them has a specific meaning and tradable potential. ... Continuation Forex candle patterns are the ones that come after a price move and have the ... In Forex, this candlestick is most of the time a doji or a spinning top, preceding a third candle which closes well below the body of the second candle and deeply into the first candle's body.

[index] [5250] [12150] [13540] [15643] [4831] [65447] [5523] [60974] [24089] [26044]

Trading Lesson: Candlestick Formations - YouTube

Make sure to check out my latest Upload ! https://www.youtube.com/watch?v=mwDvDxkvA-k Join our Facebook Group: https://www.facebook.com/groups/18312320604660... #Trading #Stocks #Money This weeks lecture is on 'Candle Stick' Formations and how to use them to be more accurate and make money in trading. https://www.liv... Learn to trade for free - https://www.decisivetrading.info/decisivepackage Start off with our free Introduction to Trading course - https://www.decisivetradi... Candlestick patterns have been used by Forex traders for many years, but are they used correctly? Navin Prithyani will go into how price action analysis is k... The best forex candlestick patterns you need for your forex strategy. I'm going to cover some candlestick basics and candlestick patterns for beginners. This...

https://forex-viethnam.cracowmining.pw