Forum

pleas give me list off mt4 indicator developer /programeer services provider ( paid and free both)

hi if any one know then pleas give me list off mt4 indicator developer /programeer services provider ( paid and free both)

i have coded ea but need some help

i have coded ea but need some help if Rsi >50 buy then if trend changes then order goes in loss ( ea have to wait till close this order for open an a new order as per trend ) order in loss means the Rsi is < 50 so we miss the sell zone so it is possible to make ea so to open new order till last

order expire time need help

hi i was coded order expire time but it was not working pleas help to slove this problem if the order has open at 12.25 hour then it has expire ya close at 13.25 pleas help .. bool UseTimeOut =TRUE; double MaxTradeOpenHours = 1 ; if (UseTimeOut==TRUE) double expiration = TimeCurrent () +

need help to get volume off each bar on chart

pleas help me to get code for volume off each bar insted off high-low on the chart below is high-low i wanted to get volume off each bar on chart pleas help to code #property indicator_chart_window extern int MinRange= 50 ; extern int LookBack= 1000 ; // --- Init & Deinit

open-close indicator needed

dose any one have the indicator that will write the difference between open & close on every candle on chart

some question

1 It is possible to put hidden stop loss and take profit in ea instead off order_send () function ? 2 It is possible to display open trades on chart ? any indicator for that

need help in ea code

need help in ea code ea has to open one order per candle and close the position after candle is closed so need help to close the position as soon as candle closed extern double lotsize = 1 ; datetime order_time = 0 ; int init() { return ( 0 ); } int deinit() { return ( 0 );} int start() {

hi did anyone have indicator that will draw horizontal line off last candle high and low ?

hi did anyone have indicator that will draw horizontal line off last candle high and low

need help in ea b/s order opening ..need help in ea b/s order opening

need help in ea b/s order opening .. i was using two indicaotr 1) FISH and 2) CCI and using EA as EA1 need help in condiation condiation as all order open and close as per FISH indicator buy and sell signal ( buy above 0 level and sell below 0 level) but at that time the CCI indicator must have the

how to put buy and sell condiation into ea from this indicator

how to put buy and sell condiation into ea from this indicator( AltrTrend_Signal indicator ) ( blue arrow = buy and red arrow = sell ) pleas see attched mql4 file