Fantastic....gaheitman wrote: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:
along with code to handle it (it was really just a copy and paste of the code that was in place for closing on the slow trend change).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
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
-
Xfinity
- Trader
- Posts: 19
- Joined: Thu Nov 17, 2011 4:43 pm
- Location: Sweden
Re: jiva34's BB Stop auto-trader
Got the following error:
Is it something I should worry about?
Code: Select all
2011.12.06 08:29:50 Jiva's BB Stop Auto-trader FTM EURUSD,M1: object name passed to ObjectType function cannot be an uninitialized or empty string
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: jiva34's BB Stop auto-trader
It probably just means that the daily open line isn't on the chart yet. There is a check in the code to see if that line is in the right place and you'll see that error if there is no line at all.Xfinity wrote:Got the following error:
Is it something I should worry about?Code: Select all
2011.12.06 08:29:50 Jiva's BB Stop Auto-trader FTM EURUSD,M1: object name passed to ObjectType function cannot be an uninitialized or empty string
George
-
Xfinity
- Trader
- Posts: 19
- Joined: Thu Nov 17, 2011 4:43 pm
- Location: Sweden
Re: jiva34's BB Stop auto-trader
Thanks! 
- jiva34
- Trader
- Posts: 49
- Joined: Tue Nov 15, 2011 1:26 pm
Re: jiva34's BB Stop auto-trader
Looking for best settings.
This has tested nicely for a short period on the 1 min... am running longer periods to test.
fast bbstop = 45, 0.5 slow bbstop = 350, 2.5 close on fast bbstop = true
no other settings, no stops, no trailers, no BE, nothing....
This has tested nicely for a short period on the 1 min... am running longer periods to test.
fast bbstop = 45, 0.5 slow bbstop = 350, 2.5 close on fast bbstop = true
no other settings, no stops, no trailers, no BE, nothing....
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
fast bb 45, 0.45
slow bb 350, 2.5
close on fast bb
no other settings, no stop, no be, no tp.... etc.
trading hours Frankfurt open to London close
EURUSD 1 min
8/1/11 to 12/6/11
slow bb 350, 2.5
close on fast bb
no other settings, no stop, no be, no tp.... etc.
trading hours Frankfurt open to London close
EURUSD 1 min
8/1/11 to 12/6/11
You do not have the required permissions to view the files attached to this post.
-
PETE
- Posts: 4
- Joined: Tue Nov 22, 2011 7:20 pm
Re: jiva34's BB Stop auto-trader
Hi Jiva
Any chance of doing a template please.
Any chance of doing a template please.
- blazko
- Trader
- Posts: 86
- Joined: Thu Dec 01, 2011 10:57 am
Re: jiva34's BB Stop auto-trader
Jiva - i wanted to test various settings before next market open and have two questions:
1) what could "2011.12.10 22:43:59 2011.11.01 17:45 jiva's BB Stop auto-trader - FastTrendMod EURUSDm,M1: object name passed to ObjectType function cannot be an uninitialized or empty string" error mean while backtesting?
2) is it normal, that it takes a hell load of time to back test this EA (im using DC tick data)?
Best regards!
EDIT: backtest finished - ive narrowed it two the last two weeks - EurUsd M1, def. settings during london session:


1) what could "2011.12.10 22:43:59 2011.11.01 17:45 jiva's BB Stop auto-trader - FastTrendMod EURUSDm,M1: object name passed to ObjectType function cannot be an uninitialized or empty string" error mean while backtesting?
2) is it normal, that it takes a hell load of time to back test this EA (im using DC tick data)?
Best regards!
EDIT: backtest finished - ive narrowed it two the last two weeks - EurUsd M1, def. settings during london session:


cheers
- EnPoint
- Posts: 5
- Joined: Wed Nov 16, 2011 1:59 pm
Re: jiva34's BB Stop auto-trader
EnPoint wrote:Might I suggest one more option? A "max open trades" function.
In conjunction with the "dont close on opposite signal", this could provide for some excellent stacking. I just think the max trades will help it stay in control. Let me know what you think.