Quantum London Trading Custom EA
Page 1 of 8458 1231151 ... LastLast
Results 1 to 10 of 575

Thread: Quantum London Trading Custom EA

  1. #1
    I was wondering whether somebody can create a custom ea based on mer071898's thread loed here. Https://www.forexforum.co.za/trading...o-journal.html

    There is an ea that I'm using and it was supplied by Vlad13685 and shared with me at the above mentioned thread on page 12 article # 223. This ea does all based on original rules. I would like a modified version so that I can restrain draw-down and also have other built in security features. Here are what I would like to view:

    Enter and exit per initial rules. - the ea should enter and depart per initial rules but rather than taking every entry after every box it should give more control, for example:

    1. Spread out following entries by at least 10 pips - Grid Size - Entries must be at the open of next candle after box appears. If less than 10 pips entry is skipped, if larger then enter.
    2. Be able to specify the number of entries per grid - 10 in 0.01, 10 in 0.02, 5 in 0.03, etc..
    3. Max Grid Size in pips - In case of a solid move against or to protect account.
    4. Break even alternative - This can be when deep in DD however, the trend changed and you want to risk leaving it open to get out in rest even rather than the box.
    5. Max Stop reduction in pips or percent of account.
    6 Continue trading after Frankfurt/London - ea will continue to trade, meaning once it shut out all the Frankfurt/London transactions it'd take new transactions after new boxes seem. That is Yes/No. If no then it'd trade per rules of initial thread, then stop and reset after given time. See original ea settings.
    7. Someone asked about adding a FIFO alternative. Not sure how this would work, maybe a future addition.

    I am open to other suggestions and additions. I am aware that there are a number of us around using this method with particular requests.

    If something is unclear I'll be around to answer queries. Thank you.

  2. #2
    Quote Originally Posted by ;
    @ Vlad! Bug in EA when net connection disrupted. Live trading In case a cycle of trades are opened by the EA say short entrances and the internet connection is disrupted momentarily the EA will the following: EA will start 1 extended trade @ current lot size in the contrary direction into the currently conducting cycle of short trades. ps. I've noticed this occur and possibly the EA is currently attempting to hedge some of my many positions! Perhaps once you get some free time you might love to have a quick look.... Many thanks. ....
    You're well aware of versions of the EA so that is why I'm asking question. You wont mind. Is this choice is included in almost any version that if Buy/Sell sign appear, EA set pending order XDistance from current price.

    For example Buy signal seems so rather than opening Long position, EA place Buy Stop order XDistance from current price?


    Regards

  3. #3
    I encounter price buy/close wrongly ( no box there) also in the past, until someone here adjusted me.
    It occurs because the Quantum Indior un attached to the chart differs from the Quantum worth in your EA.
    I give you an illustration. The default value of Quantum indior when u attach to the chart is 300.
    However, the default value of Q worth in EA is both 240 and 240. So there is a difference.
    When u press ctrl I to open up your indior list, edit the Quantum indior's worth to 240 (simply to match the value from EA) so you can see obviously that the price did not close erroneously really, it's just that you cant view the box chart as your quantum indior's worth isn't adjusted properly.
    Since the EA's Q value is used, that means your Q indior in chart need to follow along with EA worth to correct the wrong place order issue.
    Hope I helped.

  4. #4

  5. #5
    Quote Originally Posted by ;
    quote Hi Maahome In the screenshot, I wonder why more transactions taken beyond Grid three, as outcomes, I cannot do further optimization and to other pairs as well Yet, is it due to egy tester bug or some other kind opinion you might have.... Thanks to you. Yet another thing, do you learn how to eliminate the G msg window Cipan picture image document
    Hello Cipan,

    I cannot answer your questions as I am not the programmer. You would have to ask Vlad those questions. I do not know as I don't use the grid lines the gram message apperas. Turn lines off and you aren't going to receive that problem.

    Regards

  6. #6
    Quote Originally Posted by ;
    quote Hi Cipan, I cannot answer your queries as I'm not the programmer. You would need to ask Vlad those queries. Why the gram message apperas as I do not use the grid lines, I do not know. Switch lines off and you aren't going to get this problem. Regards maahome
    Hi Maahome,
    I am new here.
    So could you assist me, I was attempt to Forward test EA using tickmill demo account with your group, just Start Time 1 I shifted to 00.00. But EA not order when signal appear. About setting, did I miss something? thx




  7. #7
    Quote Originally Posted by ;
    quote Hi Maahome, I'm new here. So would you help me, I was attempt to Forward test EA with tickmill demo account with your group, just Start Time 1 I shifted to 00.00. But EA not order when sign appear. About setting, did I miss something? Thx picture image image picture
    Settings are Wait 3 boxes before opening transactions. 3 boxes did not open so could not open trade. Please see all settings carefully

    Regards
    maahone

  8. #8
    Quote Originally Posted by ;
    quote Hi Maahome From the screenshot, I wonder why more trades taken beyond Grid three, as outcomes, I cannot do additional optimization and to other pairs as well Yet, is it because of egy tester bug or some other kind opinion you might have.... Thanks for you. One more thing, do you learn how to get rid of the G msg window Cipan image image file
    Hey ,

    House move still going strong - funny how it always ends up being 3 times more work than you expect...

    I can not attend the other bugs right now... but the G message is an easy one for you to fix.

    If you start the code up - and hunt through the code for MessageBoxA and comment out some of these lines which appear. You comment out a line by placing // in front of it. Click on the Compile button. G messages must now stop.

    Regards

    Vlad

  9. #9
    Hello everybody, first I'd like to say thanks to those who have worked with this specific system and shared their job here, particularly Vlad, whos code I've based my work on. In my 8 years of trading Currency Market I have come across hundreds of systems and EA's and I can say this one has potential. I am a professional software engineer and have written heaps of EA's myself, but I am good at writing code that I don't promise to be a trader or a Currency Market master. What I have done is taken the v1.6.1 and stripped it down to exactly what I think looks like the first egy. Since I am a little equity account I've left the characteristics that I find to minimize drawdown. This variant will open and close according to two quantum period paramaters (qde and qdc) limited to one time window. I utilize 00:00 08:00 GMT (tokyo session via london open) since I feel this approach works best in ranging markets. You're also able to place number of bicycles and transactions . If you run the setup that is attached that you will see that drawdown is reduced , large moves are avoided and profit is quite high relative to drawdown. I also added a hard stop loss as percent of equity, but my backtests demonstrate it can be left and have minimal drawdown. You may see since the code will be 1/10th the size of the v1.6.1 it is much simpler to backtest and Boost (and can use'open price' method to pinch large periods of data). I belive these settings can be scaled (using the parameterized lot program ) successfully for bigger accounts. I am running this method on a live account together with the results in my profile. I mean to allow the EA run untouched, but if necessary trades will manually shut. Best of luck to everyone using this method and feel free to ask me some questions regarding the code etc.. If I have time I'll create modfiions, though my goal is to prevent a tangled mess of features and adhere to a simple, elegant approach.
    https://www.forexforum.co.za/attachm...3577515071.zip

  10. #10
    Quote Originally Posted by ;
    quote Hey House move still going strong - funny how it always ends up being 3 times more work than you expect... I can not attend the other bugs right now... but the G message is a simple one for you to fix. If you open up the code and hunt through the code for MessageBoxA and comment out some of these lines that appear. You remark a line by putting // in front of it. Then click on the Compile button. G messages should now stop. Regards Vlad
    Hi Vlad,

    EA has been doing well in the live market but will be anticipating the next version likely version 1.7.

    Moving house is something which you would not want to do quite often so take it easy.

    Thanks again for your unselfish coding of this EA.... Its a beauty!

    ....

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.