Jump to content

fxknight

⭐ V.I.P.
  • Posts

    847
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by fxknight

  1. Re: THV3 ea

     

    Starting, I am afraid you are a bit wrong with this "<<". it's a bitwise shift, and the problem is with type conversion. As long as MQL4 does not support type cast as C++ does, should be

     

    int m30 = (Period() == PERIOD_M30);

    int w1 = (Period() == PERIOD_W1);

    gi_1000 = (Period() == PERIOD_M1) + (Period() == PERIOD_M5) * 2 + 3 * (Period() == PERIOD_M15) + m30 << 2 + 5 * (Period() == PERIOD_H1) + 6 * (Period() == PERIOD_H4) + 7 * (Period() == PERIOD_D1) + (w1) << 3;

     

     

    Not sure why the decompiler "does not know" that, but anyways.

     

    Oh, as long as it uses Ichimoku, it should work nicely on EURUSD,EURGBP and JPY pairs on H1 and M30. Will see.

     

    You are right about Ichimoku but trading it on M15 and higher results in fewer trades versus M5. On the higher TF it probably gets less losses so it is worth trying. From what I understand from reading the TVH forum, the TF that the EA is placed is the cap of the TF where it will trade. For ex. on M5 it will take M1 and M5 trades but no higher. Keep this in mind when trading it live demo.

     

    Good luck

  2. Re: THV3 ea

     

    THV team purposely locked this to demo to stop people blowing their accounts without proper testing. I use this downloaded from their thread and on demo in the spirit of what they are trying to achieve.

     

    Hmm...though thats how I feel I can't for the life of me make the stupid thing trade and more frustratingly I cannot post at FF I just get a this page cannot be displayed page everytime...so maybe I'll use this instead.

     

    Just place it on a M5 chart with the default settings. It trades fine.

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

     

    hi all.. my desktop MT4 crashed when I use MQ4data for backtest.. this temporary stop me from doing any opt.. :( hope I can get it to up and running by weekend..

     

    Hi Sgteo,

    Why not just focus on using Alpari data for now unless you mind using 3/5 decimals? Mq4 data is known for missing bars, spikes, gaps etc. Just a suggestion and thank you for doing this.

     

    Regards

  4. Re: THV3 ea

     

    Thank you for share. ^:)^ ^:)^ ^:)^ ^:)^

    Please try this code I think it's correct of programming logic. X_X X_X X_X

     

    int buf = (Period() == PERIOD_M30);

    int buf1 = (Period() == PERIOD_W1);

     

    gi_1000 = (Period() == PERIOD_M1) + (Period() == PERIOD_M5) * 2 + 3 * (Period() == PERIOD_M15)

    + buf << 2

    + 5 * (Period() == PERIOD_H1) + 6 * (Period() == PERIOD_H4) + 7 * (Period() == PERIOD_D1)

    + buf1 << 3;

     

    I agree that this is correct. As long as the bitwise shift operation is done on an integer we are ok. Good that we can maintain the original logic of the system.

  5. Re: [ Req Decompile ] thv3 ea

     

    This is not a good de-compile.. When I try to execute the program there are errors in the log file and it will not run.. Also the De-compile is half the size of the origional ex4..

     

    There is a known bug in the de-compiler when it comes to handling LARGE ex4 files..

     

    Starting do you have the bug-fixed version of the de-compiler???

     

    This is a known issue with all decos as far as i know.

     

    I think if you erase one "<" in two places - you will not get the error ))

     

    gi_1000 = (Period() == PERIOD_M1) + (Period() == PERIOD_M5) * 2 + 3 * (Period() == PERIOD_M15) + (Period() == PERIOD_M30) << 2 + 5 * (Period() == PERIOD_H1) + 6 * (Period() == PERIOD_H4) + 7 * (Period() == PERIOD_D1) + (Period() == PERIOD_W1) << 3;

     

    Check the logic of equation, however. I'm not yet powerful in coding, so I left it as it is after decoing.

     

    Mxadam said he can remove protections, so I consider it will not be a problem for him to "clean" these errors either )

     

    Hi Starting,

    Thank you for decompiling this EA. Not to disagree with you but the "<<" operation is a logical shift to left (bitwise) which is much different than "<" (smaller than). I really don't see any reason for the logical shift when it comes to comparing timeframes so it makes most sense to say that it is a comparison. Apparently it is looking for the period to trade here since even if you put it on a H1 chart - it will still trade whatever it wants like M1, M5 etc. Maybe another programmer can offer his/her opinion on this issue just to make sure we have it right.

    BTW I placed it on few pairs like EJ, GJ, EURCHF, EU on H1 timeframes and it issued trades almost right away. We'll see how it goes.

     

    Good luck

  6. Re: THV3 ea

     

    Uf, who will find good settings for this one? :-ss

     

    Hello,

    Very nice complex EA. Thank you so much for posting it and for the decompilation. It seems the developer (Damiani who wrote the code for the Damiani_volt) preferes this as a scalping tool and he shows on is website (http://www.cobraforex.com/) that he uses it on EURJPY. Too bad it cannot be backtested at the moment since it issues lots of ObjectCreate errors. These can be fixed hopefully in the Trix indicator but I really don't know how it will affect the EA. I recommend to demo test it as a scalper on EURJPY and/or GBPJPY M1 timeframe. Also check out the forum for this EA for some really good tips http://www.forexfactory.com/showthread.php?t=168347

    It seems people are trading it on EURUSD M5 to M30 timeframes as well.

     

    Good luck

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

     

    Hi,

    I have followed with interest this thread that I started on Victory and I am very excited about the upgrades that you guys are doing. The backtests look very exciting as well. I can only say that personally I made good profit with this EA and I would use it with great confidence in a snap over any other EA that I have come across including the ones posted here.

    While most traders on this forum concentrate on finding that ultimate EA that makes great profit, this EA with proper optimization will provide great results. I hope we can stay focused on it to improve it and optimize it and that everyone interested will start some forward testing on the pairs that it trades.

    Please post the latest version along with the preset you used to generate the backtests when you are ready to release them. Very much appreciate your efforts.

     

    Best Trading

  8. Re: Forex Derivative EA

     

    If I were a moderator, I would delete this thread immediately. As mentioned before.. who would trust with real $ a scam developer like this? Who knows what other unpleasant surprises lie within his crooked DLL? This whole thing with him retooling his EA this past weekend has to do not with performance but the fact that he got caught being the "king" of scammers and he is trying to back-pedal his way out of it. Already many people know what deception he used and are moving on. There are better EAs out there guys. Please don't keep feeding this kind of scammer - stop using this EA for your own good.

     

    Best Trading

  9. Re: REQ: forex derivative EA

     

    This guy that developed this EA seriously should be put in jail. Can you imagine ordering this EA, backtesting it and thinking it performs well.. only to find out that it is draining you of every dollar in your account? The point is that the developer used deception to its highest degree to show good backtests by recalling the optimized values for every past year from the DLL. So he has no regard for any of his clients, but cares about only the income he gets from selling his EA regardless of what happens to his client's accounts. If I would have purchased this EA I would demand a refund immediately and send a message to this guy to take his deception and shove it up his a**. Would you even continue to think of using this guy's EA despite of what he has done so far?? Up to you..

     

    Best trading

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

     

    I got a pm.. I decided to edit it for all to test it..

     

    keep up the great job and help here coders and sharers fxknight... :shand:

     

    http://depositfiles.com/files/1espdav46

    pass: indo

     

    please share the BT results and set files..

     

    Here is the version with the Auto-PipRange adjustment. Apparently the high-Low range is key for this EA to be profitable. I used ATR to auto adjust it. Please look at the code and give your feedback after some backtesting. I dont believe the trading hours have a great impact on its performance. The developer used to optimize it every 3 months and send the new EA out to the clients. As I said, it used to be very profitable when he kept up with the optimization process.

    http://www.4shared.com/file/110030150/3421506f/Victory.html

     

    Good luck!

  11. Re: Has anybody tried 10pipspro?

     

    10pipspro good result for usdjpy, I try and result 2.6% per days

    Anyone have cracked 10pipspro EA ?

     

    Hi,

    Just tying to save you some time and hopefully some $$ too.

    1. This EA is trading time hours limited - bad sign

    2. Look at their own posted backtest - the account went from 23k to 17k after one draw.

    3. This is with their optimized settings for the backtest. Can you imagine starting to trade it and running in that kind of draw?

     

    Good luck

  12. Re: GOC ABHAFXS 2009

     

    ALL INDICATOR VALID UP TO 2018 :mrgreen: DONT WARRY

     

    Hi gody6000,

    I asked for the indicators to be decompiled because the developer has written some code poorly and it needs to be corrected. If this is your work, take no offense as I will explain why. The buffers that display the yellow levels and the blue signal line (ABHAFXS Timing v 2.0) are not stored for retrieval when asking the indicator for past bar values (shift+1, shift+2, etc.). This is a common mistake that amateurs make but in order for the indicator to be called properly by an EA it needs to be fixed. If you'd be kind to post the source code I will fix this and post back for everybody to use. Concept of the indicator is good but it needs a bit of fixing that's all.

     

    Thank you.

  13. Re: [sharing]VS_EuroCross_D03

     

    This is another EURCHF, EURGBP "during Asia" FAPTurbo spinoff. Even the author states on this blog that even though he coded this EA, he knows people are already nauseated with these theme of EAs. The fact that it has a DLL to "protect" it against being shared makes it even more un-appealing. I must say that this developer's EAs are good especially VS-EURCHF which is without DLL but I would stick to open-code FAPTurbo if I would trade these pairs during Asia. Just a recommendation and thank you for sharing to thesecret.

     

    Best trading

  14. Re: REQ: forex derivative EA

     

    What's up with dll? :cry:

     

    I think the DLL has the verification code of the purchased EA so the buyer does not want to post it due to fear of being sniffed out. Perhaps he can give it so somebody he trusts to "cook" the DLL and take the code out and then share it. Is this the case?

  15. Re: REQ: forex derivative EA

     

    Sorry Guys :twisted:

     

    i got this EA from my friend.

    i will ask him.

     

     

    Thanks tango!

     

    Also, This EA has no magic number. I am concerned that it will interfere with my other trades...

     

    This is one more reason that we need this EA decompiled so the magic number can be added. But only if it is worth doing. Sometimes what the author posts and what the real backtests are are very different. We won't know until the DLL is posted.

  16. Re: (REQ) F0r3x5hok3r

     

    fxknight,

    The backtestings i posted are from the original version.

    i bought it

     

    In this case my backtest match yours so the cracked performs as the original. The NN settings when changed from pair to pair make a small difference but not much. I think even optimizing these settings will not make the EA perform better. I guess it is a matter of choice if you want to use it. Results on backtest especially EURGBP appear to start being negative for the last 25 trades or so. Makes one think if it is safe to trade it and jumping in this drawdown at the moment. I guess a week of forward test will set the record straight.

  17. Re: (REQ) F0r3x5hok3r

     

    it's 2 pips for fxopen.

    this is the backtesting for GBPUSD in Fxopen. fixed 0.1 lots.

    keeps winning baby..

    http://www.4shared.com/file/108360358/884fbf14/BackTEST_Shocker1.html

    :mrgreen: :mrgreen:

     

    By all means if you like it - buy it. It would not be a smart idea to take a chance trading with a cracked EA unless you know 100% it performs identical to the original. Also dont forget to change the settings for the NN externals on each individual pair that you backtest/trade. Those are listed in the manual. Also the developer makes updates available from time to time which I would think keep the EA fresh.

    Can somebody who owns the original post few backtest results reports from Jan. 2009 til current so we can compare with the educated version?

     

    Thanks in advance

  18. Re: (REQ) F0r3x5hok3r

     

    If you put the Megadroid DLL side by side with the Shocker.DLL using a program like UltraCompare (hex) one can see similarities. My guess from looking at the way they both trade side by side that FX S-Hooker (pun intended!) is a clone of Megadroid. One can see some advantage in using it.. since you can use it on all pairs. But the performance at least on the EURUSD is much inferior to Megadroid 1.10 or 1.11. Personally I will continue to use MD.. a big thanks for the opportunity to test this EA and demistify the results posted on their website.

     

    Best trading

  19. Re: Sincere apology

     

    FYI:

     

    I noticed that the H*ctorTr@der thread is gone. Yesterday on that thread there was a threat from someone (H*ctor?) about filing a lawsuit and when I check back later the thread was gone.

    yes.

     

    because of that HECPLON ... this site go down for few hours. So ..

     

    I'm Terrible sorry for your convenience....

     

    (I even ask to banned our own site host ... LOL)

     

    Regards,

     

    K

     

    Next time you can share it with name " HECKPLON " or something .... :mrgreen:

     

    Its a bunch of crap anyway.. if it is so good.. why doesn't Hector teach himself to trade and make money the honest way rather than sell crap? What is he worried about?? That somebody will expose his BS and he will not make money from it anymore?? It seems he spends more time trying to prevent people from evaluating his products rather than "teaching" and trading the markets. Wake up M. Hector.. people are not that stupid and gullible.

×
×
  • Create New...