Hi Andy,
There are still some instances of iClose(symbol, period, 0) , should there be '+ shift' or '+1' with these?
regards
Brian
Multi 10:4 Trader EA
- snailbeard
- Trader
- Posts: 615
- Joined: Mon Dec 24, 2012 10:54 am
- Location: Just above water somewhere between Oxford & Cambridge
-
MrLong
Re: Multi 10:4 Trader EA
Hi Brian,snailbeard wrote:Hi Andy,
There are still some instances of iClose(symbol, period, 0) , should there be '+ shift' or '+1' with these?
regards
Brian
Are we talking about the correlation function?
-
MrLong
Re: Fixed one more issue ...
Hi Jürgen,simplex wrote:Hi all,
found and fixed another issue in UpdateGrid() - see line 2800 ff:
Did not affect trading, just grid display. Initializitions of most integers were inside first 'if' ... could not work correctly.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); }
Will exchange my v1.08 now.
Best wishes, 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
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
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
- 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
Andy,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.
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
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?
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
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.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?
-
MrLong
Re: Multi 10:4 Trader EA
Hi Paul, The setup is using RSI, attached is the screen shot.Baluda wrote:Andy,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.
Stoch or RSI?
Paul
Andy
You do not have the required permissions to view the files attached to this post.
-
MrLong
Re: Multi 10:4 Trader EA
Hi,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?
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.
- TraderJoeForex
- Trader
- Posts: 1157
- Joined: Fri Mar 08, 2013 10:29 pm
- Location: South London
Re: Multi 10:4 Trader EA
Andy,
Can I ask what is the difference between useBoundryFilter = false or true?
Thanks.
Can I ask what is the difference between useBoundryFilter = false or true?
Thanks.