Jump to content

Indianamac

Members
  • Posts

    10
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Indianamac got a reaction from acaciam39 in Forex Cash Bot   
    Here is the original forex cash bot ultimate decompiled with ex4-to-mq4build224,still needs to be educated:
     
    http://www.mediafire.com/?onjnkxrjko073d4
  2. Like
    Indianamac got a reaction from noone22 in Forex Scalpa   
    I have backtested the above version but I do not get the same backtest results as the website says,I used MBTrading with EURGBP spread about 1pip.
     
    Here is a link to the original forex scalpa decompiled : hxxp://[email protected]/?cdmd24nltmj ,you can get the original EA and DLL from hxxp://www.forex-scalpa.com/collect.html if anyone can maybe educate this EA correctly?
     
    Thank you
  3. Like
    Indianamac reacted to grooter in EA 500% in ten days   
    I removed the account check, have not tried it myself yet:
     
    hxxp://www.multiupload.com/DMEH330IEE
  4. Like
    Indianamac got a reaction from sovereighn57 in Forex cash bot   
    Ultimate ver already shared here,just needs to be educated
     
    http://indo-investasi.com/showthread.php/9787-Forex-Cash-Bot
  5. Like
    Indianamac reacted to ⭐ fxknight in Forex Cash Bot   
    Here it is DLL free:
    http://www.mediafire.com/?65xpw1u77sjsyb5
     
    Use on EURUSD H1 only and run backtest from 2001 til current to decide if this is for you or not.
     
    Cheers
  6. Like
    Indianamac got a reaction from stovedude in Forex Cash Bot   
    Here is the original forex cash bot ultimate decompiled with ex4-to-mq4build224,still needs to be educated:
     
    http://www.mediafire.com/?onjnkxrjko073d4
  7. Like
    Indianamac reacted to FrankM in Forex Crescendo - EA on page 1   
    New update version 1.2 This needs to be EDU
     
    h**p://***[email protected]/file/b6zS-SQj/Crescendo_v12.html
     
    Frank
  8. Like
    Indianamac reacted to wadesworld in Forex Crescendo - EA on page 1   
    Can you please share what you have found? I wish I had the knowledge and resources to do what you're talking about.
  9. Like
    Indianamac reacted to ⭐ musketeer in Forex Crescendo - EA on page 1   
    127.0.0.1 localhost
     
    yourIP www.forexcrescendo.com
     
     
    127.0.0.2 www.forexcrescendo.com
     
    that will point www.forexcrescendo.com to 127.0.0.2
  10. Like
    Indianamac reacted to ⭐ chrisyeap in Forex Mastery 2.0   
    1)Forex Mastery Risk Calculator link below:
     
    http://www.ouforexmastery.com/members/files/Forex%20Mastery%20Trade%20Sizing%20Risk%20Calculator.xls
     
    2)Calculating Stop Loss Take Profit:
     
    http://ouforexmastery.com/members/wp-content/uploads/Calculating%20Stop%20Loss%20Take%20Profit.pdf
     
    3)Configuring the Alert:
     
    http://ouforexmastery.com/members/files/Configuring%20the%20Market%20Scanner%2020091117.pdf
  11. Like
    Indianamac reacted to inko.gnito in forex legend   
    What I got so far is that 2 URLs are accessed when you run the EAs:
    http://fapturbo.com/gmt.php
    http://forexlegend.com/access/fl.php?
     
    I decompiled the dll file, however my c skills are very limited. What I found out by sniffing is that the dll calls the latter URL like the following:
    http://forexlegend.com/access/fl.php?file=ForexLegendTrendFollower:1.00&base=11111111&acct=11111&type=0&code=911
    same is with the Scalper
    http://forexlegend.com/access/fl.php?file=ForexLegendScalper:1.00&base=11111111&acct=11111&type=0&code=911
    type is demo, there you should pass over 0
    code is the authentication code which I have no clue of
    acct is the account number
    If you call the url in your browser you get the following:
    00000000|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled due to invalid authentication details
    If you pass at least a correct base-number you get:
    11111111|ForexLegendTrendFollower Disabled|ForexLegendTrendFollower is disabled because the receipt number is incorrect
    The first 8 digits are a number I changed also.
     
    I changed the base-number to 8 times a 1. It differs from machine to machine so this could be some kind of machine id.
     
    What I found so far in the c-code is that the open buy and the can_open functions also call the Activate function. Therefore these 2 functions have to be completely rewritten in the mql code and the call of function call Activate in mql has to be removed. That may do the trick.
    Perhaps also the GetState() response has to be altered, but that seems to be just visual cosmetic.
     
    If that does not work maybe one can find out what the valid the response for the call of their php file is. Then like the trick with Ninja Trader you could run a local webserver that will respond with this value. I already tested it with a simle 1 as response, but that did not work.
  12. Like
    Indianamac reacted to halcyonn in forex legend   
    Hi,the eas need proper education and decompilation.enjoy all!
     
    http://www.multiupload.com/IRP9MUDG36 Legend follower
     
    http://www.multiupload.com/YIR80TG4MJ Legend scalper
  13. Like
    Indianamac reacted to leonytham in EA Generator   
  14. Like
    Indianamac reacted to thesaint in FAP Turbo v50   
    It's been awhile... since FAPT is about as good as dead... Thought it is a good time to contribute back to
     
    http://www.multiupload.com/CFDZHWQIBG
     
    Attached is the live and unedited. Also here is the KeyGen...
     
    http://www.multiupload.com/4MJ6RSJVQN
  15. Like
    Indianamac reacted to dinj in Forex Maximizer   
    Here you go fellas, I added Money Management to Forex Maximizer:
    ------------------------------------------------
    http://www.multiupload.com/I202U1KTQ1
    ------------------------------------------------
    I backtested it on FXOpen and the MM seems to be working well, although I don't think the EA is very profitable.
     
    I'm still learning how to program, so it would be cool if a pro could comment on the code I added, if it's alright.
    This is what I added inside the function start():
     
    if (Micro_Lots == TRUE) Lots_Digits = 2; else Lots_Digits = 1;
    if (MM) lots = NormalizeDouble(AccountBalance() * MM_risk / 220 / 1000, Lots_Digits); else lots = LotSize;
     
    I initialized of course the variables Micro_Lots, Lots_Digits, MM_risk and lots, in the beginning. Lotsize was the only one that was already there.
     
    It should support microlots and for the calculation, I used a risk of 220 pips. I couldn't find the stoploss in the code, as it is dependent on the variable ad_8, whose value seems to be hidden inside the DLL, so I put a historical stoploss by backtesting it with fixed lotsize from 01.01.2008 until today, and then I did an average of the 5 worse trades {236, 225, 220, 212, 209}, which is 220.
     
    I reckon it might have been better using a function to calculate it instead of putting those two lines inside start(), but I guess it makes no difference.
     
    Any feedback?
  16. Like
    Indianamac reacted to JasonKwok in Forex Maximizer   
    this seller has 3 up sell, total of 2 EAs on GBPUSD and GBPJPY, and 2 manual systems.
    The official download site is not protected by userid nor password.
    ALL FOUR systems can be downloaded for FREE from their site.
     

  17. Like
    Indianamac got a reaction from halcyonn in Forex-AI Autotrader (sharing)   
    trading4living,
     
    in the optimization tab eg.
     
    drawdown 70
     
    just type your new number in front of it like eg 30: 3070
     
    then with your keyboard arrow and backspace remove the 70
     
    then enter.
  18. Like
    Indianamac reacted to testttt in Pro Forex Robot (PRF) by Ron Carter   
    educated..

    http://www.4shared.com/file/RrPht6JG/pfr_2010_edu.html
    pass indo-investasi
     
    this is a scammer that reads history files to cheat in backtest, be careful when you use it
  19. Like
    Indianamac reacted to TradR in Pro Forex Robot (PRF) by Ron Carter   
    Needs to be educated:
     
    hxxp://[email protected]/6ec767a1
  20. Like
    Indianamac reacted to moomoocow in Forex Scalpa   
    Edu:
    http://sharebee.com/d6fe03dc
     
    Pass: moo
×
×
  • Create New...