tongtoro Posted January 5, 2010 Report Share Posted January 5, 2010 i get from my friend here the rules. 1st: if you put the EA into M1 Timeframe, it will use H4 to define the trend + M1 to check the entries. if you put the EA into M5 Timeframe, it will use H4 to define the trend + M5 to check the entries. and so on.. 2nd : I've added the variables : StopLoss = 100; TakeProfit = 20; for us put any value and leave it comletly automated. PercentRisk = 0 ; // if = 0 , lots value will be Lots variable, if different, the variable "StopLoss" MUST be different of 0, because the EA will calculate the new Lots Value according PercentRisk and StopLoss that the customer input. BarsExpiration = 5; // if we receive one signal, but the same wasn't reached in "x" numbers of bars, The EA will to delete this signal and looking for another . if 99999 as default, will not use this function ok // Some alerts SendEmail = true; TurnONAlerts = true; **************************** Hi Friends, Attached the new version of D8D3 System ( V2) Updates: extern bool UseHiddenSL = false; // if = true= will use internal SL ** the variable "StopLoss" MUST be different of 0 extern bool UseHiddenTP = false; // if = true= will use internal TP ** the variable "TakeProfit" MUST be different of 0 extern double PercentRisk = 0; // if = 0 , lots value will be Lots variable, if different, the variable "StopLoss" MUST be different of 0, because the EA will calculate the new Lots Value according PercentRisk and StopLoss that the customer input. extern int BarsExpiration = 99999; // if we receive one signal, but the same wasn't reached in "x" numbers of bars, The EA will to delete this signal and looking for another extern int Slippage = 5; // Max Slippage accepted extern bool TradeTime = false; // if = false , it will works during all day extern string StartHour = "13:00"; extern string StopHour = "22:00"; extern bool TradeFriday = true; // if false will not trade on friday extern bool CloseAllTradesAfterFridayTime = false; // if true, will close all trades After "StopFridayHour" extern string StopFridayHour = "18:00"; extern int MaxNumberOfTrades = 5; // Max Number Of Trades simultaneously extern int ADXLevel = 25; // Adjustable Values extern int ADXPeriod = 14; extern bool UseRSIOverSold_Bought = false; // if false will ignore this Filter extern int RsiPeriod = 14; extern int RsiOverBoughtLine = 70; // if RSI value is between RsiBuyRangeLow and RsiOverBoughtLine will be allowed to entry in a buy trade extern int RsiOverSoldLine = 30; extern bool UseMACD = false; // if false will ignore this Filter extern double MacdLevel = 0; // for buy trader, if Actual MACD Vaue is > MacdLevel , will be allowed put an order. The same for Sell Trader (Actual MACD Vaue is < MacdLevel) extern int MACD_FastEMA = 12; extern int MACD_SlowEMA = 26; extern int MACD_SignalPeriod = 9; extern bool UseWilliam = false; // if false will ignore this Filter extern double WillianPeriod = 14; extern int WilliamOverBoughtLine = -20; // if RSI value is between RsiBuyRangeLow and RsiOverBoughtLine will be allowed to entry in a buy trade extern int WilliamOverSoldLine = -80; extern bool UseCloseOrderOppositeBand = false; // if = true= will Close buy order when touch lower band and vice versa extern bool TrailingStopEnable = false; extern int TrailingStopPips = 20;// How many pips to do trailing. extern int TrailingStep = 3; // After Start trailing, how many pips to change the Trailing.The good value would be "3" here but you can change extern bool LockPipsEnabled = false;//true/false to use this tool extern int LockPipsThreshold = 50; // how many pips need to be valid to to change one order (In pips, blocks) extern int LockPips = 1; // how many pips will lock from open price extern bool TradeInAOppositeDirec = false;// if true, instead of Buy will put a Sell trader ********************* Hi Friends, Please take a look at this new version attached of D8D3 System V3 adds: - external comment EA - Max Number of the orders valid per day - Just signal instead of open trades . If ?nlySignal ?variable = true,will not open trades, just put arrows in the chart. - Buffer Variable to entry point. ( EntryBuffer ) In the V2 version, We were calculate the High+2 points to put a Buy order. Now we are calculating High+ *Buffer* points . The same for sell orders. - Tested in Gallantfx Broker and running normally *********************** Hi friends, Attached the Last version of D8D3 TS (V4) with the modifications below: ->SetSLTP_After = true/false -> It will set StopLoss and TakeProfit after trade is open, as there are some brokers that does not allow them to be set on market orders -> StartHour2 = "20:00"; StopHour2 = "22:00"; To operate in 2 period of the day ***************** if you had, please post the D8D3 ebook.. Quote Link to comment Share on other sites More sharing options...
tongtoro Posted January 5, 2010 Author Report Share Posted January 5, 2010 Re: SureFire ea D8d3 Here the ea http://slil.ru/28439261 Push Kudo Button Please i will post another surefire ea A9D1 F9D1 F9L1 ASAP.. :D loui_odeh 1 Quote Link to comment Share on other sites More sharing options...
⭐ deadsoul Posted January 5, 2010 Report Share Posted January 5, 2010 Re: SureFire ea D8d3 @tongtoro here is the book..enjoy to the max friends.... http://www.multiupload.com/DEFS9CU3Q7 Quote Link to comment Share on other sites More sharing options...
Stormin_Norman Posted January 5, 2010 Report Share Posted January 5, 2010 Re: SureFire ea D8d3 thank you. im playing with it atm. do u have any settings to share? Quote "It is inconceivable that anyone will divulge a truly effective get-rich scheme for the price of a book." Victor Niederhoffer (1943–), US hedge fund manager and statistician Link to comment Share on other sites More sharing options...
tongtoro Posted January 5, 2010 Author Report Share Posted January 5, 2010 Re: SureFire ea D8d3 hello, it is said 404 not found for the ea.. would u please reupload? thanks Link ea had been checking, and it;s works, Quote Link to comment Share on other sites More sharing options...
loui_odeh Posted May 30, 2010 Report Share Posted May 30, 2010 could you please reupload the EA, i cant find where to download it thanks in advance Quote Link to comment Share on other sites More sharing options...
mograst Posted May 30, 2010 Report Share Posted May 30, 2010 Hi, please re-upload the link doesn't work anymore. Thanks Quote Link to comment Share on other sites More sharing options...
Elma Posted May 30, 2010 Report Share Posted May 30, 2010 Here is my own EA i found in my hard disk.. http://[email protected]/file/bYdPY_j4/D8D3_3.html satoru4944 1 Quote ~Money often costs too much~ Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.