FWIW I'm not getting them with MultiBob Gary, but have done in the past with some of the TMA slope indi's - if I remember correctly it was particularly prevalent when overlaying indi's in the same window or using more than on instance of a TMA slope indi in a window.garyfritz wrote:
Also, I thought it was my indi that was getting the "unknown subwindow number -1 for ObjectCreate function" errors in the Experts tab, but I removed that indi last night and the errors are still coming. I don't know how to tell what's causing them. I'm not 100% sure this setup didn't get them before I added MultiBob. (I have about 10 charts open with NB indicators on them -- DWMPivots, NT TMATrue SlopeHisto MTF, iExposure, Tickets, SlopeValues, NB 10.2_Dashboard, etc.)
Guess I'd better update to v1.1.5 ...
MultiBob, a multi symbol NB10.2(a) autotrader
-
spotdespot
- Trader
- Posts: 768
- Joined: Sun Jan 22, 2012 11:38 pm
Re: MultiBob, a multi symbol NB10.2(a) autotrader
-
fire580
- Trader
- Posts: 314
- Joined: Wed May 09, 2012 4:51 pm
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Anyone - what is D1Woh? and the other Woh's - Thanks
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: MultiBob, a multi symbol NB10.2(a) autotrader
And yes, I do "love this".Baluda wrote:New version MultiBob v1.1.5 in post 1.
Changes:Use this one if you want to play with trading hours, folks.
- Fixed bug in trading hours logic, TY Robert
Pick up those pips!
Paul
Very elegant solution to the time problem.
George
-
spotdespot
- Trader
- Posts: 768
- Joined: Sun Jan 22, 2012 11:38 pm
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Are you running London open - > NYC close?gaheitman wrote:And yes, I do "love this".Baluda wrote:New version MultiBob v1.1.5 in post 1.
Changes:Use this one if you want to play with trading hours, folks.
- Fixed bug in trading hours logic, TY Robert
Pick up those pips!
Paul![]()
Very elegant solution to the time problem.
George
Cheers,
Dave.
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Paul,
Can you add an ArrayResize(symbolNames, 0); to the top of initSymbols()? The display array gets larger if you change timeframes on the chart or do anything else that triggers a call to init().
Also, I added a quick selection sort (ok, the coding was quick, not the algorithm
) to sort the symbolNames array. It's so much easier to find things now with my old eyes....
BTW, love the added lines. You are seriously raising the bar here.
George
Can you add an ArrayResize(symbolNames, 0); to the top of initSymbols()? The display array gets larger if you change timeframes on the chart or do anything else that triggers a call to init().
Also, I added a quick selection sort (ok, the coding was quick, not the algorithm
BTW, love the added lines. You are seriously raising the bar here.
George
-
shiningstar
- Posts: 7
- Joined: Sun Aug 26, 2012 2:47 pm
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Hi, thanks for the update!
I put 1.1.5 on my Empty4 just now and it opened a short position of AUD/NZD. But there is only stop loss and no take profit. It opened another trade: buy GBP/AUD and I see both the stop loss and take profit prices. Is this normal? Thanks!
I put 1.1.5 on my Empty4 just now and it opened a short position of AUD/NZD. But there is only stop loss and no take profit. It opened another trade: buy GBP/AUD and I see both the stop loss and take profit prices. Is this normal? Thanks!
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: MultiBob, a multi symbol NB10.2(a) autotrader
The code does not set a Take Profit for D1 Trend trades when slope is at the Buy&Hold level. That's what my trade is, so I am guessing yours is as well.shiningstar wrote:Hi, thanks for the update!
I put 1.1.5 on my Empty4 just now and it opened a short position of AUD/NZD. But there is only stop loss and no take profit. It opened another trade: buy GBP/AUD and I see both the stop loss and take profit prices. Is this normal? Thanks!
George
- aworex
- Trader
- Posts: 68
- Joined: Thu Sep 20, 2012 2:42 pm
- Location: London UK
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Can any one pls expalin to me how the correllation feature of this EA works , from my end the EA has taken numerous trades but surprised how non of these involved any of the JPY pairs.
-
shiningstar
- Posts: 7
- Joined: Sun Aug 26, 2012 2:47 pm
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Thank you George!gaheitman wrote:The code does not set a Take Profit for D1 Trend trades when slope is at the Buy&Hold level. That's what my trade is, so I am guessing yours is as well.shiningstar wrote:Hi, thanks for the update!
I put 1.1.5 on my Empty4 just now and it opened a short position of AUD/NZD. But there is only stop loss and no take profit. It opened another trade: buy GBP/AUD and I see both the stop loss and take profit prices. Is this normal? Thanks!
George
Will it close the trade automatically or we need to close it manually? Thanks again!
- gaheitman
- Trader
- Posts: 655
- Joined: Tue Nov 15, 2011 10:55 pm
- Location: Richmond, VA, US
Re: MultiBob, a multi symbol NB10.2(a) autotrader
Looking at the code, I think it will revert to the normal TakeProfit calculations once the slope is no longer at a Buy and Hold level.shiningstar wrote:Thank you George!gaheitman wrote:The code does not set a Take Profit for D1 Trend trades when slope is at the Buy&Hold level. That's what my trade is, so I am guessing yours is as well.shiningstar wrote:Hi, thanks for the update!
I put 1.1.5 on my Empty4 just now and it opened a short position of AUD/NZD. But there is only stop loss and no take profit. It opened another trade: buy GBP/AUD and I see both the stop loss and take profit prices. Is this normal? Thanks!
George
Will it close the trade automatically or we need to close it manually? Thanks again!