How to Calculate the PSAR Using Excel - Revised Version

  Рет қаралды 20,680

Mark Ursell

Mark Ursell

Күн бұрын

Пікірлер: 34
@cnsnmms3708
@cnsnmms3708 8 жыл бұрын
You are using lower cases for "L" in formulas and it seems like "I" in video that's confusing but I finished my matlab function thanks to you. Good job!
@DontTrustMeImASc
@DontTrustMeImASc 9 жыл бұрын
Just used guide this on Nationwide's UK House Price Data (transformed into OHLC candles)...very useful, thanks Mark.
@MarkUrsell
@MarkUrsell 9 жыл бұрын
Matthew Clarke That's great Matthew. That's an interesting project. Are you trading the price data or just interested in the direction of house prices?
@DontTrustMeImASc
@DontTrustMeImASc 9 жыл бұрын
***** The latter Mark. We don't own - I wanted something to put the prices into some sort of context. I'll send you the .xlsm if you'd like to see.
@TheMystica
@TheMystica 5 жыл бұрын
Mark, thanks for the video, a lot of cool concepts. You probbaly don't monitor this anymore, but if you do, there seems to be a discrepancy of what you say and what you type: @9:33 You Type the Basic formula: PSAR > CLOSE = Falling But @ 9:51 you Say 'Closing Price Greater than PSAR' is Falling (which would be CLOSE > PSAR = Falling) Am I missing something? Which is correct? Thanks, Mike
@George-op2qc
@George-op2qc 5 жыл бұрын
really you are the best and the easiest one who explained it , can you please tell me why the calculation is different from Oanda charts ?
@matiassande9669
@matiassande9669 2 жыл бұрын
Hello! Excellent video. Do you have the link to download the excel spreadsheet? It would be very useful. Thanks a lot
@MarkUrsell
@MarkUrsell 2 жыл бұрын
Hi Matias, you can get all the formulas (and 20 more) plus full explanations in my Spring Store: tradinformed.creator-spring.com/listing/21-technical-indicators-spread
@tilttrader
@tilttrader 2 жыл бұрын
you just did the example for us.....it would have been really nice if there was a general formula involved
@malgorzataciszak5291
@malgorzataciszak5291 9 жыл бұрын
I figured it out,works now.
@ducciorssi
@ducciorssi 5 жыл бұрын
Hi Mark, there are two points that according to my understanding diverge from the definition en.wikipedia.org/wiki/Parabolic_SAR 1) @5:50 use C6,C5 instead of C5,C6 (and the same for the reverse trend) 2) @7:12 use K5 instead of J6 Can you please let me know your thoughts on this. Thanks
@КонстантинКоваленко-у6с
@КонстантинКоваленко-у6с 8 жыл бұрын
Mark TY! rly gr8 job!
@sv0079807
@sv0079807 5 жыл бұрын
good explanation.. suggestion to viewers. watch at 1.25 Speed
@olivierdanhoffre5754
@olivierdanhoffre5754 3 жыл бұрын
Hello M. Ursell great work. I've checked NDX with a Web Stock site results (Boursorama), but from 20/08/2021 to 09/11/2021. For 10 September 21, (Open at 15648.05) I find with your formula a PSAR = 15701.40 which is exact and correspond to a change trend from rising to falling. But after I note slight discrepencies with Excel computation. I suspect rounding problems in Excel, which cumulate and at the end diverge from values. For example, for 09 Nov 21 (open at 16389.98) I find a PSAR = 16084.85 and In the web site a PSAR = 16160,48, which is a lot. Perhaps other web sites would give an other value. How many decimals do you use for values ?
@malgorzataciszak5291
@malgorzataciszak5291 9 жыл бұрын
Hi mark,im getting a circular ref error @h8 and i8
@Devin_Downing
@Devin_Downing 6 жыл бұрын
Hello Mark great video much appreciated! I noticed in your video that when the price touched the PSAR it flipped the trend. Would it be simple to add in the formula =< PSAR? For Example: lets say the trend is falling and the PSAR value is 2800.00 and todays high was equal to the PSAR value of 2800.00 but didn't exceed it, I still want the trend to be falling. Does that make sense?
@joelstewart385
@joelstewart385 5 жыл бұрын
So. I am trying to rework this for a spreadsheet stock screener. But either I need to re-re-recheck my english-ing of your cell points and logic strings, or it is a cyclical thing, where all the parts depend on the other parts? In Wilder's book, it looks non-cyclical; any thoughts? That is, if I have about 5000 stocks down the left side, dates across top y-axis, I want to split the calculation up across several sheets to reduce the power needed for doing each step of the calculation. Also it means I can more easily autofill and have no difficulties with columns misinterpreting the cells I want them to point to. But with the layout appearing to be cyclical, it gets funky. Any thoughts?
@joelstewart385
@joelstewart385 5 жыл бұрын
"cell points" is "which cells you point certain instructions to in order to complete calculations"
@joelstewart385
@joelstewart385 5 жыл бұрын
This is my english'd version: drive.google.com/open?id=1w0s3dIuPg4mSGZPmCVVX_QXXfYJT-Fmo
@joelstewart385
@joelstewart385 5 жыл бұрын
I corrected my englishing of your stuff; I do not know if it is cyclical at this point, I am a bit fried at the moment; been trying to actually make sense of Wilder's words properly after struggling to recreate your thing in the way I wish to do it. I shall return home and try again.
@patiukan
@patiukan 6 ай бұрын
And how we make it on excell chart
@changhao2253
@changhao2253 4 жыл бұрын
thank you sir
@MarkUrsell
@MarkUrsell 4 жыл бұрын
You are most welcome!
@StephJ-yn2sw
@StephJ-yn2sw 8 жыл бұрын
Hello, When I enter the formula on J6, Excel 2016 says that there is an error in the formula. Any idea ? Thank you.
@StephJ-yn2sw
@StephJ-yn2sw 8 жыл бұрын
Ok, I figured it out by myself. I had to replace some "," by ";". Also in my French version of Excel I need to enter "SI" in place of "IF" (that's very strange). The right formula for J6 is : =SI(L5="falling";MAX(K5-I5;C5;C4);SI(L5="rising";MIN(K5-I5;D5;D4);""))
@StephJ-yn2sw
@StephJ-yn2sw 8 жыл бұрын
This is fixed formula for Excel 2016 French version (for English version I assume that you should just replace "SI" by "IF" and "ET" by "AND" : G6 =SI(L6="falling";MIN(G5;D6);SI(L6="rising";MAX(G5;C6);"")) H6 =SI(ET(L6=L5;G6G5;H5=J6);G5;SI(ET(L5="rising";D6E6;"falling";"rising")
@MarkUrsell
@MarkUrsell 8 жыл бұрын
Thanks for posting the update Stéphane, that is useful to know. There is a useful guide here for Excel 2007 functions: www.piuha.fi/excel-function-name-translation/index.php?page=english-french.html It seems that a lot of the functions have to be entered differently for the French version of Excel.
@StephJ-yn2sw
@StephJ-yn2sw 8 жыл бұрын
Thank you. Actually I try to calculate SPAR in a C++ application so your Excel method was a great help to understand how SPAR works. There is just something I'm not sure to understand : I noticed that some values was arbitrarily defined on the first line. Is that mean that SPAR have more precision when you have more historical datas ? Is that a problem if I calculate a SPAR only with the datas of the previous period ?
@gurujiramadal
@gurujiramadal 9 жыл бұрын
thank
@remziseciller828
@remziseciller828 6 жыл бұрын
Hi Mark; Can you distrube excel file with us,please? Thank you.
@MarkUrsell
@MarkUrsell 6 жыл бұрын
Hi Remzi, thanks for the comment. The PSAR is one of the indicators in my 21 Technical Indicators Package. You can see it here in here in the Tradinformed Shop: bit.ly/2QYmqQU
@kazmyuksel6501
@kazmyuksel6501 3 жыл бұрын
In the definition of PSAR, you calculate tomorrow's SAR with todays values. But in this, you calculate today's SAR with todays values. And checked it with TradingView, PSAR values are not correct.
@billmietelski
@billmietelski 2 жыл бұрын
Bill was here..
How to Calculate Connors RSI in Excel | Step-By-Step
13:42
Mark Ursell
Рет қаралды 8 М.
Use Excel to Backtest a Trading Strategy using an ATR Stop-loss
12:39
Маусымашар-2023 / Гала-концерт / АТУ қоштасу
1:27:35
Jaidarman OFFICIAL / JCI
Рет қаралды 390 М.
How to Calculate the PSAR Indicator Using Excel
15:09
Mark Ursell
Рет қаралды 30 М.
How I Nailed Trading with the MACD Indicator (Step-by-Step Guide)
21:58
Ross Cameron - Warrior Trading
Рет қаралды 533 М.
Ultimate MA 95% Winning Strategy | Step-by-Step
22:48
TRADE ATS
Рет қаралды 451 М.
How to Calculate the Average Directional Index using Excel
9:54
Mark Ursell
Рет қаралды 42 М.
Best Trading Indicator To Build A Strategy Upon (100 Year Back Test!)
10:26
How To Use Market Profile [START NOW] | Trading Tutorials
42:46
Trade Brigade
Рет қаралды 191 М.
Convert TradingView Indicators into Strategies with AI (IT FINALLY WORKS)
21:49
5 Price Action Rules EVERY Trader NEEDS To Know
31:16
Thomas Wade
Рет қаралды 1,9 МЛН
How to Monitor a Relative Strength Strategy using Google Sheets
15:36
Average True Range (ATR) Excel Template
8:04
Indzara - Simple and Effective Templates
Рет қаралды 9 М.