"flyboypa30" <snoopy.pa30@ ...
HI FLYBOY
 
Thanks for your question.
there are three types of guys.
The dabbler-who dables in everything he sees the stressor-he narrows his focus 
on select few things and keeps on struggling,but cant reach more than 50% zone, 
the master is already past 80% zone and sees things in real shape.
I am on the boundary of dabbler and stressor.just about entering stressor zone.
Looking for learning from masters and this forum is my key-every once in a 
while one of the masters gives a small gift of its own kind.
My interest is find a good system that appeals to my mind and go with back 
testing and then applying it mechanically.
 
To really look into my mind ,just glance thru my last 25 posts.
I like support and resistance above all.
 
my recent interest is forexmastery which uses support resistance with 
macd,stochastics on multiple time frames with alerts scans
If you want to help me 
just read thru these links and code me one afl with back test facility.
http://ouforexmastery.com/Preview/1
 
see videos 2 and 3
We have sup res afl
we need to figure out macd and stochastocs entry exit when together and 
matching on 15min,1hr,4 hr timeframes.
If you can make something out of this info
please give us some feed back
thanks in advance
rvlv

--- On Thu, 11/12/09, dbwyatt_1999 <dbw...@bellsouth.net> wrote:


From: dbwyatt_1999 <dbw...@bellsouth.net>
Subject: [amibroker] Re: REQ Please help code fibonacci bands in these lines as 
given-thanks
To: amibroker@yahoogroups.com
Date: Thursday, November 12, 2009, 2:12 PM


  





The fib lines look to me like Donchian Channels with fib lines dividing the 
upper and lower channel:

_SECTION_BEGIN( "DonchianFibs" );
pds=Param("DFibLook back",55, 1,200,1);
DonchianUpper =HHV(H,pds);
DonchianLower = LLV(L,pds);
DonchianRange = DonchianUpper- DonchianLower;
Donchian236 = 0.236 * DonchianRange + DonchianLower;
Donchian382 = 0.382 * DonchianRange + DonchianLower;
Donchian500 = 0.500 * DonchianRange + DonchianLower;
Donchian618 = 0.618 * DonchianRange + DonchianLower;
Donchian764 = 0.764 * DonchianRange + DonchianLower;

Plot(DonchianUpper, "DU",ParamColor( "CUpper", colorBlue) ,styleLine) ;
Plot(Donchian236, "D236",ParamColo r( "C236", colorYellow) ,styleLine) ; 
Plot(Donchian382, "D382",ParamColo r( "C382", colorAqua),styleLin e); 
Plot(Donchian500, "D500",ParamColo r( "C500", colorRed),styleLine ); 
Plot(Donchian618, "D618",ParamColo r( "C618", colorAqua),styleLin e); 
Plot(Donchian764, "D764",ParamColo r( "C764", colorYellow) ,styleLine) ; 
Plot(DonchianLower, "DL",ParamColor( "CLower", colorBlue) ,styleLine) ;
_SECTION_END

Regards,

David

--- In amibro...@yahoogrou ps.com, "flyboypa30" <snoopy.pa30@ ...> wrote:
>
> RVLV,
> 
> What have you got so far in your coding? What have you tried, what works, 
> where are you stuck?
> 
> I am no expert, but willing to help.
>









      

Reply via email to