If trading this manually I found this neat ea that lets you mange trades by moving the lines on the chart itself.
http://codebase.mql4.com/7821
jiva34's BB Stop auto-trader
- jiva34
- Trader
- Posts: 49
- Joined: Tue Nov 15, 2011 1:26 pm
Re: jiva34's BB Stop auto-trader
You do not have the required permissions to view the files attached to this post.
- jiva34
- Trader
- Posts: 49
- Joined: Tue Nov 15, 2011 1:26 pm
Re: jiva34's BB Stop auto-trader
test driving on demo...manual trades
using the line on chart ea to manage orders, so there are gray lines at trade openings.
(second position was placed high testing the trade managing ea)
using the line on chart ea to manage orders, so there are gray lines at trade openings.
(second position was placed high testing the trade managing ea)
You do not have the required permissions to view the files attached to this post.
-
Sundog
- Trader
- Posts: 31
- Joined: Thu Nov 17, 2011 10:40 am
Re: jiva34's BB Stop auto-trader
Greetings,
I've been running this live for the last 2 weeks, with mixed success, but to be expected as im tuning the settings as I go (could never run the back tester successfully).
I have noticed that inevitable as the signal is given and the trade taken, the price always receeds back 5-10 pips. Would it be possible to add a function to place a limit order, which would expire within 2 candles, so that we could get a better trade placement.
As usual, my thanks to you all, for your time, ideas and expertise.
Regards
Sundog.
I've been running this live for the last 2 weeks, with mixed success, but to be expected as im tuning the settings as I go (could never run the back tester successfully).
I have noticed that inevitable as the signal is given and the trade taken, the price always receeds back 5-10 pips. Would it be possible to add a function to place a limit order, which would expire within 2 candles, so that we could get a better trade placement.
As usual, my thanks to you all, for your time, ideas and expertise.
Regards
Sundog.
- jiva34
- Trader
- Posts: 49
- Joined: Tue Nov 15, 2011 1:26 pm
Re: jiva34's BB Stop auto-trader
Am requesting Steve to change the exit algorithm. Instead of exiting on an opposite signal. Exit would be when candle closes on opposite side of the fast bbstop..Sundog wrote:Greetings,
I've been running this live for the last 2 weeks, with mixed success, but to be expected as im tuning the settings as I go (could never run the back tester successfully).
I have noticed that inevitable as the signal is given and the trade taken, the price always receeds back 5-10 pips. Would it be possible to add a function to place a limit order, which would expire within 2 candles, so that we could get a better trade placement.
As usual, my thanks to you all, for your time, ideas and expertise.
Regards
Sundog.
This is a trade in progress from Europe session. (manual trade)
You do not have the required permissions to view the files attached to this post.
- jiva34
- Trader
- Posts: 49
- Joined: Tue Nov 15, 2011 1:26 pm
Re: jiva34's BB Stop auto-trader
long closed, short opened
You do not have the required permissions to view the files attached to this post.
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: jiva34's BB Stop auto-trader
I suspect Steve's working on TIB, so I thought I'd jump in.jiva34 wrote: Am requesting Steve to change the exit algorithm. Instead of exiting on an opposite signal. Exit would be when candle closes on opposite side of the fast bbstop..
This is a trade in progress from Europe session. (manual trade)
Attached is a version that should do what you ask. I have added the setting:
Code: Select all
extern bool CloseTradeOnFastTrendChange=true;
I've run it in ST and it is certainly looks like it is working. Here is today's trade:
Let me know if you have any questions.
George
You do not have the required permissions to view the files attached to this post.
- 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: jiva34's BB Stop auto-trader
Fabulous George. Thanks.
I have replaced the version in post 1 with yours.

I have replaced the version in post 1 with yours.
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.
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.
- bobasker
- Trader
- Posts: 60
- Joined: Tue Nov 15, 2011 10:12 pm
- Location: I come from the land Downunder...
Re: jiva34's BB Stop auto-trader
Updated excel file with forward test results here.
http://www.stevehopwoodforex.com/phpBB3 ... ?f=4&t=120
http://www.stevehopwoodforex.com/phpBB3 ... ?f=4&t=120
-
SeventySe7en
- Posts: 2
- Joined: Sun Nov 20, 2011 7:45 am
Re: jiva34's BB Stop auto-trader
@ gaheitman:
Thanks George!
@ Jiva
What settings are you using for M1 TF? All averages on/off? TP? SL? Hiddenpips? CloseTradeOnOppositeSignal=false/true? You get the picture
.
Thanks!
Thanks George!
@ Jiva
What settings are you using for M1 TF? All averages on/off? TP? SL? Hiddenpips? CloseTradeOnOppositeSignal=false/true? You get the picture
Thanks!
- jiva34
- Trader
- Posts: 49
- Joined: Tue Nov 15, 2011 1:26 pm
Re: jiva34's BB Stop auto-trader
aa false, no tp, no sl, close on fast bb, 180 slow, 90 fast. opposite signal false.SeventySe7en wrote:@ gaheitman:
Thanks George!
@ Jiva
What settings are you using for M1 TF? All averages on/off? TP? SL? Hiddenpips? CloseTradeOnOppositeSignal=false/true? You get the picture.
Thanks!