|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (10) | Thread Tools | Display Modes |
|
|||
|
100 pips
I liked this EA very, but it would be better if we fizessemos the following alterations:
1 - The EA has mobile STOP LOSS and TP, on the other hand aid, but for another one confuses sufficiently in the profits. He would be ideal to remove this mobile system and to leave it fixed in the following way: -STOP LOSS: 50 -TAKE PROFIT: 20 -MOBILE STOP: 5 -MOBILE TAKE PROFIT: 5 I believe that it would be well more income-producing. It would like to be able to count on the aid of alguem that it programs MQL to make this alteration. thankґs and fantastic a 2006 |
|
||||
|
Stoploss
with the stoploss set to 50 under the user input tab, the ea doesn't set the SL when entering the order. see attached gif.
__________________
"You should not have a favourite weapon. To become over-familiar with one weapon is as much a fault as not knowing it sufficiently well. You should not copy others, but use weapons which you can handle properly. It is bad for commanders and troopers to have likes and dislikes. These are things you must learn thoroughly." Miyamoto Musashi |
|
|||
|
I work in every pars with 3000 of initial deposit in every pairs in timeframe 1 hour.
Iґm using this EA since last week in my trades, and in this moment I have 3.535,03. I would like to make the mobile alterations leaving stops with only 5 pips. Quote:
|
|
||||
|
Quote:
Code:
double diClose0=iClose(NULL,5,0); double diMA1=iMA(NULL,5,7,0,MODE_SMA,PRICE_OPEN,0); double diClose2=iClose(NULL,5,0); double diMA3=iMA(NULL,5,6,0,MODE_SMA,PRICE_OPEN,0);
__________________
"You should not have a favourite weapon. To become over-familiar with one weapon is as much a fault as not knowing it sufficiently well. You should not copy others, but use weapons which you can handle properly. It is bad for commanders and troopers to have likes and dislikes. These are things you must learn thoroughly." Miyamoto Musashi |
|
|||
|
which would be the code to modify for one hour?
Quote:
|
|
|||
|
Quote:
just change Code:
5 Code:
Timeframe Code:
extern double Timeframe = 60; |
|
||||
|
the attached ea has the timeperiod=0; by default, meaning it will use the period of the chart it is attached to. Also, fixed the StopLoss bug, and changed trailing stop default parameter to the minimum accepted by the author's origional coding...
Code:
extern int timeframe=0; extern double stopLoss = 50; extern double lTakeProfit = 20; extern double sTakeProfit = 15; extern double lTrailingStop = 10; extern double sTrailingStop = 10; extern color clOpenBuy = Blue; extern color clCloseBuy = Aqua; extern color clOpenSell = Red; extern color clCloseSell = Violet; extern color clModiBuy = Blue; extern color clModiSell = Red; extern string Name_Expert = "100 pips"; extern int Slippage = 2; extern bool UseSound = true; extern string NameFileSound = "shotgun.wav"; extern double Lots = 0.1; Code:
void OpenBuy() {
double ldLot, ldStop, ldTake;
string lsComm;
ldLot = GetSizeLot();
ldStop = Ask-Point*stopLoss;
ldTake = GetTakeProfitBuy();
lsComm = GetCommentForOrder();
OrderSend(Symbol
(),OP_BUY,ldLot,Ask,Slippage,ldStop,ldTake,lsComm,0,0,clOpenBuy);
if (UseSound) PlaySound(NameFileSound);
}
void OpenSell() {
double ldLot, ldStop, ldTake;
string lsComm;
ldLot = GetSizeLot();
ldStop = Bid+Point*stopLoss;
ldTake = GetTakeProfitSell();
lsComm = GetCommentForOrder();
OrderSend(Symbol
(),OP_SELL,ldLot,Bid,Slippage,ldStop,ldTake,lsComm,0,0,clOpenSell);
if (UseSound) PlaySound(NameFileSound);
}
__________________
"You should not have a favourite weapon. To become over-familiar with one weapon is as much a fault as not knowing it sufficiently well. You should not copy others, but use weapons which you can handle properly. It is bad for commanders and troopers to have likes and dislikes. These are things you must learn thoroughly." Miyamoto Musashi Last edited by fxid10t : 01-02-2006 at 07:49 PM. Reason: reattached working modified file |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/703-100-pips.html
|
|||
| Posted By | For | Type | Date |
| Обсудим пару экспертов? - Технический анализ Forex | This thread | Refback | 07-01-2008 09:50 AM |
| forex-tsd.com 100 pips - Forex Trading - StartAid link | This thread | Refback | 03-04-2008 11:30 AM |
| 3 forex pips trading | This thread | Refback | 01-23-2008 11:38 PM |
| forex-tsd.com 100 pips - Forex Trading - StartAid | This thread | Refback | 12-21-2007 10:58 AM |
| Обсудим пару экспертов? - Технический анализ Forex | This thread | Refback | 11-20-2007 01:21 AM |
| Обсудим пару экспертов? - Технический анализ Forex | This thread | Refback | 11-12-2007 11:13 AM |
| Технический анализ Forex > Обсудим пару экспертов? | This thread | Refback | 08-08-2007 12:09 PM |
| Обсудим пару экспертов? - Технический анализ Forex | This thread | Refback | 08-01-2007 06:27 PM |
| Pips Forex Trading trading-in-forex.info | This thread | Refback | 07-26-2007 07:01 AM |
| 3 Forex Pips Trading | This thread | Refback | 07-04-2007 07:43 PM |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| OILFXPRO D T S S 150 Pips per day/40,000 pips per annum | el cid | Manual trading systems | 188 | 12-31-2007 03:20 PM |
| EA 50 pips | yocy1 | Expert Advisors - Metatrader 4 | 0 | 06-08-2007 12:35 PM |
| at least 10-50 pips a day | elihayun | Manual trading systems | 48 | 05-28-2007 11:27 AM |
| 10 pips per day | eagle4x | Suggestions for Trading Systems | 50 | 09-03-2006 06:17 AM |