jiva34's BB Stop auto-trader

Post Reply
User avatar
jiva34
Trader
Posts: 49
Joined: Tue Nov 15, 2011 1:26 pm

Re: jiva34's BB Stop auto-trader

Post by jiva34 »

gaheitman wrote:
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)
I suspect Steve's working on TIB, so I thought I'd jump in.

Attached is a version that should do what you ask. I have added the setting:

Code: Select all

extern bool    CloseTradeOnFastTrendChange=true;
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).

I've run it in ST and it is certainly looks like it is working. Here is today's trade:
pic_13 2011-12-05 06.51.gif
Let me know if you have any questions.

George
Fantastic....
Xfinity
Trader
Posts: 19
Joined: Thu Nov 17, 2011 4:43 pm
Location: Sweden

Re: jiva34's BB Stop auto-trader

Post by Xfinity »

Got the following error:

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
Is it something I should worry about?
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: jiva34's BB Stop auto-trader

Post by gaheitman »

Xfinity wrote:Got the following error:

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
Is it something I should worry about?
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.

George
Xfinity
Trader
Posts: 19
Joined: Thu Nov 17, 2011 4:43 pm
Location: Sweden

Re: jiva34's BB Stop auto-trader

Post by Xfinity »

Thanks! :)
User avatar
jiva34
Trader
Posts: 49
Joined: Tue Nov 15, 2011 1:26 pm

Re: jiva34's BB Stop auto-trader

Post by jiva34 »

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....
You do not have the required permissions to view the files attached to this post.
User avatar
jiva34
Trader
Posts: 49
Joined: Tue Nov 15, 2011 1:26 pm

Re: jiva34's BB Stop auto-trader

Post by jiva34 »

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
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

Post by PETE »

Hi Jiva
Any chance of doing a template please.
User avatar
blazko
Trader
Posts: 86
Joined: Thu Dec 01, 2011 10:57 am

Re: jiva34's BB Stop auto-trader

Post by blazko »

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:

Image

Image
cheers
User avatar
EnPoint
Posts: 5
Joined: Wed Nov 16, 2011 1:59 pm

Re: jiva34's BB Stop auto-trader

Post by EnPoint »

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.
Post Reply

Return to “Automated trading systems”