Jump to content

pro

Members
  • Posts

    781
  • Joined

  • Last visited

Reputation Activity

  1. Like
    pro reacted to stovedude in [req]ibands-fx.com   
    OK. Here is the mod. I have approximated everything as the original code. If your broker is very similar to one in the code, you can enter that info (or even hard code it into the mq4 extern parameters and decompile it) under the CustomBroker part. I included the DST check as well. Hopefully everything works as desired. Please note that if your broker is already listed in the code, it will choose that info instead over your CustomBroker set. Also, if your broker is not listed and you haven't set CustomBroker=true, the EA will not work as before.
     
    http://www.4shared.com/file/oMddRhx0/iBands_v2.html
  2. Like
    pro reacted to Stormin_Norman in KangarooEA   
    HAHAHA yes, exactly right tomislav. liberté, egalité, and fraternité!
     
    That is exactly what this forum is for. I rarely purchase EAs, because there are rarely ones with purchasing. Being able to test these systems is important - not only does it help find any good ones (which we SHOULD purchase if we want more good ones to be released) but it also warns the general populous of ones which are dangerous for their account and will end up costing them more than just the 97 purchase price.
     
    now after that noble rant try this: http://www.multiupload.com/MQDQ7P0CK4
  3. Like
    pro got a reaction from domonkos in Post Your EX4 Here -Part 2   
    http://[email protected]/file/E65F5qYh/242.html
  4. Like
    pro reacted to yuuichi in {REQ} Turbo Pip Snipner   
    Be careful everyone.
    This is SCAM.
    It controls backtest result by dll(by using trading date).
     
    Key point is gi_268.
    gi_268 become true only for backtest(i.e IsTesting()=true).
    And gi_268 become false when real or demo trade(i.e IsTesting()=false).
    This gi_268 is concerned with TurboPipSniper.dll.
     
    I check backtest both gi_268= true or false.
    gi_268= true is profitable(Backtest).
    gi_268= false is unprofitable(real or demo trading)
    It's quite different.
  5. Like
    pro got a reaction from DOVADOV in Post Your EX4 Here -Part 2   
    http://[email protected]/file/E65F5qYh/242.html
  6. Like
    pro got a reaction from huuu in Post Your EX4 Here -Part 2   
    http://[email protected]/file/E65F5qYh/242.html
  7. Like
    pro reacted to stovedude in [req]ibands-fx.com   
    This would be a hard one. It has many broker options, and completely different settings for each, mostly trading hours and months, as well as a couple other little things. We would have to make all those things external, and also make it 4/5 digit and ECN compatible,etc....
  8. Like
    pro reacted to rusty1975 in {REQ} Turbo Pip Snipner   
    hi ,
     
    for all the good share spirit of this great forum , educated it if possible
     
    rusty
     
    http://www.megaupload.com/?d=XUKZI7P0
  9. Like
    pro reacted to safire25 in [REQ] White tiger ea   
    use on demo account with trade copier to your live account
  10. Like
    pro reacted to robotfx2 in [REQ] forex-breakout-genius   
    mirror for future http://www.fileserve.com/file/CTxxgr4
  11. Like
    pro got a reaction from indo37 in [REQ] forex-breakout-genius   
    @ indo37. try it again, it worked for me now
  12. Like
    pro reacted to jtaka in [REQ] forex-breakout-genius   
    Probably this is.

    http://depositfiles.com/files/pxmzwyt4e
  13. Like
    pro reacted to ryan-isra in [REQ] forex-breakout-genius   
    Here we go:
     

    http://www.4shared.com/file/JXyNoVAT/Breakout_Genius_v03b.html
     
    ** UPDATES **
     
    Here is the Genius v4.
     

    http://www.4shared.com/file/9uUyBbCq/Breakout_Genius_v04.html
  14. Like
    pro reacted to micoli in [REQ] forex-breakout-genius   
    Here it is.
     
    I think don´t need education
    http: / / bit.ly/bPIV3k (just remove the spaces)
  15. Like
    pro reacted to ⭐ SHOWBABA1 in Biola EA   
    yea yea, i will a backtest on same period as norman and if it same i post it with setting, agreed (then we have a deal) i will do that wen i get home.
  16. Like
    pro reacted to jtaka in {REQ} CASH GENERATOR RDB   
    You can see all manuals and set files by Free registration.
    Here you go:

    http://365ea.co.cc/
  17. Like
    pro reacted to richdad711 in {REQ} CASH GENERATOR RDB   
    here you go => http://www.megaupload.com/?d=VQ957D3C
  18. Like
    pro reacted to expat1967 in Indo Run (First post will be updated with new versions/setfiles/etc.)   
    Check inside the MQ4 for time beeing:

    extern string Menu = "Indo Run Setup"; extern string EAName = ""; //Comment for your orders, you might better leave it empty ;) extern bool IndoRunLabelOn = false; //Switches Chart Label on/off extern string MagicNumber = "Random Magic will overide manual set Magic Number"; extern int Magic = 128738; //Order Magic Number extern bool UseRandomMagic = false; //Switches the Random Magic Number on/off extern int RandomMagicLower = 100000; //Sets the lower Magic Number boundry extern int RandomMagicUpper = 200000; //Sets the upper Magic Number boundry extern string DayFilter = "Select the days for Indo Run to trade"; extern bool Monday = true; // Selecting a day true/false will hold the EA off trading that day if no trades are open extern bool Tuesday = true; // Overides day filter if trades are open (Basket) extern bool Wednesday = true; extern bool Thursday = true; extern bool Friday = true; extern bool Saturday = true; extern bool Sunday = true; extern bool TradeMonthEnd = true; extern int MonthEndOffset = 3; //Offset to define the last trading day of a month (31 - Offset) extern bool TradeFirstDayOffMonth = true; extern int DayOffset = 0; //Per default the Offset is 0 thus the 1st of a month is filtered extern double GMTOffset = 1; extern string HourFilter = "Select the Trading Hours or set to 24h"; extern bool Trading24h = true; extern int HoursFrom = 10; //Start Trading Hour Broker Time (Standad Settings GMT), the EA overides time if trades are open (Basket) extern int HoursTo = 6; //Stop Trading Hour Broker Time Standard Setting GMT), the EA overides time if trades are open (Basket) extern string Session_Filter = "Only in 24 Mode: Use both Session Filter together only!"; extern string Session_Filter1 = "Filters per default London Session (GMT)!"; extern bool SessionFilter1 = false; //Session Filter Settings in GMT / Use only in combination with SessionFilter 2 extern double SF1Hour_On = 5; extern double SF1MinuteOn =45; extern double SF1Hour_Off = 9; extern double SF1MinuteOff = 0; extern string Session_Filter2 = "Filters per default NY Session (GMT)!"; extern bool SessionFilter2 = false; //Session Filter Settings in GMT / Use only in combination with SessionFilter 1 extern double SF2Hour_On = 11; extern double SF2MinuteOn =45; extern double SF2Hour_Off = 17; extern double SF2MinuteOff = 30; extern bool AvoidNews = false; //Switches News Filter on/off extern bool High_Impact=true; extern int MinsUntilNextHighNews=180; extern int MinsSincePrevHighNews=180; extern bool Medium_Impact=true; extern int MinsUntilNextMediumNews=90; extern int MinsSincePrevMediumNews=90; extern bool Low_Impact=false; extern int MinsUntilNextLowNews=60; extern int MinsSincePrevLowNews=60; extern string Info5 = "Main Order Setup"; extern string PAO = " ProfitAllOrder will calculate automatically while the Lotssize is changed!"; extern double ProfitAllOrder = 15; //Cumulated Sell Order Take Profit in Account Currency based on 0.1 Lotsize extern bool FixedProfitAO = false; // If true, ProfitAllOrder amount set will be used only/Have to be set to tru while using Martingale!!! extern bool ADVProfitMode = false; //Advanced Profit Modue which reduces the Profit Target on increasing opened Orders in the Basket extern bool ATRProfitMode = false; //This Mode will take the Profit (>=ATR Profit) while the ATR is Filtering on open trades extern double ATRProfit = 4; //This value does not adjusts automatically while the Lotsize is changed. extern bool ADVATRProfit = false; //Overrides ATRProfit set and will apply ProfitAllOrders/ADVATRProfitx extern double ADVATRProfitx = 3; //ProfitAllOrders/ADVATRProfitx extern bool DynamicProfit = false; //If true, when ProfitAllOrder limit is reached the profit will trail by the defined step extern double DynamicProfitStep = 1; //Inc of the ProfitAllOrder value int OpenOrdersLimit = 0; //Limits the number of open orders extern bool DeletePOMode = true; // Bug: if false Sell Open Orders are not registered and counted extern int SingleOrderSL = 0; //Stop Loss of each individual Order in Pips extern int SingleOrderTP = 0; //Take Profit of each individual Order in Pips extern bool ADVOffsetMode = false; //If false Pending Orders are placed on the current ASK/Bid Price extern bool ATRStepOn = false; //If true the step value/price offset is linked to the current ATRPips value extern bool ATRPipsToStep = false; //If true the ATRPips value will be used as Step/Price Offset extern int PriceOffset = -16; //Step/Gap in Pips where Pending Order is placed to current price basic extern bool StepFactorOn = false; //Factor which increases the Step per Order extern int StepFactor = 10; //ProfitOffset*(OrderCounter/StepFactor+1) extern int PriceOffset1 = 0; ////Step/PriceOffset added in Low Range ATR while ATRStepOn is set to true extern int PriceOffset2 = -1; //Step/PriceOffset added in Mid Range ATR while ATRStepOn is set to true extern int PriceOffset3 = -2; //Step/PriceOffset added in High Range ATR while ATRStepOn is set to true extern double Lot = 0.1; //Single Order Lotsize / If FixedProfitAO = false Profit Target will be calculated automatically to the Profit Target set on 0.1 base (0.1 Lot = 15$ standard setting) extern int Slippage=4; //Price Change in Pips allowed during Order Processing extern string AutomaticLots1 = "Automatic Lotsize based on Account Balance!"; extern string AutomaticLots2 = "ProfitAllOrder gets adjusted automatically!"; extern bool AutoLotSize = false; //Automatic Lotsize based on Account Balance (Account Balance/300*MinLots) extern double Risk = 2; //"Risk Factor on which the Lotsize increases extern double MinLots = 0.01; //minimum Lotsize only used when Autolotsize is activated extern bool KLotSize = false; // if true Lot Size will double every 10K+ extern bool DoubleLots = false; //Doubles the Lotsize in the Asian Session extern bool Martingale = false; //Need to set FixedProfitAO=true!!!! extern double LotFactor = 1.4; //Increasing Factor of Martingale Lotsize extern double MartingaleMaxLot = 0.5; //Limit of Losize of Martingale!!! extern bool DoubleBasket = false; //if true the EA will trade with two Order Baskets (First Basket opens Trade second Basket comes online in addition) extern bool TripleBasket = false; //if true the EA will trade with three Order Baskets (Second Basket opens Trade third Basket comes online in addition) extern string Timed_Stop = "Stops Trading and closes all trades at selected time of a day!"; extern bool TimedStop = false; //Switches Time to close all open orders once a day on/off extern int StopHour = 14; //Timed Stop Hour GMT extern int StopMinute = 0; //Timed Stop Minute extern string ATR_Filter = "ATR Filter selection and setup!"; extern bool ATROn = true; //Switches ATR Filter on/off extern bool FilterMod = false; extern int ATR_Period1 = 7; extern int ATR_Period2 = 7; extern int ATR_Period3 = 7; extern int ATRMode1 = 0; extern int ATRMode2 = 0; extern int ATRMode3 = 0; extern double ATRShift1 = 0.0; extern double ATRShift2 = 3.0; extern double ATRShift3 = 5.0; extern double ATRUpLimit1 = 13.0; extern double ATRDnLimit1 = 7.0; extern double ATRUpLimit2 = 21.0; extern double ATRDnLimit2 = 16.0; extern double ATRUpLimit3 = 26.0; extern double ATRDnLimit3 = 24.0; extern bool CCIFilterOn = false; extern double CCIPeriod1 = 14; extern double CCIPeriod2 = 14; extern double CCIShift1 = 0; extern double CCIShift2 = 5; extern double CCICurrentUp = 65; extern double CCICurrentDown = -65; extern double CCIPreviousUp = 75; extern double CCIPreviousDown = -75; extern bool MomentumFilterOn = false; extern double MomentumPeriod1 = 3; extern double MomentumPeriod2 = 3; extern double MomentumShift1 = 0; extern double MomentumShift2 = 3; extern double MomentumCurrentUp = 100.1; extern double MomentumCurrentDown = 99.9; extern double MomentumPreviousUp = 100.2; extern double MomentumPreviousDown = 99.8; extern bool RSIFilterOn = false; extern double RSIPeriod1 = 3; extern double RSIPeriod2 = 3; extern double RSIShift1 = 0; extern double RSIShift2 = 3; extern double RSICurrentUp = 51; extern double RSICurrentDown = 49; extern double RSIPreviousUp = 53; extern double RSIPreviousDown = 47; extern bool DeletePOATR = true; // Switch to delete all pending orders while ATR is active extern bool DeleteOrderATR = false; // Switch to close all open orders while ATR is active (disabled due to current strategy set extern bool ApplyTradeContext=true; //Activates TradeContext is busy Alert extern bool TradeContextEmail=false; //Send email if Trade Context is busy extern string Stop_Out = "Closes all trades in basket on cummulated Profit/Loss!"; extern bool LossStopOutOn = false; //Switches Cumulated Loss Stop Out On on/off extern int LossStopOut = -5000; // Cumulated Loss in Account Currency which will close all open orders extern string CAT = "!!!Closes all trades in basket when true!!!"; extern bool CloseAllTrades = false; // Closes all open orders
  19. Like
    pro reacted to samansaeine in Tr@de M@x 21   
    Hi there
     
    it shared
    http://www.megaupload.com/?d=J346UA51
     
    GBPUSD
    TF 5M
     
    Thanks.
  20. Like
    pro reacted to joeytrader in Forex Morning Trade   
    Hi jurne, glad you pocketed 40 pips from FMT today.
     
    But just want to make sure that everyone should be aware that, at least officially, the author has changed take profit target from 40 pips to 35 pips starting 1st of November.
     
    I posted that changes back in post #174, but for everyone's convenience, here is the relevant section again:

     
    Edit: But of course, every trader should decide for himself/herself what tp and sl he/she feels most comfortable.
     
    Edit 2: Interestingly, checking the author's own trade results, even the author himself does not follow his own rules precisely. For example, today Thursday, he should have either break-even at zero pip, or profit of 35 pips. But instead he is recording a win of 39 pips. Is he still targeting 40 pips even though he is telling us to go only for 35 pips?
  21. Like
    pro reacted to Jarora in Element 6.0   
    Hi everyone,
    I share Element 6.0 but I need a manual or set. Please share.
     
    Element 6.0
    http://www.multiupload.com/TVLBR63A6B
     
    Web
    http://dollaromania.com/
  22. Like
    pro reacted to Stormin_Norman in Element 6.0   
    I had a version i got from somewhere previously.
     
    Here is a translation of the instructions within:
     
    http://www.multiupload.com/81IRHWGTFX
  23. Like
    pro reacted to ⭐ SHOWBABA1 in TrendMaster EA   
    http://hotfile.com/dl/78192444/c74f93a/TrendMaster_EA.mq4.html
     
    thanks will do
  24. Like
    pro reacted to testttt in Forex Crescendo - EA on page 1   
    dll patching solution

    http://www.4shared.com/file/xUkBGEoI/Crescendo_v12_edu.html
  25. Like
    pro reacted to txsundevil in [req]ibands-fx.com   
    Pro: best info is at the link listed below, the manual was in japanese
     
    http://forexfreesystems.com/forex-new-systems-and-robots/ibands-fx/
     
    there was at one time a 5 month demo report that showed good profit, however now not available the brokers it trades on. It will run Live & demo I have traded it live at FXDD, I trade it four times a week I am in Houston USA so I trade it on Monday-Thursday time is just at near end of NY sesssion, I think Forex Multivers is a clone of this somewhat, as some trades open nearly exactly the same, one demo 2 weeks ago trading 0.16 lots $1.60 pip made $180, very few losing weeks, best to avoid trading if major report near end of NY session. This EA is not being sold anywhere currently, basically somewhat of an Asian scalper but very good in my opinion, trades on 15 minute TF at curriencies listed at link, as stated they did have a 5 month report at FXDD that looked very good,I believe that this is a worthwhile EA, with Limited Risk. The complete IBANDS website has been removed for about 2 months now.
×
×
  • Create New...