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. BluePanther

    BluePanther Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    • Like Like x 3
    • Dumb Dumb x 1
  2. BBubai

    BBubai Member Credit Hunter

    Equity
    Credit
    Ref Point
    Tanaka san.
    Last week I have to close manually a few trades on EA GoodArrowIndicator due to Attack Martin bugs. It is profitable EA but the bug kills it.
    Set to fix lot also didn't fix the bugs. The only thing I can describe this bug is: Its not fix on any pair. Sometimes its working normally for one pair and then the bug appear.
    I am doing a test on EU right now. There is bug, but I will try reattach the EA to new chart. Just have to wait for the trade to close on TP.
    I will update you soon.
     
    • Like Like x 1
  3. PAULO MORATORIO

    PAULO MORATORIO Member Credit Hunter

    Equity
    Credit
    Ref Point
  4. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    YES!
     
    • Like Like x 1
    • Winner Winner x 1
  5. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Wow, many people get profit with Good arrow EA?
    upload_2019-5-14_10-50-28.png
     
    • Like Like x 3
  6. xander cage

    xander cage Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hello Mr, sorry to bother you..so you're really gonna work only on some few EAs from now on? If you have no time at the moment I'll understand..I'd just like you to verify the Trio Dancer version that you coded last time, because during the test I tried the "reverse" function and it doesn't seem to affect the trades..can you do that, please? I'd really appreciate it :)
     

    Attached Files:

  7. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Sorry, it is difficult for me to do further modification. It is not easy to change code of some created logic. .
     
    • Like Like x 1
  8. Ronaldo Marcel

    Ronaldo Marcel Active Member Credit Hunter

    Equity
    Credit
    Ref Point
    A great indicator will not repaint ... !! it's worth an EA!
     

    Attached Files:

    • Agree Agree x 1
    • Winner Winner x 1
  9. xander cage

    xander cage Member Credit Hunter

    Equity
    Credit
    Ref Point
    Do you mean that the "reverse" function that you coded inside this Trio Dancer version can't work in any way? :speechless:
     
  10. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    I think the best way is to find the EA logic and copy into my template... though it is hard.
     
  11. xander cage

    xander cage Member Credit Hunter

    Equity
    Credit
    Ref Point
    I see..won't you make an attempt for a cup of coffee or two? :)
     
  12. Vincent okonda

    Vincent okonda Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hae... Nataka code for me this ea... Use martingale... With pip distance 15

    void OnTick()
    {
    // current chart, current period, 13 candles, no shift, simple, close price
    double SlowMovingAverage = iMA(NULL,0,13,0,MODE_SMA,PRICE_CLOSE,0);

    // current chart, current period, 13 candles, no shift, simple, close price
    double LastSlowMovingAverage = iMA(NULL,0,13,0,MODE_SMA,PRICE_CLOSE,1);

    // current chart, current period, 5 candles, no shift, simple, close price
    double FastMovingAverage = iMA(NULL,0,5,0,MODE_SMA,PRICE_CLOSE,0);

    // current chart, current period, 5 candles, no shift, simple, close price
    double LastFastMovingAverage = iMA(NULL,0,5,0,MODE_SMA,PRICE_CLOSE,1);

    // if the fast SMA is now above
    if((LastFastMovingAverage < LastSlowMovingAverage)
    &&(FastMovingAverage > SlowMovingAverage))

    // Chart output for Buy Signal
    Comment ("BUY");

    // if the fast SMA is now above
    if ((LastFastMovingAverage > LastSlowMovingAverage)
    &&(FastMovingAverage < SlowMovingAverage))

    // Chart output for Buy Signal
    Comment ("SELL");
    }
     
  13. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Can you ask EA owner the logic ? and tell me. I can use it in my template.
     
  14. biztet

    biztet Member Credit Hunter

    Equity
    Credit
    Ref Point
    MR. TANAKA, can you make this possible?
     
  15. biztet

    biztet Member Credit Hunter

    Equity
    Credit
    Ref Point
    sorry, its the EA _ Special_Indicator.
     
  16. xander cage

    xander cage Member Credit Hunter

    Equity
    Credit
    Ref Point
    I don't know who he is, I found this EA in an old forum :eek:
     
  17. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Please FT and share the result, please.:ok:
     

    Attached Files:

    • Like Like x 4
    • Winner Winner x 2
  18. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hi, this is your EA.
    :ok:

    EU H1

    upload_2019-5-14_14-41-8.png
     

    Attached Files:

    • Like Like x 2
    • Winner Winner x 1
  19. fxgalib125

    fxgalib125 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hello tanaka akiko !

    Excellent Fix!
    I have tested a set myself with a very random setting and found this profitable good results. I'm not aware of all the settings it has and doesn't know how it works. While can you help me by providing some possible profitable sets to test? I will put my time and effort to test them where you can suggest and attach set files here, which you think might be better than this.

    Please check the attachment which files I had used and how it worked.
    Suggest your possible good sets as file format attachment.
     

    Attached Files:

  20. okan yavuz

    okan yavuz Member Credit Hunter

    Equity
    Credit
    Ref Point
    hello mr.Tanaka Akiko san;
    can you make changes to the ea you created earlier.
    If sales signal is given and the price is below 100 smma, then sell.
    If the buyer gives a signal and the price is below 100 smma no trade

    If the buyer gives a signal and the price is over 100 smma open buy
    If sales signal is given and the price is over 100 smma, NO Trade

    thank you
     

    Attached Files:

Share This Page