- Search Energy EXCH
- 801 Results (800 Replies, 1 Comments)
-
rbetancor replied Jan 21, 2012So you use H4 Vegas Tunnel over a H1 graph, is that ok ?
Using the DASR for successful trading
-
rbetancor replied Jan 21, 2012I don't get the same graph as you, i don't know why. I've applied your template to my mt4 platform and lines are lot more 'wide'
Using the DASR for successful trading
-
rbetancor replied Jan 21, 2012Still have not clear system rules — Hi jmtini, I'm following you thread and still I don't have a clear idea about the rules for buying or selling, will you be so kind to ask some doubs ? Buy: - You wait for the H4 candle to close ABOVE the ...
Using the DASR for successful trading
-
rbetancor replied Sep 26, 2011I disassembled the MT4 code, well ... 'code' ... this mess should not be called code. Result of the 'investigation': - 1 main thread to coordinate the other ones - 1 thread fo graphs (for all off them) - 1 thread for indi's and EA's (lot of trics) - ...
jor1234's PwR always-in auto trader by Steve Hopwood
-
rbetancor replied Sep 25, 2011Steve ... just an advise, don't do this: @@ -949,10 +953,12 @@ bool LookForTradeClosure() //Actions when trade close succeeds if (result) { + //Ensure closed trade has shown up in the History tab + while (!OrderSelect(TicketNo, SELECT_BY_TICKET, ...
jor1234's PwR always-in auto trader by Steve Hopwood
-
rbetancor replied Sep 25, 2011I have participated on contents where EA use was prohibited and was using the same MT4 client as the normal one, so I'm sure they know server side, when you are using an EA, no matter if you set or not magic numbers or comments, they allways know, ...
jor1234's PwR always-in auto trader by Steve Hopwood
-
rbetancor replied Sep 18, 2011CCI_T3_2 decopiled — Here you have it Steve
jor1234's PwR always-in auto trader by Steve Hopwood
-
rbetancor replied Sep 8, 2011On my demo acc it was caugth 2011.09.08 12:27 sell 1.40 eurusd 1.4056 1.4064 1.4048 2011.09.08 12:30 1.4048 0.00 +79.73 Previous to that one ... another sell hitted SL 2011.09.08 12:20 sell 1.70 eurusd 1.4059 1.4066 1.4052 2011.09.08 12:24 1.4066 ...
002097's PwR scalping auto trading robot by Steve Hopwood
-
rbetancor replied Sep 3, 2011Sorry ... my fault ... what I should have said is that the If statement is not needed, because it's supposed that all pending orders that are send to the brocker, MUST have expiry set.
002097's PwR scalping auto trading robot by Steve Hopwood
-
rbetancor replied Sep 3, 2011Expiration code fixed — Hi all ... The error is on SendSingleTrade function, this line: if (OrderType() != OP_BUY && OrderType() != OP_SELL) Should be like this: if (OrderType() != OP_BUYSTOP && OrderType() != OP_SELLSTOP)
002097's PwR scalping auto trading robot by Steve Hopwood
-
rbetancor replied Jun 22, 2011Still under developing, 3 months working on this now, but it gives me good signals, I'm trying to develop a winding strategy. Looking at the graphs I've discovered, that path's like -1/8 -> 6/8 -> 4/8 it's common on upper trends, and other paths I'm ...
Pippo: a Murrey Maths retrace auto-trading EA by SteveHopwood
-
rbetancor replied Jun 22, 2011an MTF robot it's the solution — What I did on an own versios of a MurreyMath EA it's to take into account the 2 upper TF's MM lines and were inside that lines are the H1 ones. That way you could mitigate the 'sliding effect' that occurs on H1 ...
Pippo: a Murrey Maths retrace auto-trading EA by SteveHopwood
-
rbetancor replied Jun 6, 2011Probably that the SL it's wrong ... ;-)
Trades based on Market Geometry and Price Action
-
rbetancor replied Jun 3, 2011I'll have to close my mouth ... 15 pips till TP1 ... wow! ..
Trades based on Market Geometry and Price Action
-
rbetancor replied Jun 3, 2011AUDUSD above BE —
... patience, patienceTrades based on Market Geometry and Price Action
-
rbetancor replied Jun 3, 2011Yes, I see, but that will also mean that op's will be held till monday/tuestday, I don't beleive it will climb all the way up this evening. It's just a matter of patience ..

Trades based on Market Geometry and Price Action
-
rbetancor replied Jun 3, 2011Yes, it's comming back. With usdjpy I launched 2 orders with TP1 (alrey hitted) and with TP2, pips from TP1 banked, pips from TP2 SL moved to BE+3 pips, so as min +3 pips more audusd and gold are the only ones on negative side, but it's no so bad

Trades based on Market Geometry and Price Action
-
rbetancor replied Jun 3, 2011gbp/chf order hitted SL and eur/usd just hit TP
Trades based on Market Geometry and Price Action
-
rbetancor replied May 31, 2011Please, be carefull with this, London time is nowadays at WEST (Western European Time), that is GMT+1, so if you say 'London time +1' that is not GMT+1, that is GMT+2 that is CET
So ... I thought you mean that you trade 8:00-18:00 CET5m scalp system