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);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:And then stamp the variable TradeComment with the current time before the OrderSend:Code: Select all
extern bool TimeStamp=true;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.Code: Select all
if(TimeStamp) {TradeComment = TimeToStr(TimeCurrent(),TIME_DATE|TIME_MINUTES);}
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).
Multi 10:4 Trader EA
-
MrLong
Re: Multi 10:4 Trader EA
-
MrLong
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
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
-
patman
- Trader
- Posts: 68
- Joined: Sat Dec 10, 2011 1:48 am
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
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
-
nonlinear
- Trader
- Posts: 293
- Joined: Fri Jun 01, 2012 2:56 pm
- Location: Washington DC
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.
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.
-
samir45
- Posts: 7
- Joined: Fri Apr 20, 2012 12:26 pm
- Location: The Ponds, NSW, Australia
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
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
- glabbeek
- Trader
- Posts: 104
- Joined: Tue Aug 21, 2012 8:09 am
- Location: In the middle of the Netherlands
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?
Regards,
Willem-Bram
Willem-Bram
- Sojourner
- Trader
- Posts: 105
- Joined: Fri Apr 27, 2012 7:36 pm
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
-
MrLong
Re: Multi 10:4 Trader EA
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 sincenonlinear 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.
March 17th.
Andy
-
MrLong
Re: Multi 10:4 Trader EA
Hipatman 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
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
-
MrLong
Re: Multi 10:4 Trader EA
I've never seen this error.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