• 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 :)

Suggestion I will make a Free EA with your Indicator

Can you try to change Maxposition in the parameter setting?
I still don't understand the meaning of "only after (adjusted pips ) in the settings"
Do you want to set fixed TP?
what i miss in this ea is
1) if this opened an order and this order didn't hit tp i want the EA to open another order after for example 25 pips (this 25 pips i want modify from EA settings)
2)but the problem is the ea open too many orders so i want the ea to open only 1 trade once the ea gets buy or sell signal then go to step 1 again
and yes please put tp on the ea
i really appreciate what are you doing and sorry if i wasn't clear .
 
OK, open order and if it gets SL=25pips(You can set in parameter) then don't close this order and open an another order again if it has a new signal.
In this case, you want SL1=25pips(for open another order), SL2=**** (for close order)
Is this OK?
I made the EA with trailing stop, but if you want fixed TP/SL, I can change.
 
OK, open order and if it gets SL=25pips(You can set in parameter) then don't close this order and open an another order again if it has a new signal.
In this case, you want SL1=25pips(for open another order), SL2=**** (for close order)
Is this OK?
I made the EA with trailing stop, but if you want fixed TP/SL, I can change.
Dear Tanaka
i just want the ea to open 1 order per signal + in case of losing trade i want the ea to open another trade after X pips (the distance between the opened trades)

for example if the ea opened buy order on EURUSD on price 1.1750 and the price went down to 1.1725 i want the ea to open another trade on this price too 1.1725
in case of losing trade i don't want the ea to open any other orders in less than 25 pips difference from the first trade
 
OK, open order and if it gets SL=25pips(You can set in parameter) then don't close this order and open an another order again if it has a new signal.
In this case, you want SL1=25pips(for open another order), SL2=**** (for close order)
Is this OK?
I made the EA with trailing stop, but if you want fixed TP/SL, I can change.
i've made a picture to explain to you and this picture in case of the losing trade only
the difference between the trades is what i want to adjust from ea settings
 

Attachments

  • in case of losing.jpg
    in case of losing.jpg
    84.1 KB · Views: 229
Tanaka

Could you also please add global sl as in dollar to this ea please

(example= not for each order but for total dd sl. when total dd 10 dollar for example close all orders)

thanks in advance

have a nice week Tanaka

with hokkydjong i am studying what you did thank you so much

could you please add the same things to ea orchestra please

global sl
stoch and ema filters

thanks in advance
 
For me one mystery cause I don t have worked with theses patterns....how long do you trade with this indicator?

I trade the London and New York sessions. I find that the other sessions do not have enough liquidity so I stay out of the market but I think with ATR trailing it will work alot better becoz currently I keep my Profit target low so that all my trades close in profit not long after I make the trade. So I will have alot less stress and even more profit trading with this style trailing. (That is the theory anyway). Also it will allow me to test my strategy in less volatile sessions.

Also my future plan is if my style works well then I would want a complete ea developed for entering and exiting.(But alot later down the line after demo and live trading has been profitable enough to create one)
 
have a nice week Tanaka

with hokkydjong i am studying what you did thank you so much

could you please add the same things to ea orchestra please

global sl
stoch and ema filters

thanks in advance
Oh, this EA already uses a lot of filters! But I added EMA & Stochastic filters & Global SL.:ok: Filters save money but use a lot of resources.:talking:
 

Attachments

I have put filters in the code...Please find the best parameters.:ok:

Tanaka

Could you please add rsi and cci filter to this one

periods and levels of filters should be changed by user

Question : Tanaka must i give you mq4 version of the ea to modify?
Becouse ı have one ea but ex4 file
 
Tanaka

Could you please add rsi and cci filter to this one

periods and levels of filters should be changed by user

Question : Tanaka must i give you mq4 version of the ea to modify?
Becouse ı have one ea but ex4 file
Which EA do you want to add rsi&cci?
Yes, please. I need mql file to modify. I can't convert EX4 to MQl4.
 
Hi, I add ini_SL for opening new order.
Once it reached at ini_SL, another new order will be made if there is indicator signal.
Please BT to check if it works OK.:cool:
Thanks you so much Tanaka
the ea is excellent but i need script to close trades after profit in money
 
Thanks you so much Tanaka
the ea is excellent but i need script to close trades after profit in money
Is this what you want?
--- Profit dollars that EA close all positions. If zero(NULL),this function is not used.
If you put $5, once it hit $5, close all positions.
 
Back
Top