Jump to content

JFX_2007

Members
  • Posts

    24
  • Joined

  • Last visited

Posts posted by JFX_2007

  1. It might be a virus, it might not. Some antivirus tools see forex .exe files as a virus when they are not. But it would be safer to be sure than infect your computers.

     

    If someone has access to the .ex4 or .mq4 files that have been educated, can you upload that instead of a complete installer?

     

    Thanks!

  2. Re: (REQ) Unlimited Forex Wealth

     

    Which indicator are you talking about? The one I see in the PDF is the Moving Average. That's not a custom indicator, it comes with your metatrader platform.....

     

    I'm not so sure this is the greatest system in the world. I just received this email from the Forex Juggernaut people, offering me $950 discount!!! So I can buy it for $47.... What a discount! The links below take me to this page: http://www.unlimitedforexwealth.com/special47.html.

     

    I'm thinking that if they are offering such a huge discount already, they have not sold too many of these. :berbusa:

     

    Update: I just went to navigate away from the link and received a popup message: If I buy NOW, I can get this system for $7. This is my LAST CHANCE!!! =)) =)) =))

     

    ------------------------

     

    As a valued customer we have an INCREDIBLE

    AMAZING Time-Sensitive Special Offer for you!...

     

    Unlimited Forex Wealth is definetely the MOST

    profitable thing to HIT Forex PERIOD!...

     

    ==>>> CLICK HERE TO SAVE $950 TODAY!

     

    The revolutionary system & indicator will continue to sell for $997

    so you can save a whopping $950 and get access to the hottest

    strategy for literally nothing. (OVER 950% DISCOUNT FOR NEXT 6 HOURS)

     

    * Earn over $8000 per trade...

    * Incredible XForecaster Indicator bonus

    * Is the most profitable way of earning forex profits...

     

    This is a 6 Hour Subscriber Exclusive Offer and it will not

    last for long. This TIME-SENSITIVE offer expires soon and you

    will then have to pay $997 to create Unlimited Forex Wealth.

     

    This $950 discount Is Exclusively Available For the next 6Hours ONLY.

     

    ==>>> CLICK HERE TO SAVE $950 TODAY!

     

    Get ready for a fantastic trading week ahead.

     

    Forex Juggernaut

     

    PS. You have ONLY a few Hours left to get access to Unlimited

    Forex Wealth at this amazing price...from a team that provides the

    highest profitable forex trading strategies in the marketplace:

     

    ==>>> CLICK HERE TO SAVE $950 TODAY!

     

    The Clock Is Ticking.....

  3. Re: Cloverix

     

    It does not trade every day. I have it on a live GAIN account at .1 lots and it makes about $3 per trade because it only takes 2 pips profit. I don't have enough capital to risk more money. After 2 weeks, 4 trades, all wins.

  4. Re: What do you think about EA KAIN?

     

    What messages do you get in Journal? If you see comments about dll, be sure that you have gone into Tools/ Options / Expert Advisors and turned on "Allow DLL imports" as Benny says in his posting above. It backtests just fine if you do that.....

     

    Backtesting question: Does anyone find a big difference with "Aggressive" setting = true? On EURUSD backtest from September to now, false = 6.5% profit, true = 7.2% profit.

     

    Benny, do you have a manual you can upload? I'm wanting to make sure about which pairs/ timeframes to use.

     

    Thanks!

  5. Re: Elite Currency Trader EA

     

    VCs are Venture Capitalists. They will lend you money to get a project working. Then you have to pay them back. Lots of money.

     

    Here is the MQ4 and EX4 file. You will see that I commented out the Lot size override. I have backward and forward tested and am now able to adjust the lot size. If you read the thread, you will see that I commented out a function that includes something called ABRidge. I do not know what this does. So please test.

     

    This URL is only good for 10 downloads so if you download it, please upload it to another location and share that with everyone......

     

    hxxp://[email protected]/files/359495702/ECT.rar.html

  6. Re: Elite Currency Trader EA

     

    I commented out the code that overrides Lot size and went to forexsh@ring to upload it but their account has been suspended. :berbusa:

     

    Anyone else know a good (anonymous) file sharing site?

     

    Ussel: if you have fixed the SL code, then perhaps you can merge that fix with mine once it's uploaded. I ran a backtest and even with the default SL 0, I see that it stopped out one trade at -61 pips. I don't have time to do longer backtests backtest today.

  7. Re: Elite Currency Trader EA

     

    I'm willing to begin testing on a live account. But not until I can reduce the lot size below $1 a pip. If no-one has a manual to share the information I was asking for above, I will go ahead and change the code and test but it will take some time before I feel comfortable sharing. A programmer who does not understand what he is changing should not be changing anything. <):)

  8. Re: Elite Currency Trader EA. Please make lot size external.

     

    Hi everybody,

     

    Could you please make the Lot size external on Inputs so that we can select the lot size according to our own risk?

     

    I tried to put Lot = 0.01, but this EA always place 0.1 lot size. Something wrong with its' internal coding, I think, but I don't know how to correct it so it can place proper lot size as I define.

     

    Thanks

    Han

     

    I discovered the same thing and am looking at the code now because I also do not want to run .1 lots. I feel safer going live with this at .01 lots so I can test it against a live data feed before increasing the lot size.

     

    Does anyone have access to the manual? I need to understand what ABRidge input variable is for, since the internal logic checks this and the lot size.

     

    One function:

    if (Lots == 0.0 && ABRidge < 1.0) {

    Print("ABRidge is less than 1");

    return (FALSE);

     

    And a little further down:

     

    double CalcLotsVolume() {

    double ld_ret_0;

    if (Lots > 0.0) ld_ret_0 = Lots;

    else ld_ret_0 = MathFloor(AccountEquity() / MaximumOrders / (ABRidge * AccountLeverage())) / 10.0;

    if (ld_ret_0 < 0.1) ld_ret_0 = 0.1;

    else

    if (ld_ret_0 > vobDepth) ld_ret_0 = vobDepth;

    return (ld_ret_0);

    }

     

    So if we are entering .01 lots, this is where it is overriding us and making lot size 0.1.

     

    I don't want to just change this, though, till I understand what ABRidge is and does.

     

    Thanks

    JFX

  9. Re: Forex Accumulator EA

     

    Yes, those are GMT times. You will need to adjust based on your broker's GMT offset.

     

    Yes, closing these windows does shut down some wins. But every loss wipes out 3 wins because this EA has a 3:1 RR ratio. If you have 17 losses in 5 months, you are wiping out 51 good trades. I would rather have the ability to close out the 2 windows that are causing **MOST** of the losses.

     

    If I take 25 fewer good trades and only have 2 losses, that means my losses have wiped out 31 wins instead of 51. Does that make sense? My EA takes fewer trades but is 50% MORE profitable.

     

    Also, If I knew that my robot is much less likely to have losses, I would increase my lot size.

     

    A robot like Accumulator is all about the numbers.

  10. Re: Forex Accumulator EA

     

    Here is my post from page 6:

     

    "The results on Forex Peace Army shows 17 losses in 5 months. 15 losses occur in these 2 windows: 5:00 - 8:00 and 17:00 - 20:00.

     

    I want to add a second time filter so that we can avoid both of these windows. The EA would still have taken 2 losses. But that is not as bad as 17 losses in 5 months. The FPA profit would have been $4,531 in such a case, instead of $2,634 that it is now......"

     

    What I did - and Phoenix made some modifications to, as well as tested - was add a second time filter.

     

    I recommend that you take the 2 BAD GMT windows above and adjust the time settings in your broker to avoid these windows. But test, to make sure. There will still be losses, but far fewer.

     

    EUR/USD is looking good. Does anyone else have other recommended pairs?

  11. Re: Forex Accumulator EA

     

    Hi everyone,

     

    Here is a new version. Version 3.1 has a second time filter I added. Please see my note on page 6 about hours that are not good for Accumulator III.

     

    Phoenix48 and I worked together on this. Please test, test, test before you put this on a live account.

    [url]http://www.multiupload.com/VMU6DTAPDI[/url]

     

    Let us know how it works.

  12. Re: Forex Juggernaut

     

    I am not backtesting this, I am testing it live with .01 lots on GAIN.

     

    This is the WORST EA I have ever seen. I think it must have been written by a drunken monkey with a headache. Do you want to get wealthy? Watch juggernaut. When it opens a trade, close it. Then open a trade in the OTHER direction and you will win. :berbusa:

  13. Re: forex accumulator

     

    Does anyone have mq4 version? I want to add another time filter. The results on Forex Peace Army shows 17 losses in 5 months. 15 losses occur in these 2 windows: 5:00 - 8:00 and 17:00 - 20:00.

     

    I want to add a second time filter so that we can avoid both of these windows. The EA would still have taken 2 losses. But that is not as bad as 17 losses in 5 months.

     

    The FPA profit would have been $4,531 in such a case, instead of $2,634 that it is now......

×
×
  • Create New...