![]() |
|
||||
|
Confirmation is the signals on H1 timeframe.
The filter that i have added to confirm this signal(after BT confirmation)is Stochastic(14,5,5) in short whenever you have confirmed signal givven by BT system just look at Stochastic 1-for buy the green line should be up 2-for sell the red line should be up Estimate your own stop loss according to the Braintrading indicators (they suggested to use BT1Stop indicator starting from M30 timeframe but we may use BT1Stop or BT2 Stop), and estimate your profit level, or closed all the orders on S/L moving it according to the indicators. It is up to your personal trading strategy. I tried to do it on M15 confirming on M5 but it does not work. It work on H1 confirming on M15. Someone told me we can use iTrend as 2nd filter Have a Good trading Aquilez Baeza Last edited by AQUILEZ : 11-28-2006 at 05:32 AM. |
|
||||
|
So you guys I'm stuck on the DLM 1.1 because of its source being public and all.. Does anyone know why it has to be so slow on closing off the trades? I'm going to try and find a way to optimize that but maybe its on the broker side? I keep seeing in my backtests and in demo accounts that its moving too slow, the last one compared to the first trade is usually 3 pips difference
__________________
____________________________\¦/ ___________________________(ò ó) ______________________o0o___(_)___o0o__ ___¦_____¦_____¦_____¦_____¦_____¦_____¦ ¦_____¦_____¦_____¦_____¦_____¦_____¦__ ___¦_____¦_____¦_____¦_____¦_____¦_____¦ ¦_____¦_____¦_____¦_____¦_____¦_____¦__ |
|
||||
|
DLM keeps working, a long quantity of money is needed finally it gains the open positions it is a system in the long term Gazu and many of us we have experimented with a big quantity of EA doing back test and exhibiting our ideas nevertheless in many times there are others interests.
There is no way of going forward because the EA is not open source that way we are limited to the idea of only one and not to the idea of many A hand washes a hand two hands wash the face unfortunately we not all think equally Have a good trading Day Aquilez Baeza |
|
||||
|
The DLM makes money in the short term no problem, I have it set up to make about 3-7 trade "chains" as I call them per day. They make money but I want to make it more secure. The source for DLM 1.1 is open and that version is fine. I just want to make sure that when the expert exits the trade that it does so as quickly as possible to minimize all losses and maximize profit
__________________
____________________________\¦/ ___________________________(ò ó) ______________________o0o___(_)___o0o__ ___¦_____¦_____¦_____¦_____¦_____¦_____¦ ¦_____¦_____¦_____¦_____¦_____¦_____¦__ ___¦_____¦_____¦_____¦_____¦_____¦_____¦ ¦_____¦_____¦_____¦_____¦_____¦_____¦__ |
|
||||
|
DLM v1.4 also is open source the only difference is that this vercion only has an option and the method of exit is very questionable
in some occasion look at something about accelerating the process of entry and exit in the trades, I am not sure much about, but it seems to me that it is called WINuser32 allow me to investigate more on this matter and as soon as have something more concrete i post it here Merry chrismas and happy new year Aquilez Baeza Last edited by AQUILEZ : 12-15-2006 at 08:15 PM. |
|
||||
|
Here is a little script I find that closes all open positions. You need to check "Alow Live Trading" option under Options > Expert Advisor tab in order for this script to work.
To Setup: - Open up MetaEditor. - Click File > New - Select "Script program" - Select replace all text with code below - Compile & Run I hope you find it as useful as I do. Code: //+------------------------------------------------------------------+ //| CLOSE_ALL.mq4 | //| pileo| //| //+------------------------------------------------------------------+ #property copyright "pileo" #property link "http://www.metaquotes.net" #include <stdlib.mqh> #include <WinUser32.mqh> //+------------------------------------------------------------------+ //| script program start function | //+------------------------------------------------------------------+ int start() { //---- if(MessageBox("Do you really want to close all positions?", "Close All", MB_YESNO|MB_ICONQUESTION) !=IDYES) return(1); double prc; int prc_mode; int total = OrdersTotal(); int orders[]; int size; size = ArrayResize(orders, total); //Get original positions for(int i=0;i<total;i++) { OrderSelect(i, SELECT_BY_POS); orders[i] = OrderTicket(); } if(size <= 0) { //No open orders return(-1); } int ticketSent; for(int x=0;x<size;x++) { OrderSelect(orders[x], SELECT_BY_TICKET); if(OrderType()==OP_BUY) prc_mode = MODE_BID; else prc_mode = MODE_ASK; prc = MarketInfo(OrderSymbol(), prc_mode); Print("Closing Order # ", orders[x], " symbol: ", OrderSymbol(), " price: ", prc); if(OrderClose(orders[x],OrderLots(),prc,3)) { Print("Order # ", orders[x], " closed"); } else { Print("Failed to close Order # ", orders[x], " Error: ", GetLastError()); return(false); } } //---- return(0); } //+------------------------------------------------------------------+ |
![]() |
«
Previous Thread
|
Next Thread
»
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Fisher Transform | Dick | Trading Systems | 81 | 08-14-2008 10:33 AM |
| EA needed | renasdad | MetaTrader and ZeroCode | 8 | 03-22-2007 10:01 PM |
| Scorpion Need Help Convert EA Please | txsundevil | Trading Systems | 2 | 09-28-2006 07:18 PM |
| Newbie looking for ea | romper | Trading Systems | 3 | 09-05-2006 08:46 PM |
| Ea | swirly | MetaTrader and ZeroCode | 2 | 09-01-2006 11:30 AM |
All times are GMT. The time now is 02:36 AM.
Powered by vBulletin Version 3.6.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Registered members have access to special online forex currency trading tools, software, mt4 expert advisors and indicators. Register now








Linear Mode

