10.6 EDSEL

This is where Bob posts his own threads
Post Reply
art
Trader
Posts: 588
Joined: Fri Mar 02, 2012 3:51 pm

10.6 EDSEL

Post by art »

still making silly errors took the gbpchf to early, eur and gbp strong on the 4 hour css, so no chance eurgbp will reverse yet, got some on gbpcad though
art
Trader
Posts: 588
Joined: Fri Mar 02, 2012 3:51 pm

10.6 EDSEL

Post by art »

sorry euro and chf
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

10.6 EDSEL

Post by harry45 »

nanningbob » Tue Apr 01, 2014 5:56 am wrote:Is it possible to put a band on a moving average that is similar to the COG or TMA where the bands are based on ATR or something similar. Bollinger Bands widen and narrow too much and every currency has its own distance from the center. So I guess a COG/TMA based on a moving average for the center line but the outer bands based on a COG/TMA readings. This would be give a better back test I guess. Just an idea if someone knows if something like this exists. Here is the 60 MA with 100 pips on each side but every currency's outer bands should be different and not the same. See pic for the basic idea based on 60 MA.
Here you are
You do not have the required permissions to view the files attached to this post.
xrismak
Trader
Posts: 710
Joined: Tue Apr 24, 2012 9:43 pm

10.6 EDSEL

Post by xrismak »

Hello Peeps,
Can somebody help with a (Close All Trades Script) (Close All Pending Orders Script) I use Empty4 Version : 400 Build 625,I have Just Noticed that all my Scripts have stopped working..... :arrrg: . these Criminals...

Cheers,

xrismak. :?
User avatar
zentauro67
Trader
Posts: 441
Joined: Fri Mar 01, 2013 4:41 pm
Location: Spain

10.6 EDSEL

Post by zentauro67 »

Good point, Khalaad. This is a comparaison between ATR inner Channels (60,60) -in Aqua- and FastTMAline (50) -in magenta-

ATR Channels are not so close to price, letting it scape outside often, but perhaps this is less delusional than bands. It would be interesting to do a backtest.
Imagen 001.jpg
You do not have the required permissions to view the files attached to this post.
User avatar
nanningbob
Trader
Posts: 4564
Joined: Sun Dec 04, 2011 1:23 pm

10.6 EDSEL

Post by nanningbob »

harry45 » Tue Apr 01, 2014 10:05 pm wrote:
nanningbob » Tue Apr 01, 2014 5:56 am wrote:Is it possible to put a band on a moving average that is similar to the COG or TMA where the bands are based on ATR or something similar. Bollinger Bands widen and narrow too much and every currency has its own distance from the center. So I guess a COG/TMA based on a moving average for the center line but the outer bands based on a COG/TMA readings. This would be give a better back test I guess. Just an idea if someone knows if something like this exists. Here is the 60 MA with 100 pips on each side but every currency's outer bands should be different and not the same. See pic for the basic idea based on 60 MA.
Here you are
Thanks Harry that is very close to what I was looking for. I used to use bands like these but it didnt adjust to each currency. This does. I made adjustments to match the 60MA on my charts. Now you get ATR range for each currency and it nails it pretty good.The black line is the 60 MA for ATR and the aqua is the normal 60 I use with 10.6. You can see they match exactly. Now you have clear entrance and TP that match the volatility of the currency. gbp/cad is about 85 pips from line to line while the gbp/usd is 53 pips and nzd/usd is 43 pips from line to line. This allows me to adjust my TP and SL to exactly what this pair should use. Better accuracy. I think this was exactly what we needed for the system. Each pair having its own entrance and exit points.
You do not have the required permissions to view the files attached to this post.
I trade http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3964,
I talk about my philosophy of trading here.
http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3627
"The key to converting something useful to others is simplicity. Complexity is the enemy to execution." Tony Robbins
User avatar
nanningbob
Trader
Posts: 4564
Joined: Sun Dec 04, 2011 1:23 pm

10.6 EDSEL

Post by nanningbob »

Here are the ATR numbers I am using:

extern int PeriodsATR=500;
extern int MA_Periods=60;
extern int MA_type=MODE_LWMA;
extern double Mult_Factor1= 1.5;
extern double Mult_Factor2= 3.0;
extern double Mult_Factor3= 4.5;
I trade http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3964,
I talk about my philosophy of trading here.
http://www.stevehopwoodforex.com/phpBB3 ... =38&t=3627
"The key to converting something useful to others is simplicity. Complexity is the enemy to execution." Tony Robbins
xrismak
Trader
Posts: 710
Joined: Tue Apr 24, 2012 9:43 pm

10.6 EDSEL

Post by xrismak »

Alorenteeeeeeee ,


Wonderful..... :clap: :good: :cheer:


Many Thanks,

xrismak :D
You do not have the required permissions to view the files attached to this post.
lionsden
Trader
Posts: 118
Joined: Mon Dec 05, 2011 2:04 pm

10.6 EDSEL

Post by lionsden »

nanningbob » Tue Apr 01, 2014 10:55 am wrote:Here are the ATR numbers I am using:

extern int PeriodsATR=500;
extern int MA_Periods=60;
extern int MA_type=MODE_LWMA;
extern double Mult_Factor1= 1.5;
extern double Mult_Factor2= 3.0;
extern double Mult_Factor3= 4.5;
NB,

For the MA_ type the indicator in this thread recently posts only give a numerical option which is presently set to 3. Am i using the right indicator.
tIA

Lionsden
spotdespot
Trader
Posts: 768
Joined: Sun Jan 22, 2012 11:38 pm

10.6 EDSEL

Post by spotdespot »

lionsden » Tue Apr 01, 2014 5:10 pm wrote:
nanningbob » Tue Apr 01, 2014 10:55 am wrote:Here are the ATR numbers I am using:

extern int PeriodsATR=500;
extern int MA_Periods=60;
extern int MA_type=MODE_LWMA;
extern double Mult_Factor1= 1.5;
extern double Mult_Factor2= 3.0;
extern double Mult_Factor3= 4.5;
NB,

For the MA_ type the indicator in this thread recently posts only give a numerical option which is presently set to 3. Am i using the right indicator.
tIA

Lionsden
MA type 3 is LWMA - sounds like you're using the right one.
Post Reply

Return to “Bob's individual forum”