- Search Energy EXCH
- batemap replied Nov 7, 2011
Hi McNish In the videos capito says exit at first MACD cross (standard MACD supplied with MT4 platform) on H1 TF. Paul
CICR system (Currency index cross referencing)
- batemap replied Nov 6, 2011
Hi All Short on GBPCAD looks good for an intraday trade, except for the spread, what do you think? Paul
CICR system (Currency index cross referencing)
- batemap replied Oct 31, 2011
Hi Steve A few trades should have been taken on Hanover M15, but I get the following in the logs: - EURUSD opening at 0.00000 sl: 0.00000 tp: 0.00000 failed [Trade is disabled] I have ECN = true and I'm sure I've seen this before, but can't spot ...
002097's PwR scalping auto trading robot by Steve Hopwood
- batemap replied Oct 31, 2011
Hi Capito I see the same as you, except that the D1 RSI is reading down at 46. So, in addition to the other items you mention we need to wait for the D1 RSI to climb above 70 and then head down? Many thanks for the system, excellent! Paul
CICR system (Currency index cross referencing)
- batemap replied Oct 30, 2011
I use the template from post 2 and the S&R lines are shown for the pair who's chart the template is attached to. I Hope this helps. Paul
CICR system (Currency index cross referencing)
- batemap replied Oct 30, 2011
Hi Steve I've setup a M15 and M30 demo, both with slope confirmation of 1. Paul
002097's PwR scalping auto trading robot by Steve Hopwood
- batemap replied Oct 20, 2011
Hi All Some ideas for everybody to think about: - - Instead of just trading the strongest/weakest pair, how about the strongest and any of the other pairs that are below a certain level. Could also do the reverse. - Currently JPY is the strongest ...
Hanover: an auto-trader using Recent Strength
- batemap replied Oct 20, 2011
Post 641 for intraday trading.
CICR system (Currency index cross referencing)
- batemap replied Oct 17, 2011
Make sure that when you edit the pairs that there are NO SPACES before/after the pair, i.e. AUDUSD,USDJPY is fine, but in my experience AUDUSD, USDJPY will result in zero's on UJ. Hope this solves your problem. Paul
CICR system (Currency index cross referencing)
- batemap replied Oct 17, 2011
Hi Harry Thanks for this I'll give it a shot. Paul
CICR system (Currency index cross referencing)
- batemap replied Oct 16, 2011
Hi Brian Thanks for the indi it provides some useful info. I was looking for something that could feed the index info into the other indi's (RSI, MACD, Lawgirls) used for this method otherwise it will be difficult to determine which currency is ...
CICR system (Currency index cross referencing)
- batemap replied Oct 16, 2011
I'd say, if you are going to trade live with Sig Trade then only one platform is needed. However, if you trade live with another broker then then you need Sig Trade for the indexes (LFX) and another platform to place the trades with your preferred ...
CICR system (Currency index cross referencing)
- batemap replied Oct 13, 2011
OK, the names need to be the same 'invalid handle -1' indicates that when H tried to open the file created by the indi it couldn't. Check that the file, created by the indi, is in the directory '/expert/files/'.
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here
- batemap replied Oct 13, 2011
Are the Output files, in both the indi and the EA, set to the same name?
Nanningbob V5 auto-trading robot. Newbies, fearlessly ask your basic questions here
- batemap replied Oct 12, 2011
I'm now up 130 pips, well above filter line now.
CICR system (Currency index cross referencing)
- batemap replied Oct 12, 2011
Steve If we go short then the code in H will be OK, but if we go long then there is, IMHO, a problem. 1. Long. Add the suffix (TradePair = TradePair + AddChar) 2. Check pair exists, yes. Because the second add suffix code is outside of the if ...
Hanover: an auto-trader using Recent Strength
- batemap replied Oct 11, 2011
I've recently gone long on NZDUSD, it is still below the filter line, but everything else looks good to me.
CICR system (Currency index cross referencing)
- batemap replied Sep 14, 2011
The relevant code is: - //Long if (trend == up && TradeLong && (Open[1] > SlopeVal && Close[1] > SlopeVal) ) //Short if (trend == down && TradeShort && (Open[1] && SlopeVal && Close[1] < SlopeVal) ) But, I think the last bit is not required because ...
002097's PwR scalping auto trading robot by Steve Hopwood
- batemap replied Sep 9, 2011
I had the same on url , make CrimmalECN = true, this worked for me.
002097's PwR scalping auto trading robot by Steve Hopwood
- batemap replied Sep 9, 2011
I think in: - void HasSellFilled() need to change, this: - SendLot = CalculateLotSize(price, NormalizeDouble(stop - (HiddenPips * Point), Digits) ); to, this: - SendLot = CalculateLotSize(NormalizeDouble(stop- (HiddenPips * Point), Digits), price ); ...
002097's PwR scalping auto trading robot by Steve Hopwood