Rail Road Tracks

User avatar
Freedom787
Trader
Posts: 30
Joined: Wed Mar 13, 2013 3:46 pm
Location: United States

Re: Rail Road Tracks

Post by Freedom787 »

Tex, do you mind sharing with us what is going on with your demo? your demo account is rocking ( I'm assuming that's with the RR EA based on the name)

I had to pause my live testing as i'm working myself out of a nasty drawdown on my grid trading account. I'll be back in action in a week or so.
Sundog
Trader
Posts: 31
Joined: Thu Nov 17, 2011 10:40 am

Re: Rail Road Tracks

Post by Sundog »

On my demo, i've been seeing the pinbars taking the wrong direction. I deduce that its because it is confusing the wicks on the candle. I've just increased the "percentageof" to 80 to see how that goes.
Image
Image
Image
casapips
Trader
Posts: 29
Joined: Mon Dec 05, 2011 3:31 pm
Location: Paris

Re: Rail Road Tracks

Post by casapips »

Sundog wrote:On my demo, i've been seeing the pinbars taking the wrong direction. I deduce that its because it is confusing the wicks on the candle. I've just increased the "percentageof" to 80 to see how that goes.
Hi

Same for me ..Pinbars taking the wrong direction..

Many thanks
Sundog
Trader
Posts: 31
Joined: Thu Nov 17, 2011 10:40 am

Re: Rail Road Tracks

Post by Sundog »

casapips wrote:
Sundog wrote:On my demo, i've been seeing the pinbars taking the wrong direction. I deduce that its because it is confusing the wicks on the candle. I've just increased the "percentageof" to 80 to see how that goes.
Hi

Same for me ..Pinbars taking the wrong direction..

Many thanks

I think its because there are wicks both above and below the candle body, I dont know if there is a way to code in the direction the candles are moving. (i've been here years and still suck at Empty4)
Image
Image
Image
sponn
Trader
Posts: 348
Joined: Fri Jul 20, 2012 9:49 am

Re: Rail Road Tracks

Post by sponn »

I dont know anything about coding stuff but it should be easy. Just watch last x bars if they have higher highs (or lover lows) and then trade pinbar in opposite direction.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Rail Road Tracks

Post by SteveHopwood »

casapips wrote:
Sundog wrote:On my demo, i've been seeing the pinbars taking the wrong direction. I deduce that its because it is confusing the wicks on the candle. I've just increased the "percentageof" to 80 to see how that goes.
Hi

Same for me ..Pinbars taking the wrong direction..

Many thanks
And me. We need some pinbar direction detection code. I will look into it.

:D
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
tex
Trader
Posts: 89
Joined: Wed Nov 16, 2011 7:27 am

Re: Rail Road Tracks

Post by tex »

Hi Freedom,

sure - my demo acc is doing good so far, but theres one thing u need to know -> i am not using a SL at all.

Every single SL option i tried with the bot ended up in the red zone in the end.

I am attaching my setfile here, perhaps someone will find some more safer settings.

Greetings,
tex
Freedom787 wrote:Tex, do you mind sharing with us what is going on with your demo? your demo account is rocking ( I'm assuming that's with the RR EA based on the name)

I had to pause my live testing as i'm working myself out of a nasty drawdown on my grid trading account. I'll be back in action in a week or so.
You do not have the required permissions to view the files attached to this post.
Last edited by tex on Thu Apr 25, 2013 2:28 pm, edited 1 time in total.
User avatar
Pooler
Trader
Posts: 175
Joined: Sat Dec 31, 2011 5:15 pm
Location: Port Elizabeth, South Africa. A friendly windy spot at the bottom of Africa

Re: Rail Road Tracks

Post by Pooler »

Hi,

Disclaimer--I'm not dissing anyone's coding efforts here (especially Steve's). Far from it--as I only trade with EA's myself.

I read through Captain Jacks thread again (took the whole weekend) and its obvious that the skill comes from CJ's uncanny ability to read the "foxes" movements which is a human skill that simply cannot be automated properly. Its a combination of reading price action, with markers like pin bars, RRT's etc that all form a picture mixed in with plain old experience and "feel" that says "trade" for one scenario but "don't trade" on an identical scenario because in his mind it justn't look/feel right.

With both scenario's the EA will trade (rightly so) but CJ's ability will always out perform any EA.

Yes I know that there is no set and forget EA but there are so many human variables that need to be coded with this method.

Enough from me--- :D
A Luta Continua
getdown71
Trader
Posts: 15
Joined: Wed Nov 16, 2011 11:12 pm

Re: Rail Road Tracks

Post by getdown71 »

I have a M15 setup that has some different settings on SL. Will post on the weekend after the trading week. (assuming it continues to be profitable)
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Re: Rail Road Tracks

Post by SteveHopwood »

Here is the nub of the pinbar problem guys. Visual CrapTest, EU, H4, Open prices only. Rrt trading disabled; PinBarShift = 1.
eurusd.gh4.png
The yellow arrow shows the new candle - you cannot see the candle on the chart as it forms in open prices craptesting.

So, the last visible candle is indeed a pin bar and the ea has identified it - you can see I have added a pb status display to the feedback.

The bar meets all the criteria coded into the bot to recognise the pb, but it is not a tradable pb as we are looking to trade. It is much too high - indeed the rrt code would have identified the set of rrt's and sent a sell, rather than the buy the pb code sent.

Have a look at LookForPinbar() guys. You can see one attempt to overcome this commented out. Everything I tried stopped identification of all pbs.

Any ideas? I have a headache. :lol:

:D
You do not have the required permissions to view the files attached to this post.
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
Post Reply

Return to “Automated trading systems”