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

Multi 10:4 Trader EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1619
Page 118 of 160
Author:  MrLong [ Wed May 08, 2013 10:32 pm ]
Post subject:  Re: Multi 10:4 Trader EA

bubo wrote:Andy - I noticed that the external input of 'TradeComment' does not seem to be hooked up, it still adds 'Magic: xx' into the trade comment (at least in v2.02, have not checked v2.04).

How about an external input below the TradeComment:

Code: Select all

extern bool TimeStamp=true;
And then stamp the variable TradeComment with the current time before the OrderSend:

Code: Select all

if(TimeStamp)  {TradeComment = TimeToStr(TimeCurrent(),TIME_DATE|TIME_MINUTES);}
And then put the variable 'TradeComment' inrto the OrderSend command. If you would like to have the option of seeing the Magic Number in the order comment, then perhaps have this put in if the TradeComment is empty.

Just details, but I find it useful to have a time stamp. After a pending order has been filled with an open order, Empty4 won't give you the original date anymore, and a time stamp will still allow me to trace when the EA placed the pending order in first place (and assess whether I feel there was a strong rationale to do so or not).
You can replace line 2730, with TicketNo = OrderSend(symbol, type, lotsize, NormalizePrice(symbol, price), 0, NormalizePrice(symbol, stop), NormalizePrice(symbol, take), TimeToStr(TimeCurrent(),TIME_DATE|TIME_MINUTES), MagicNumber, expiry, col);
Author:  MrLong [ Wed May 08, 2013 10:39 pm ]
Post subject:  Re: Multi 10:4 Trader EA

Hi,

I've come to the conclusion, this strategy works but only if you are prepared to take a large drawdown, the latest addition of the CSS indi, limits the amount of trades taken, but reduces the drawdown.

You can run the EA without the CSS by turning the switch useCSS to false.

I'm now looking at other ideas I have.

Andy
Author:  patman [ Thu May 09, 2013 12:17 am ]
Post subject:  Re: Multi 10:4 Trader EA

Hi,

Andy, thanks for all your work on this.

I've had 2.01 running on Alpari Demo.
It had started to make some pips.
I upgraded to 2.04 (also the dll and mqh)
It loads onto the chart - I press refresh to get all info to display.
But no pendings in two days.
I've seen CSS colour at Goldenrod and RSI value under 2 (0.12 and 0.00) but no pending

Any ideas

Pat
Author:  nonlinear [ Thu May 09, 2013 2:41 am ]
Post subject:  Re: Multi 10:4 Trader EA

Hi Andy,

When you say large DD what do you mean relative to gain? 50%? I wonder if performance might improve by simply excluding some of the pairs with low liquidity. Thanks.
Author:  samir45 [ Thu May 09, 2013 3:43 am ]
Post subject:  Re: Multi 10:4 Trader EA

I am getting the following when adding EAv2.04. Can someone suggest what I am doing wrong.

13:38:57 Cannot open file 'D:\Pipware 7.02\experts\Multi_10_4_EAv2.04.ex4' on the EURUSD,H4
13:39:34 Cannot open file 'D:\Pipware 7.02\experts\Multi_10_4_EAv2.04.ex4' on the EURUSD,H4
13:39:42 Cannot open file 'D:\Pipware 7.02\experts\Multi_10_4_EAv2.04.ex4' on the EURUSD,H4
Author:  glabbeek [ Thu May 09, 2013 4:44 am ]
Post subject:  Re: Multi 10:4 Trader EA

MrLong wrote:Hi,

I've come to the conclusion, this strategy works but only if you are prepared to take a large drawdown, the latest addition of the CSS indi, limits the amount of trades taken, but reduces the drawdown.

You can run the EA without the CSS by turning the switch useCSS to false.

I'm now looking at other ideas I have.

Andy

Hi Andy,

Does this mean that you are stopping work on this EA and switching to something completely different?

Or are you just letting go of Bob's ideas on the entries?
Author:  Sojourner [ Thu May 09, 2013 5:10 am ]
Post subject:  Re: Multi 10:4 Trader EA

MrLong wrote:Hi,

I've come to the conclusion, this strategy works but only if you are prepared to take a large drawdown, the latest addition of the CSS indi, limits the amount of trades taken, but reduces the drawdown.

You can run the EA without the CSS by turning the switch useCSS to false.

I'm now looking at other ideas I have.

Andy

:o
Author:  MrLong [ Thu May 09, 2013 6:45 am ]
Post subject:  Re: Multi 10:4 Trader EA

nonlinear wrote:Hi Andy,

Hi,

When you say large DD what do you mean relative to gain? 50%? I wonder if performance might improve by simply excluding some of the pairs with low liquidity. Thanks.
Sometimes around 12-14%, the EA takes 1 step forward 1 step back then 2 steps forward, it does make money but long winded, I have an account from day 1 and it started at 25K, it is now 30K since
March 17th.


Andy
Author:  MrLong [ Thu May 09, 2013 6:49 am ]
Post subject:  Re: Multi 10:4 Trader EA

patman wrote:Hi,

Andy, thanks for all your work on this.

I've had 2.01 running on Alpari Demo.
It had started to make some pips.
I upgraded to 2.04 (also the dll and mqh)
It loads onto the chart - I press refresh to get all info to display.
But no pendings in two days.
I've seen CSS colour at Goldenrod and RSI value under 2 (0.12 and 0.00) but no pending

Any ideas

Pat
Hi

Yes same with me, CSS colour at Goldenrod and RSI value under 2 (0.12 and 0.00) also we have the boundary parameters, if price is outside those settings, also no trades, the CSS and RSI, don't seem to sync that regular.

Andy
Author:  MrLong [ Thu May 09, 2013 6:51 am ]
Post subject:  Re: Multi 10:4 Trader EA

samir45 wrote:I am getting the following when adding EAv2.04. Can someone suggest what I am doing wrong.

13:38:57 Cannot open file 'D:\Pipware 7.02\experts\Multi_10_4_EAv2.04.ex4' on the EURUSD,H4
13:39:34 Cannot open file 'D:\Pipware 7.02\experts\Multi_10_4_EAv2.04.ex4' on the EURUSD,H4
13:39:42 Cannot open file 'D:\Pipware 7.02\experts\Multi_10_4_EAv2.04.ex4' on the EURUSD,H4
I've never seen this error.
All times are UTC Page 118 of 160