1. Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)
    Dismiss Notice

New EA BOSS JAVIER

Discussion in 'Expert Advisor atau Robot Forex' started by Atsnakaoli, 03 Oct 2024.

  1. Juanlu999

    Juanlu999 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Atsnakaoli, thank you very much for your efforts to help everyone.
    It is good to have someone like you to show us the way.
     
  2. Patick

    Patick New Member

    Equity
    Credit
    Ref Point
    You are absolutely right, my forward test show explosion of loss. whenever there is no stop loss or tp. i mean the ea stop loss is for profit n additionally will calculate a maths stop loss separately. the EA need to be repair. under the comment "Javier Trading Scalper" because whenever this comment appear, it does not use conventional stop loss or tp. so we should trace back n remove such execution n leave the execution that execute a stop loss value
     
  3. Patick

    Patick New Member

    Equity
    Credit
    Ref Point
    the seller place a bug in the trial ea, whenever the bug execution occur it will show the comment "Javier Trading Scalper", remove the above if condition that is will trigger this bug comment. because seller want to create a trade without stop loss to kill u
     
    • Like Like x 1
  4. Atsnakaoli

    Atsnakaoli Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    have you tried the others in the folder ??
    do you want me to put new ones for you ??
     
  5. LAN KUO HSIANG

    LAN KUO HSIANG Member Credit Hunter

    Equity
    Credit
    Ref Point
    I also want to share
     
  6. ta4eza

    ta4eza New Member

    Equity
    Credit
    Ref Point
    If you want, you can share your advisors. You've already shared a lot, there's a lot to work with.
    It is clear that people want something ready-made right away, without making any effort.
     
    Last edited: 22 Oct 2024 at 21:27
  7. Atsnakaoli

    Atsnakaoli Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    ,
     
    Last edited: 22 Oct 2024 at 23:49
  8. Patick

    Patick New Member

    Equity
    Credit
    Ref Point
    Hi guys, the source code of javier is like alot of errors so its not certain what more errors. is this the decompiled version or orginal version. if got orginal version its better to look at it to demolish the errors
     
  9. Konotori

    Konotori New Member

    Equity
    Credit
    Ref Point
    I have renamed all the variables that were difficult to read due to the decompile process. The source code is easier to read now.

    If you guys has any ideal to make this EA better, feel free to share. I am developer so i can try anything. And if it works, i would share it to you guys

    This is a part of the source code


    [​IMG]
    [​IMG]
    [​IMG]
    [​IMG]
     
    Last edited: 24 Oct 2024 at 16:41
  10. Atsnakaoli

    Atsnakaoli Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    as I said
    ecn stop loss to put
    start trailing does not work
    add ema trend filter
    open time to rebuild
    number of orders to put
    minimum explosion time to add
     
    Last edited: 24 Oct 2024 at 16:47
  11. Konotori

    Konotori New Member

    Equity
    Credit
    Ref Point
    Thank man!
    I fixed ECN SL problem and tried some logic to put SL like ATR, calculating number by PipStep but it seem not efficient. Do you have any suggestion?

    I will try to implement EMA
    [​IMG]
     
    Last edited: 24 Oct 2024 at 16:54
  12. Atsnakaoli

    Atsnakaoli Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    now I don't know who you are your ability and I write things broken english
    this stupid product activates on momentary explosion and always goes into loss because it has lost strength
    and then maybe it comes back and covers the order and goes into gain
    you absolutely have to put volatility filters so that we don't take stupid momentary explosions
    but that it is actually the very strong trend that is running

    I hope you understand
    this ea takes the spike at the end of the bar and many times the price retraces and we are in loss
    you have to focus on speed and volatility filters

    after fixing the mm Put also My start my stop
    we need to focus on order opening
    everything is good to filter false orders
    from simple ema to (I repeat) volatility filters that all the best experts have
    where you open an order only if the volatility of the last xxx 60 seconds is > than xx
    look at pickaxe ea example
    do not open orders if the volatility is <lower than
    i don't know if atr is still a valid indicator for short time < 60 sec (I can try to give you vol indicators if you want like tick atr or others ,, rmember explosion wat indi ?
    but a math calculation maybe enough
    i think a simple mathematical calculation of time / price movements is perhaps better

    if we don't do this we will always end up getting spike ,, loss

    sorry forget,,, fix also open time in op ,, I don't understand what it's for ,,connect time to what??
    it is essential to set a maximum number of orders
    1 or more maximum orders
    I repeat understand that all momentum is fast trend and not just stupid explosion and then loss
    that's why everyone has this damned problem
    some EA only in the high speed execution put a dragged pending ! again trend
    ( quantum speed ea )
    many make a hi low channel with dragged and slowed pending specifically to be hit that are deleted after xx if not hit
    everyone has this problem of not taking the spike
    my secret is to use tick up /down volumes thet confirm power of momentum
     
    Last edited: 24 Oct 2024 at 18:07
  13. Konotori

    Konotori New Member

    Equity
    Credit
    Ref Point
    Yes i understand the concept of EA. These are some thing i have implemented:

    1. EMA 1 minute 50 period to detect trend
    2. Remove OpenTime logic
    3. Fix number of total order (default is 1)
    4. Fix trailing logic
    5. Using Tick ATR (period = 1000 ticks by default), If volatility between current tick (1001) - last tick (1000) > ATR value * 10 => Strong volatility
    -> If current bid price > EMA and Strong volatility => BUY
    -> If current bid price < EMA and Strong volatility => SELL

    But i have some problems with Stop Loss. I am using volatility between (current tick (1001) - last tick (1000)) * number to set Stop loss value. But maybe its too close so almost orders will hit SL. Sometime the SL cannot be set. Maybe due to the SL is too small.

    So i try to use ATR(1 minute) to set SL. But its still not efficient.

    Do you have any suggestion for Stop Loss and the others?
    [​IMG]
     
    Last edited: 25 Oct 2024 at 16:39
  14. Atsnakaoli

    Atsnakaoli Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    I can give you some open htfs if you want to see ,, for stop loss code formula ,, maybe ,,
    stop loss draggin maybe
    I have many stop loss ideas but now with your update,,, I don't know how much you lowered the dd ,,,
    I close on the quantity point retracement
    always however that it has at least gone in breakout
    always put an additional emergency stop loss

    you immediately understand if you hit the mark
    within 15 20 seconds it must be in gain


    It does NOT have to be hft stupid millions of crazy orders !!!


    some EA simply put minimum time between order and the other
    you can put minimum points to open another order
    and you can also put only one option side
    but first of all we have to focus on open
    have you done the average point / sec from open??
    maybe that is also good for filtering the big bar movements



    you must have two trailing stops (or closing systems) and try to let it run until the end of the big movement
    the first one activates after a while and puts in protection (a be that activates after xx points of gain and remains there) the second one on a retracement or atr or other but we must try to keep it open as much as possible so the initial part, the most delicate, will be like a crawling BE that defends the order in a small gain the other closure we do with other values

    repeat
    what i was saying draggin stop loss
    stops near the order and lets the price run
    if we are lucky we will close with a big gain work
    if we are unlucky we close with a small gain ,but we are free to open a second order later

    PM
     
    Last edited: 25 Oct 2024 at 18:35

Share This Page