Welcome to the Traders Laboratory Forums.
Technical Analysis The technical discussion forum for traders.

Reply
Old 04-19-2008, 05:11 AM   #1

Szymon's Avatar

Join Date: Dec 2007
Location: Sydney
Posts: 169
Ignore this user

Thanks: 19
Thanked 103 Times in 36 Posts

Lightbulb Mark Fishers AC Stock Formula for All.

Hi Guys,

Here is the formula that I use to calculate Mark Fishers A & C values.

I use this for intraday stock trading but you can use it for futures just change the A calculation to half or quarter for the C value.

Its based on 30 Day ATR Close * 0.22 for 22% but you can change it to Open, High, Low,(H+L / 2) or change the actual percentage value and use that.

Here is the formula in Basic language.

Code:
ATRClose = AverageTrueRange[30](close)

ATR22ClosePercent = ATRClose * 0.22

OPHigHAandCvalue = OpeningRangeHigh + ATR22ClosePercent
OPLowAandCvalue = OpeningRangeLow + ATR22ClosePercent

Return OPHighAandCvalue As "Opening Range High A & C Value", OPLowAandCvalue As "Opening Rang Low A & C Value"
Enjoy

Simon
Szymon is offline  
Reply With Quote
The Following User Says Thank You to Szymon For This Useful Post:
Old 04-19-2008, 05:53 AM   #2
OAC

OAC's Avatar

Join Date: Apr 2007
Location: manila
Posts: 524
Ignore this user

Thanks: 25
Thanked 63 Times in 52 Posts

Re: Mark Fishers AC Stock Formula for All.

I find that these levels just like Pivots or MP POCs sometimes work extremely well and other times don't work at all.
OAC is offline  
Reply With Quote
Old 04-19-2008, 06:11 AM   #3

Szymon's Avatar

Join Date: Dec 2007
Location: Sydney
Posts: 169
Ignore this user

Thanks: 19
Thanked 103 Times in 36 Posts

Re: Mark Fishers AC Stock Formula for All.

Yes that is correct but you look at volume for confirmation, your probability increases.
Szymon is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mark Fishers "ACD Trading Method", Seminar Videos Wanted. Szymon Technical Analysis 94 04-18-2012 11:54 AM
Tony Crabel's Opening Range Formula Soultrader E-mini Futures Trading Laboratory 17 01-29-2010 12:18 PM
Mark Douglas Notes from IDaxtrader idaxtrader Trading Psychology 4 03-16-2008 12:32 PM
Mark All Threads Read BlowFish Support Center 2 07-16-2007 08:48 AM
Mark Douglas Quote TinGull Market Analysis 3 12-20-2006 07:31 PM

All times are GMT -4. The time now is 08:26 PM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.