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

Multi 10:4 Trader EA
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1619
Page 43 of 160
Author:  snailbeard [ Tue Mar 26, 2013 7:12 pm ]
Post subject:  Re: Multi 10:4 Trader EA

Hi Andy,

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

regards

Brian
Author:  MrLong [ Tue Mar 26, 2013 7:16 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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?
Author:  MrLong [ Tue Mar 26, 2013 8:19 pm ]
Post subject:  Re: Fixed one more issue ...

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
Author:  MrLong [ Tue Mar 26, 2013 8:25 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  Baluda [ Tue Mar 26, 2013 9:54 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  benloe [ Tue Mar 26, 2013 10:31 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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?
Author:  bshoe24 [ Tue Mar 26, 2013 10:34 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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.
Author:  MrLong [ Tue Mar 26, 2013 11:15 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  MrLong [ Tue Mar 26, 2013 11:19 pm ]
Post subject:  Re: Multi 10:4 Trader EA

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
Author:  TraderJoeForex [ Tue Mar 26, 2013 11:19 pm ]
Post subject:  Re: Multi 10:4 Trader EA

Andy,

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

Thanks.
All times are UTC Page 43 of 160