Jump to content

clovelly

Members
  • Posts

    180
  • Joined

  • Last visited

Posts posted by clovelly

  1. Re: Nexgen T-3 Indicators full open code (need fix)

     

    Hi,

     

    I have most of the indicators written in Easy Language,and DLL free.

     

    The usefull ones imho are :

     

    Trend bands - dll free

    Trigger Lines - dll free

    Macd BB Lines - dll free

    Scalp Momentum dll free - not usefull in FX due to lack of Open Interest & Volume

    ABC Plot Trends - require DLL

    AutoPrep - require DLL

     

    If you see latest version they only use this indicators.

     

    If you want the easy language code just ask.

     

    Regards,

     

    Eggzactly

     

    Eggzactly, I am interested in converting these codes to MT4. Can you post them?

  2. Re: [REQ]Primus 1.2 EA

     

    Hi

     

    I just researched to find out about it,, this Primus EA you guys have is a fake!!

     

    Abdulisback, how did you confirm that this EA is a fake? The EA is not bad though, considering that lots of others that have been marketed are much worse than these Primus ones. And the screens look very much the same as from those displayed by the seller on ebay. I think the EAs are real, and have potential, as they are clones from Megadroid & Enterra which correspond to Primus_Silver and Primus_1.2.

  3. Re: [REQ]Primus 1.2 EA

     

    Primus = megadroid

    And the Primus "indicators" are pure clones from other freely available indicators: Primus_MAAzS1 is the EXACT clone of MA_AngleZeroSigMA; and Primus_XLR is the EXACT clone of i_Trend, line by line! The only difference is that the Primus indicators put all "extern" inside, so you cannot change any parameters at runtime. Also, you can see all "megadroid" references inside the Primus Silver.dll, so it probably is a clone of an earlier Megadroid.dll. Is there anything that Primus wrote themselves for their product? Or maybe there is some "gentlemen agreement" between these suppliers that we do not know about?

  4. Re: Tadawulfx scam/cheating revealed with proof

     

    i'm confuse...now can some one explaine to me....

     

    Your current trade is a SELL, to buy it back at market price you have to pay the ASK price, which is the BID price (what you see on the chart) + spread. That's why your trade is still a loss when the current BID price is the same as your selling price.

  5. Re: [REQ]Primus 1.2 EA

     

    i tried with my amateur skills to unlock silver for multiple currencies, but failed. if someone with more skill then i can do it - it would be most appreciated.

     

    There are 2 arrays of pairs and their corresponding parameters (used for entry filtering)

     

    string gsa_532[] = {"EURUSD"};

    int gia_536[] = {10};

    int gia_540[] = {150};

    int gia_544[] = {30};

    int gia_548[] = {0};

    int gia_552[] = {6};

    int gia_556[] = {20};

    int gia_560[] = {8};

    int gia_564[] = {70};

    int gia_568[] = {30};

    int gia_572[] = {70};

    int gia_576[] = {30};

    double gda_580[] = {1};

    double gda_584[] = {12};

    double gda_588[] = {1};

    double gda_592[] = {1};

    int gia_596[] = {3};

    int gia_600[] = {21};

    int gia_604[] = {23};

    int gia_608[] = {21};

    int gia_612[] = {23};

    int gia_616[] = {15};

    string gsa_620[] = {"EURUSD"};

    int gia_624[] = {15};

    int gia_628[] = {150};

    int gia_632[] = {30};

    double gda_636[] = {2};

    int gia_640[] = {0};

    int gia_644[] = {36};

    int gia_648[] = {168};

    int gia_652[] = {275};

    double gda_656[] = {1};

    double gda_660[] = {10};

    double gda_664[] = {12};

    int gia_668[] = {3};

    int gia_672[] = {22};

    int gia_676[] = {23};

    int gia_680[] = {22};

    int gia_684[] = {23};

    int gia_688[] = {5};

     

    Currently, there is only one pair defined, "EURUSD", in gsa_532[] and gsa_620[], and therefore only one set of parameters in the various arrays defined after them. You can place extra pairs into these arrays (say ["EURUSD", "GBPUSD"]) and add extra items for the parameter arrays

     

    int gia_536[] = {10, xx, ...};

    int gia_540[] = {150, yy, ...};

     

    Lots of optimisation to do?

  6. Re: MegaDroid 1.1 craaacked

     

     

    Since the Timeframe for trading MD is 1 H ....

     

     

    H1 timeframe is only what Megadroid tells you to run EA on (it has to run on a chart of some TF), but internally MD uses TF returned by the S1_Init and S2_Init calls to the DLL, together with M1 for RSI, and it still uses tick data to make decisions. H1 actually does not play any part in the process. You can confirm this by running backtest on H1, M15, M30 and the results are (almost) the same.

  7. Re: (sharing) Victory EA - nice performance!

     

    Hello,

    The pics are a snapshot of backtests I just ran today. The backtests run only on H1 timeframe, default settings. Nothing has been optimized. There is no optimization needed or possible for that matter. Just run your backtests/forward tests on the pairs I enumerated earlier.

     

    Regards

     

    Thank you for the upload. What time period that you used to run these backtests? I did the backtest on both pairs (GU & GJ) from 1/1/2008 - 1/1/2009, both H1, using default settings, and the results were all loss, about -1000 USD for each pair.

  8. Re: [req] Profit Mountain

     

    can you show a demonstration of it somehow? (do u have cam studio to record your PC? - http://camstudio.org/)

     

    i was about to start to see if i could EA program it, but that mightnt be possible if it repaints.

     

    watch it with your naked eye in M1 for 15 minutes. Needn't camstudio to proof it :mrgreen:

     

    Storming_Norman, like chichicha said, I just view it using Visual Mode whilst displaying another chart (of same pair, same TF) with the indi already on it. You will see the difference. But maybe we can wait till they release their EA to find out how they get around the issue. But as it is now, the indi cannot be used for trading.

  9. Re: List of 5 Best EAs that Actually Work and make Money

     

    Here My best top choice Until now.... 8-)

    1. Fap Turbo vers 23 and 44 (tested live!!) and may 47....

    2. Thunder Euro-GBP vers 2e (tested live!!)

    3. Megadroid ver 1.10 (demo)...some tested live by other...

    4. Firebird driven by Samurai Power (Googling search please)...Tested live!!!!

    5. ............................................................................................................................................

     

    All the list above can be start with minimum $500 bucks recommended!!! :!:

    And still searching for the fifth................

    So guys how many EA would you insert on your chart and how many bucks will you spend for them??

     

    Caiyooooo..... :idea:

     

    4 & 5 may go to Enterra and Xtreme EURGBP. I have forward tested these as well, and they seem to be consistently winning with low spread (I use 4 max whilst most brokers increase them >=5). In this climate of brokers increasing the EG spreads during asian session, I am not sure how to make money from these 5 EAs. No trend-following EA in the list?

  10. Re: [req] Profit Mountain

     

    The indicator ProfitMountain repaints. I tested it using the Visual Mode, and as it is based on ProfitMountain2 which repaints, the arrows either do not appear or appear after a number of bars have passed. How come it has been called the "best" in the list of EAs? It just cannot be used at all.

  11. Re: [Req] a creation of an EA from this potential system

     

    Here you go .. but doesn't work .. looks like it have some connection with template.

     

    http://www.4shared.com/file/105670540/9778a316/GJ_EA_v1.html

     

    I saw that your code looks at indicator index 0 & 1 from GJ to find out if the color is blue/red. These indices are dummies, you should use indices 4&5 instead. In fact, the first 4 are not used at all.

  12. Re: FX4Caster Currency Strength Meter - to be cracked

     

    Hi

     

    What is the licence code, please ?

     

    Thank Lisa

     

    There is no need to crack the code. There is a version of validated program within ForexGrail software in 4shared http://www.4shared.com/network/search.jsp?sortType=2&sortOrder=1&sortmode=2&searchName=forexgrail&searchmode=2&searchName=forexgrail&searchDescription=&searchExtention=&sizeCriteria=atleast&sizevalue=10&start=0

  13. Re: Forex Magic Machine/ Can not do backtest because of errors

     

    Hi,

     

    I tried to do backtesting of Magic machine robot, but it has error "Ordersend 131" all the times.

     

    Could anybody try to double-check and correct the errors of this EA?

     

    Thanks and regards,

    James

     

    I have the same problem. Anyone else?

     

    The error 131 occurs only with brokers having "incongruent" settings of MinLot & LotStep (eg 0.1 and 0.01). When EA splits orders to 80/20 (80% for fixed TP, the other 20% with no TP), the 20% part sometimes dips below the MinLot value even though the total lot (100%, which already passed the MM lot test) is above MinLot. Testing with brokers like IB, FXDD, etc. (which have both MinLot & LotStep at 0.01) should make the errors go away. Or you can change the MM code to make it more flexible with different settings of MinLot & LotStep.

     

    I found the EA not very well written, esp in the OrderSend & OrderModify sections, causing intermittent errors.

×
×
  • Create New...