stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

jiva34's BB Stop auto-trader
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3
Page 13 of 16
Author:  Panamamike [ Thu Nov 24, 2011 1:15 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

EnPoint wrote:
jiva34 wrote:"close on opposite signal" set to false is a winner...
Figured it might be. You get some nice runners when consulting a higher timeframe BB or even just the slow BB on the same TF. And the 5, 0.5 settings (either you or Khalad) suggested allows for some tight entry points. This is a beautiful piece of work and strategy as well. Not trading much the rest of the year but this baby will be put to work starting in Jan.
5,0.5 settings for what?
Author:  SWG123 [ Thu Nov 24, 2011 3:05 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

Panamamike wrote:
EnPoint wrote:
jiva34 wrote:"close on opposite signal" set to false is a winner...
Figured it might be. You get some nice runners when consulting a higher timeframe BB or even just the slow BB on the same TF. And the 5, 0.5 settings (either you or Khalad) suggested allows for some tight entry points. This is a beautiful piece of work and strategy as well. Not trading much the rest of the year but this baby will be put to work starting in Jan.
5,0.5 settings for what?
Mike - Jiva's post here:-

http://www.forexfactory.com/showthread. ... ost5132295
Author:  SWG123 [ Thu Nov 24, 2011 3:06 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

Cyrus7 wrote:Hey guys,

I've a problem with the illustration of the daily open/pivot lines. They are just visible until i make the first changes in the settings. Even if i switch the settings from "true" to "false" to "true" again, the lines are not on the chart.

..I hope that i'm not the only one who can't see the lines?! :)

Thanks for your help!!
Mathias
You're not - same problem here :?
Author:  bobasker [ Thu Nov 24, 2011 11:56 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

After a great start to the week on monday, it's been a very up and down week so far.

EU 9 wins 4 loss P/L + 8.34

AU 8 wins 1 loss P/L + 40.23

GU 10 wins 10 loss P/L - 39.34

Overall + 9.23
Author:  bobasker [ Fri Nov 25, 2011 10:04 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

End of the week,


EU 10 wins 5 loss P/L + 20.58

AU 9 wins 1 loss P/L + 49.19

GU 10 wins 11 loss P/L - 50.92

Overall + 18.85
Author:  gaheitman [ Mon Nov 28, 2011 4:19 am ]
Post subject:  Re: jiva34's BB Stop auto-trader

Steve,

The issue mentioned below is due to the test you are using to see if the value has been set correctly. The line is:

Code: Select all

   static datetime D1OpenTime;
   if (DrawOpenPriceLine && D1OpenTime != iTime(NULL, PERIOD_D1, 0) )
OK, that's two lines. Oddly enough, it appears the static variable is staying set even though the bot is going through the init() cycle again. Who'd have thought? I didn't think that would happen, so I'll have to keep that in mind going forward.

To get around this, you can change the test to the following, and get rid of the static variable entirely.

Code: Select all

   if (DrawOpenPriceLine && ObjectGet(d1openpriceline,OBJPROP_TIME1) != iTime(NULL, PERIOD_D1, 0) )
George
SWG123 wrote:
Cyrus7 wrote:Hey guys,

I've a problem with the illustration of the daily open/pivot lines. They are just visible until i make the first changes in the settings. Even if i switch the settings from "true" to "false" to "true" again, the lines are not on the chart.

..I hope that i'm not the only one who can't see the lines?! :)

Thanks for your help!!
Mathias
You're not - same problem here :?
Author:  SteveHopwood [ Mon Nov 28, 2011 10:48 am ]
Post subject:  Re: jiva34's BB Stop auto-trader

Thanks George. Even if mine worked perfectly, yours is better coding. Cheers.

Fix added and updated to post 1.

:D
Author:  Panamamike [ Mon Nov 28, 2011 3:49 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

Panamamike wrote:Would it be possible to add a user defined code to stop trading for the day at a specified profit level? The 1 minute scalper mode for this bot could use this IMO.
Nudge
Author:  bobasker [ Tue Nov 29, 2011 11:40 am ]
Post subject:  Re: jiva34's BB Stop auto-trader

Update,


EU 15 wins 6 loss P/L + 41.53

AU 11 wins 3 loss P/L + 53.57

GU 13 wins 13 loss P/L - 45.76

Overall + 49.14
Author:  EnPoint [ Fri Dec 02, 2011 6:11 pm ]
Post subject:  Re: jiva34's BB Stop auto-trader

Might I suggest one more option? A "max open trades" function. If so, this could make for a nice carry trade bot. I plan on setting this up on a/j with TPs and minimum lots to keep DD in check.
All times are UTC Page 13 of 16