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. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Sorry, this is not my EA and the logic is hard to understand and it is very difficult for me to move logic into my template. Please find the better EA!
     
  2. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    OK, I think I got a logic..... Let me try....
    Code:
    double ima_4 = iMA(Symbol(), 0, maPereode, 0, MODE_LWMA, PRICE_CLOSE, 0);
       double istochastic_12 = iStochastic(NULL, 0, kperiod, dperiod, slowing, MODE_SMA, 0, MODE_MAIN, 0);
       double istochastic_20 = iStochastic(NULL, 0, k_period, d_period, s_lowing, MODE_SMA, 0, MODE_MAIN, 0);
       if (Ai_0 == 1 && f0_0() == 1) {
          if (Close[1] < ima_4 && istochastic_12 > lo_level) return (2);
          if (Close[1] > ima_4 && istochastic_12 < up_level) return (-2);
       }
       if (Ai_0 == -1 && f0_4() == 1) {
          if (istochastic_20 > uplevel) return (2);
          if (istochastic_20 < lolevel) return (-2);
       }
     
  3. rose73

    rose73 New Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hi Tanaka ,


    I follow your blog daily with great interest but I have not understood where you can download and test your EAs, within your blog I do not find a DOWNLOAD area.

    For example, where can EA download below?

    Thank you for a kind reply





    upload_2019-6-12_9-51-20.png
     
    • Like Like x 1
  4. Adham

    Adham Member Credit Hunter

    Equity
    Credit
    Ref Point
    • Winner Winner x 1
  5. Budhi Kurniawan

    Budhi Kurniawan New Member Credit Hunter

    Equity
    Credit
    Ref Point
    thx mr tanaka
     
  6. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Oh, you can not download EA from my blog.
    All EA is in this forum...in this thread.
     
  7. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Why don't you use normal tp/sl/ trailing?
    You want to close order with indicator signal?
     
  8. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Here you go, but you need to find the best set.
    This is my templete version of EA_Jum.
    EU M5 default
    upload_2019-6-12_17-7-41.png


    EU M5 Hedge version.
    upload_2019-6-12_17-14-23.png
     

    Attached Files:

    Last edited: 12 Jun 2019
    • Like Like x 2
  9. Vita dian

    Vita dian New Member

    Equity
    Credit
    Ref Point
    Thanks you you are the best
     
    • Like Like x 1
  10. leenazen

    leenazen Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    Here the indicator
     

    Attached Files:

    • Like Like x 1
  11. Adham

    Adham Member Credit Hunter

    Equity
    Credit
    Ref Point
    Here is the full strategy
     

    Attached Files:

  12. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Nee
    Need indi?
    upload_2019-6-12_17-18-55.png
     
  13. Adham

    Adham Member Credit Hunter

    Equity
    Credit
    Ref Point
    EA one more Picture
     

    Attached Files:

  14. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Back test looks good, what is the problem? Did you code this EA?
    upload_2019-6-12_17-32-16.png
     
    • Like Like x 1
  15. Herdyansyah

    Herdyansyah Member

    Equity
    Credit
    Ref Point
  16. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    I checked FL23 signal and found it is repaint.
    So if you use FL23 signal to close order, sometimes it closes in unexpected points. Do you agree with it? If you are OK, I can code.

    upload_2019-6-12_17-47-37.png
     
  17. Adham

    Adham Member Credit Hunter

    Equity
    Credit
    Ref Point
    Could it be both ? if i donot use Tp/sl then the Ea will close with the indicator .

    The reason is that the indicator will get you the best sl/tp . it is the best with 15m
     
  18. Adham

    Adham Member Credit Hunter

    Equity
    Credit
    Ref Point
    ould it be both ? if i donot use Tp/sl then the Ea will close with the indicator .

    The reason is that the indicator will get you the best sl/tp . it is the best with 15m
     
  19. fxgalib125

    fxgalib125 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hello, The strategy has a very for manual checks for entries and where automation it may become a little complicated. I've tried to describe as much I can in the video.

    Buy Condition: Search if the market recently reached 65 or more anything up of RSI-14 (default), and then if the market comes down below 65 again a little bit more and a bullish candle crosses the SMA-10 its a buy! Take entry just after one hour candle closes.

    Sell Condition: Search if the market recently reached 35 or more anything down of RSI-14 (default), and then if the market comes up above 35 again a little bit more and a bullish candle crosses the SMA-10 its a sell! Take entry just after one hour candle closes.


     

    Attached Files:

    • Winner Winner x 1
  20. redhawk

    redhawk Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    So, If I'll put 4 pairs 0.10 lot each on "Solo version", I need to change magic number for each (101,102,103,104) and set manual input 20$ then basket 40$ on each pair?
     

Share This Page