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

Suggestion I will make a Free EA with your Indicator

Discussion in 'Expert Advisor atau Robot Forex' started by winidecorw, 12 Jan 2018.

  1. uruG3

    uruG3 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hello Stadevata: I apologize, but I have an automatic language converter, and I forgot to disconnect it, the momentum indicator, you put it in mt4, it puts arrows very well, but in demo it does not work, you reload it and put the missing arrows, If you could fix it ???, I would like to do an ea with it, plus another indicator that I have, I use M1, thanks for your time, a hug. page,1111
     
  2. uruG3

    uruG3 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hello Stadevata: I apologize, but I have an automatic language converter, and I forgot to disconnect it, the momentum indicator, you put it in mt4, it puts arrows very well, but in demo it does not work, you reload it and put the missing arrows, If you could fix it ???, I would like to do an ea with it, plus another indicator that I have, I use M1, thanks for your time, a hug.
     
  3. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    i already check the indicator code ... and the code have an error "zero divided"
    error code :

    double signalVal = (momVal / (atrVal + adxVal)) - subtractFromSignalVal; // -2
    double indiVal = ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal; // -1


    code with red color should not be the same as zero
    when you put the indicator on chart it will look good coz there is no zero divided
    but if u run it on chart there is zero value coz mt4 calculate it.
    its done when those 2 line change with this ..

    double signalVal = (atrVal + adxVal)!= 0 ? (momVal / (atrVal + adxVal)) - subtractFromSignalVal : 0; // -2
    double indiVal = (adxVal) != 0 ? ((atrVal + cciVal + rsiVal) / adxVal) - subtractFromIndiVal : 0; // -1


    But this indicator badly repaint
    just test it with strategy tester and compare it with when you drop this indicator directly on chart , not just late arrow but it give super badly repaint arrow


     

    Attached Files:

  4. uruG3

    uruG3 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hello Stadevata: thank you very much for having looked at the indicator, but it does not work, in demo if you program it with other values, it puts the arrows, but later no, if you leave it with the values that come, it puts two arrows together, inverse, it does not What you have to do, anyway thank you very much for your effort and dedication, you will know some indicator that is momentum with arrows, and that moves with different levels, here it is not possible, I am in Spain, and I can access mql5 and not much more, later you can connect with American pages mainly, the entire Asian area, is out of my reach, if at any time I can do something for you do not hesitate to contact me, happy to help you, how do they take the covi 19? here we are in quarantine, 15 days, a greeting, and a hug that is missing.
     
  5. jonxjon

    jonxjon Member

    Equity
    Credit
    Ref Point
    Hello all,

    Any EA to stop all EA when daily profit or % reached?
     
  6. mrhiep

    mrhiep New Member

    Equity
    Credit
    Ref Point
    Help Me Ea Thank
     

    Attached Files:

  7. fxgreen

    fxgreen Member Credit Hunter

    Equity
    Credit
    Ref Point
    just remove comment /* */ out of code and do compile again
    sell order not working because in code comment /* */
     
    Last edited: 24 Mar 2020
  8. Alessio123

    Alessio123 Member Credit Hunter

    Equity
    Credit
    Ref Point
    hi can someone make a simple expert advisor for me? only 5 settings
     
  9. Aloismedson

    Aloismedson New Member

    Equity
    Credit
    Ref Point
    I wish EA_Zaman Martingale Strategy (22-May-Chaos) could have these specifications below:

    When the user makes a purchase or sale following a trend and that order does not reach success in relation to the 1st order, the 2nd order and the other orders will be in the opposite direction in relation to the 1st order, that is (1st order purchase) not reached, in that moment, a 2nd order will be reversed the 1st order giving continuity to the inverse orders until the moment when the last order is not successful starting the cycle again,

    Please consider my request to redo both requirements.
    The mql4 code for this robot is already in this group. Tannaka did it.

    Can someone add these parameters for me on this robot please.
     

    Attached Files:

  10. Prabu M

    Prabu M New Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hai,
    Will you help me to change the stochastic ea to buy and sell in the shown place?
     

    Attached Files:

  11. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    need .mq4 file to change the code
    i can't do anything with .ex4 file
     
  12. Prabu M

    Prabu M New Member Credit Hunter

    Equity
    Credit
    Ref Point
    I dont have .mq4 file, i hope you have stochastic ea file
     
  13. Samuel Adam

    Samuel Adam Member

    Equity
    Credit
    Ref Point
    Hey bro get in touch please as soon as possible +34638838399
     
  14. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    I need detail strategy
    cause stochastic have 2 buffer line .. mode main and signal
    and those 2 buffer line mostly not crossing level 20 or 80 at the same time
    but u can check this and test it on strategy tester , tell me if any wrong about it
     

    Attached Files:

    Last edited: 25 Mar 2020
  15. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    sorry .. i cant help
    i already give u few solution by replying ur PM and recode it
    but i think u dont understand it
    if u read carefully my solutions on this thread and PM, and knowing how to operate an Expert Advisor ur problem already done

    Please dont send me PM anymore :rofl::rofl:
    but if u want send love and hug i'll accept it gladly :D:D
     
  16. sumon

    sumon Member Credit Hunter

    Equity
    Credit
    Ref Point
    plz help me , i wanna to change the indicator (fiboactive's indicator should transfer to life change ea), thank in advance
     

    Attached Files:

  17. Prabu M

    Prabu M New Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hai,
    Buy and sell are not matching with reference to indicator. No trades in over bought and over sold. I need as per the pic attached.
     

    Attached Files:

    Last edited: 25 Mar 2020
  18. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    as i say before ..
    i need detail strategy not just pic
    u just give mark on pict .. but i need the detail
    pls zoom ur chart and tell me buy sell when red line cross level 20 or 80, or when blue line cross 80 20, or 2 line should cross at the same time

    buy and sell is matching because order execute on shift 0 to avoid false signal
    if u want order on shift 1 or 2 it OK

    this is my rule :
    GBPUSDH1.png
     
    Last edited: 25 Mar 2020
  19. stadevata

    stadevata Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    This version take order without waiting bar close
    use MAIN signal buffer (green line) to open order
    but sometime fake signal appear

    GBPUSDM1.png
     

    Attached Files:

  20. petar

    petar Member Credit Hunter

    Equity
    Credit
    Ref Point
    stadevata, thank you for ea.
    the best results in testing I get on 15 min chart (21,10,14 ), if you go with trend.
    EURUSD was in bearish trend Feb/03/2020 to Feb/21/2020
     

    Attached Files:

Share This Page