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

    sho774774 New Member

    Equity
    Credit
    Ref Point
    Dear tanaka
    I need your help, I need a EA that can stop the buy order when RSI:h:0 and stop sell order when RSI>70,can you help me to code it
    Thanks a lot!
     
  2. sho774774

    sho774774 New Member

    Equity
    Credit
    Ref Point
    Dear tanaka
    I need your help, I need a EA that can stop the buy order when RSI:h:0 and stop sell order when RSI>70,can you help me to code it
    Thanks a lot!
     
  3. sho774774

    sho774774 New Member

    Equity
    Credit
    Ref Point
    Dear tanaka
    I need your help, I need a EA that can stop the buy order when RSI < 3o and stop sell order when RSI>70,can you help me to code it
    Thanks a lot!
     
  4. xiaofeiyu

    xiaofeiyu Member Credit Hunter

    Equity
    Credit
    Ref Point
    OK, I'll try and publish the results. Thank you, sir.
     
  5. carboncino

    carboncino Member Credit Hunter

    Equity
    Credit
    Ref Point
    tanaka akiko, post: 229968, Ho messo Ronz all'interno del codice. Per favore, prova.:freddo:

    Ciao caro amico Tanaka.
    È possibile aggiungere a questo e la possibilità di inserire il lotto (esempio 0.01, 0.05 ecc.).
    Grazie.
     
  6. Jiri Kasparek

    Jiri Kasparek Member Credit Hunter

    Equity
    Credit
    Ref Point
    Please do BackTest in EUR/USD and other, - M5 TimeFrame , and add to the code "RiskManagement % of Balance"
    Thanks :)
     

    Attached Files:

    • Useful Useful x 1
  7. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hi,SH
    Here you go. You can see how the EA works.>:)
     

    Attached Files:

    • Useful Useful x 1
  8. sho774774

    sho774774 New Member

    Equity
    Credit
    Ref Point
    Dear tanaka
    Thank you for your quick response! Have a nice day!
     
    • Optimistic Optimistic x 1
  9. Daniel1970

    Daniel1970 New Member

    Equity
    Credit
    Ref Point
    Gracias por compartir ,excelente foro
    . Saludos a todos
     
    • Friendly Friendly x 1
  10. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    I coded. Please test it.:ok:
     

    Attached Files:

    • Like Like x 2
    • Useful Useful x 1
  11. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hi, TC
    I modified the EA. You can use TP/SL for close orders. Please find the best setting and share.
     

    Attached Files:

    • Useful Useful x 1
  12. Benny subiyanto

    Benny subiyanto New Member

    Equity
    Credit
    Ref Point
    Hi Tanaka

    Can you create an EA from the following strategy.

    Using 3 indicator Cap channel trading, Halftrend, Renko street channel.

    ==============
    buy Entry

    1. halftrend line has cross outside bottom line of the channel cap.
    2. The arrow of the halftrend appears. buy in new candle.
    3. Stoploss is dot of renko channel low

    Buy exit
    1. Close buy when the halftrend line out the upper limit of channel cap. (Auto)
    2. TP point (manual) or hit Trailing stop point.

    =========================
    Sell entry

    1. halftrend line has cross outside of the line boundary on the channel cap.
    2. The arrow of the halftrend appears. open sale in new candle.
    3. Stoploss is dot of renko channel high

    Sell Exit
    1. Close the sale when the halftrend line exits the lower boundary of the channel cap. (Auto)
    2. TP point (manual) or hit Trailing stop point.

    ================
    Parameter EA

    Deviations // cap channel parameters
    Minimum bar redraw // cap channel parameters
    Amplitude // halftrend parameter

    manual lot
    autolots false / true
    risk

    manual TP
    manual sl
    trailingstop start
    trailingstop step
    breakeven

    timefilter
    magicnumber

    sorry my english is not good.
    hopefully it can be understood the explanation above. and thank you for your offer
     

    Attached Files:

    • Optimistic Optimistic x 1
  13. kokowawy1

    kokowawy1 Member Credit Hunter

    Equity
    Credit
    Ref Point
    Thank you tanaka

    but the EA don't buy or sell in the right time, it miss a lot of opportunities to buy or sell (i want the ea to buy or sell instantly ( i mean at the same second signal turns red or blue ) but the ea wait for the first bar signal to be finished then open order at the second bar)

    also i want the ea to close orders when it gets different signal and open an order for the new signal (picture in the attachments)

    please fix the EA

    Thanks
     

    Attached Files:

    Last edited: 03 Aug 2018
  14. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    I checked your indicator logic (mq4) and found that if CCI>0 buy order and CCI<0 sell order, which is very simple logic.
    It is not possible to order instantly on current red or blue bar because the indicator signal is made once the bar moves to next bar.
    I tried to change the code for current bar signal, but sometimes I have no signal from the indicator and miss the trade.
    But I have just modified the code a little bit to be better, so please replace to the attached indicator file.
    If you put new_order_pips =zero(0), it is closed at opposite signal.
    I also added CCI period of the indicator, so you can change the value to optimize the EA.:ok:
     

    Attached Files:

    • Useful Useful x 1
  15. Jose Eduardo

    Jose Eduardo Member Credit Hunter

    Equity
    Credit
    Ref Point
    Hi Mr. Tanaka! Did you got put Sarah´s indicators at Gartley? I think if you could do it and put the "Auto scan pairs/Time frames" it will be the best ever accurate EA.
    Thanks for All!!!
     
    • Optimistic Optimistic x 1
  16. Jose Eduardo

    Jose Eduardo Member Credit Hunter

    Equity
    Credit
    Ref Point
    5/5,
    This is my review for this thread:
    No words to thanks Mr. Tanaka. The best topic here!
     
    • Old Old x 1
  17. miguel0033

    miguel0033 Member Credit Hunter

    Equity
    Credit
    Ref Point
    according to you which is the best time
     
    • Old Old x 1
  18. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    Sorry, i just coded and no time to find the condition. Please find and share here.
     
    • Like Like x 1
    • Old Old x 1
  19. tanaka akiko

    tanaka akiko Well-Known Member Credit Hunter

    Equity
    Credit
    Ref Point
    I modified code. If profit which you have orders reaches the value of total_dd dollars(profit +swap+commission), all orders is closed. (same currency and same magic number).
    Please test.:D
     

    Attached Files:

    • Like Like x 2
    • Useful Useful x 1
  20. ovenk

    ovenk New Member

    Equity
    Credit
    Ref Point
    Hi Tanaka

    Can you create an EA from the following strategy set plis I need this ea
     

    Attached Files:

    • Old Old x 1

Share This Page