- Search Forex Factory
- 82 Results (9 Threads, 73 Replies)
- 60minman replied Sep 24, 2014
Forexcube....great discussion. I scalp the Asian session only...Mon through Thu....3pm CDT - 6 PM CDT.....Eur/USD only....avg 1 to 3 trades per day only. Risk to reward ratio is 7:1 but that is the life of a scalper. My demo account has gone from ...
- 60minman replied Sep 12, 2014
ok....I have an ea that scalps the EURUSD Asian session....Mon-Thu. I run this on a demo account....ITFX with a 0.2 pip spread. I also run it live on ATC....avg spread is probably around 1.5 pips which includes the commish which is about 0.8 pips. ...
- 60minman replied Mar 26, 2013
You simply would open another chart and apply the ea to it...just click and drag. Time frames should not matter. When your MT4 time shows 00:00 0r 00:01 it will begin to close any trades that are still open....and should not stop until all trades ...
- 60minman replied Mar 26, 2013
Nokaut, This should work I believe.
- 60minman replied Mar 23, 2013
The following way may not be the most efficient code.....but if you are looking to close all trades at the beginning of the 00 hour candle....this will do it. Here you go... If (Hour() == 0 && Minute() < 2 && OrdersTotal() > 0 && OrderType() == ...
- 60minman replied Apr 9, 2012
ok...great....thanks for the help!
- 60minman replied Apr 9, 2012
I guess I could add the following red bold commands below to assist with the answer. It will either print a 1 or a 2 at that point and then the active ticket? OrderSelect(0,SELECT_BY_POS,MODE_TR ADES); if (OrdersTotal() == 2 && AccountProfit() > 100 ...
- Question about the following code to close 2 active orders
My goal with the bold scripts below is to try to close 2 active orders. Assume that we are using an ...
- 60minman replied Apr 6, 2012
Or could the following work?...... OrderSelect(0,SELECT_BY_POS,MODE_TRADES); if (otot == 3 && z0 >= 50 && z1 >= 50 && z2 >= 50 && apr >= LT3A && OrderType() == OP_BUY) {OrderClose(OrderTicket(),OrderLots(),Bid,50,Green); Sleep(3000); if ...
- Not sure whats wrong with code
Hello all, Not much of a programmer here...but I have managed to put some MT4 code together a time ...
- 60minman replied Feb 5, 2012
Interesting system. I think the entry point is very important though because as we all know....martingale systems are bound to fail at some point. What might work though is the following....... Wait until you have a 1 minute candle that moves 30 ...
- 60minman replied Dec 15, 2011
ok Hugh, with further thought, I think this actually can be done. The trick would be to close .01 lots of 1 pair(or the smallest lot amount you could) once the maximum needed profit is achieved. By doing that...you can place a time stamp by using ...
- 60minman replied Dec 15, 2011
Hugh, my apologies because the code I sent will only work with 1 single currency pair. Since you are talking about 8 different currencys...my code will not work. The trailing stop function based on the high or low would surely fail. I'll think about ...
- 60minman replied Dec 15, 2011
ok....attached is the code that will for the most part do what you are asking. Now...I am by no means a good programmer. And many of the good programmers that are on this site could improve this and make it more efficient. I'm still trying to learn ...
- 60minman replied Dec 15, 2011
I have created an ea that sort of does what you are talking about. Its more of a scalper type of ea whereby it attempts to lock in a small profit. It creates a high and low price based on the 5 min candles. The high and low would be from current ...
- 60minman replied Dec 15, 2011
This can be done. Your broker must allow hedging of course. Just let me know.
- 60minman replied Dec 14, 2011
Hello, I think I can code this up. I am by no stretch a great programmer.....but this looks doable. I'll get back to you soon.
- 60minman replied Oct 21, 2010
I got an ea that I think would work with this. It's actually 2 separate ea's. It will buy or sell and close trades at the end of the 4h bar if a cross occurs. You can also set a stop loss just to cover your self. I'm sure there are programmers who ...
- 60minman replied Jul 2, 2010
Sir, if I may ask...what do you mean by making money for months? Do you mean not losing....do you mean making 10%...making 100%? What do you mean because I for one can tell you.....you can trade live and automated...1 trade per day on most days and ...
- 60minman replied Jun 29, 2010
This is an actual live system that I have been trading since mid September on Alpari-US. It is a hands off automated ea.