Multi 10:4 Trader EA

Post Reply
User avatar
snailbeard
Trader
Posts: 615
Joined: Mon Dec 24, 2012 10:54 am
Location: Just above water somewhere between Oxford & Cambridge

Re: Multi 10:4 Trader EA

Post by snailbeard »

Hi Andy,

There are still some instances of iClose(symbol, period, 0) , should there be '+ shift' or '+1' with these?

regards

Brian
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

snailbeard wrote:Hi Andy,

There are still some instances of iClose(symbol, period, 0) , should there be '+ shift' or '+1' with these?

regards

Brian
Hi Brian,

Are we talking about the correlation function?
MrLong

Re: Fixed one more issue ...

Post by MrLong »

simplex wrote:Hi all,

found and fixed another issue in UpdateGrid() - see line 2800 ff:

Code: Select all

		int dRunningTrades 			= RunningTrades (Pairs[y]);
		int dProcessTradesBuy 		= processTrades (Pairs[y], OP_BUY);
		int dProcessTradesBuyStop	= processTrades (Pairs[y], OP_BUYSTOP);
		int dProcessTradesSell 		= processTrades (Pairs[y], OP_SELL);
		int dProcessTradesSellStop = processTrades (Pairs[y], OP_SELLSTOP);
		int dCorrelatedSellingH4	= isCorrelatedSelling(Pairs[y], PERIOD_H4);
		int dCorrelatedBuyingH4		= isCorrelatedBuying (Pairs[y], PERIOD_H4);
		if ( dRunningTrades > 0) {
			sObj = sSig + 4 + y;
			if ( dProcessTradesBuy > 0 && dCorrelatedSellingH4 > dCorrelatedBuyingH4)
				ObjectSetText ( sObj, "L", fontSize + 4, "Wingdings", BearishColor);
			else if ( dProcessTradesSell > 0 && dCorrelatedSellingH4 < dCorrelatedBuyingH4)
				ObjectSetText ( sObj, "L", fontSize + 4, "Wingdings", BearishColor);
			else
				ObjectSetText ( sObj, "J", fontSize + 4, "Wingdings", BullishColor);
		}
Did not affect trading, just grid display. Initializitions of most integers were inside first 'if' ... could not work correctly.

Will exchange my v1.08 now.

Best wishes, Jürgen
Hi Jürgen,

Could we standardize settings, so members can just drop the EA on the screen, without having to change anything, we have the screen width and screen height variables already in the EA, any ideas would be appreciated.

Andy
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

Hi Traders,

I'm getting more excited about this EA as the days go by, my 1.08a, has been running since Monday, with a 25K demo account, useBoundryFilter = false and the account is now 28749.00.

Fantastic stuff, let's hope it continues!

Andy
User avatar
Baluda
Trader
Posts: 330
Joined: Mon Feb 06, 2012 2:00 pm
Location: An insignificant village in the Netherlands

Re: Multi 10:4 Trader EA

Post by Baluda »

MrLong wrote:I'm getting more excited about this EA as the days go by, my 1.08a, has been running since Monday, with a 25K demo account, useBoundryFilter = false and the account is now 28749.00.
Andy,

Stoch or RSI?

Paul
Check the MQL4 Market for my best EA's and Indicators.
benloe
Posts: 7
Joined: Wed Jan 09, 2013 4:04 am

Re: Multi 10:4 Trader EA

Post by benloe »

I seem to have a problem on Oanda but works great on MB. But there is a hedge problem with MB.
If you are in the USSA I can see problems with this EA.
Are we Screwed in the land of freedom?
Last edited by benloe on Tue Mar 26, 2013 10:34 pm, edited 1 time in total.
bshoe24
Trader
Posts: 84
Joined: Sat Feb 11, 2012 5:53 pm

Re: Multi 10:4 Trader EA

Post by bshoe24 »

benloe wrote:I seem to have a problem on Oanda but works great on MB. But there is a hedge problem with MB.
If you are in the US I can see problems with this EA.
Are we Screwed in the land of freedom?
USA brokers FXDD, ATCBrokers (no microlots), and ILQ handle hedging and FIFO in their backoffices so you can do anything on Empty4 (at 50:1) with the actual trades. As far as i know these are the only choices if you want to enter opposing orders.
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

Baluda wrote:
MrLong wrote:I'm getting more excited about this EA as the days go by, my 1.08a, has been running since Monday, with a 25K demo account, useBoundryFilter = false and the account is now 28749.00.
Andy,

Stoch or RSI?

Paul
Hi Paul, The setup is using RSI, attached is the screen shot.

Andy
You do not have the required permissions to view the files attached to this post.
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

benloe wrote:I seem to have a problem on Oanda but works great on MB. But there is a hedge problem with MB.
If you are in the USSA I can see problems with this EA.
Are we Screwed in the land of freedom?
Hi,

I believe the guyz in the US are not allowed to hedge, for whatever reason.

Andy
Last edited by MrLong on Tue Mar 26, 2013 11:27 pm, edited 1 time in total.
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Re: Multi 10:4 Trader EA

Post by TraderJoeForex »

Andy,

Can I ask what is the difference between useBoundryFilter = false or true?

Thanks.
Post Reply

Return to “Nanningbob 10.x”