i was wondering how can i prevent slippage
Posts made by guyha04
-
soft edging eaposted in Questions & Answers
i want to create an ea that when an order takes stop loss it takes another position, for example, if I opened a buy order and it hit stoploss, the ea will open sell trade, and vice versa.
i tried check type last loser block, but the ea didn't open any position, what to do than? -
creating london breakout ea problemposted in Questions & Answers
i have a problem creating a london breakout ea because all of my london breakout indicators, don't have buffers.
the eas i built don't open positions.
how to solve this problems, thanks in advanced. -
RE: why mq4 indicator with 2 buffers doesn't workposted in Questions & Answers
thanks for your reply i'll try
-
why mq4 indicator with 2 buffers doesn't workposted in Questions & Answers
I've created an ea from an indicator with two buffers, i put the
indicator on a chart and it clearly shows arrows.
but the ea i created 0 buffer for buy 1 for sell , but the ea doesn't open trades. -
pending orders expiryposted in Questions & Answers
if i want the pending order to expire after 5 minutes how do i do it.
-
how to make buy and sell pending ordersposted in Questions & Answers
i want my ea to make buy and sell pending orders at the same time.
-
RE: Any suggestion for Renko Chart !?posted in Questions & Answers
i suggest you don't work on renko they all lose in 99% modeling quality test.
because of the range period.
it is most of the time ranging so you've got one or two renko bars for each direction.
it makes the expert lose.
if you created a renko ea check it with renko fxt builder on tick data and you'll see they all lose. -
fractal ea goodposted in Questions & Answers
the fractal indicator built in is no good, you need custom indicator fractal.mq4.
you set the fractal buffer o and =! value 0 for buy.
and the other buffer for sell pending orders.
trailing stop 20.
no stop loss no take profit.
on h4 timeframe and you've got a profitable expert. -
how to have settings for the eaposted in Questions & Answers
u need my ea to have settings which i can change, like stoploss takeprofit
trailing, in mql4 code it is called extern int or double, but how to do it on fxdreema. -
smart trailing stopposted in Questions & Answers
i'm looking for trailing stop that will only work when the price has crossed the line.
it means the trailing will start working only if the price has passed the broker spread.
so from the line, it means profit 0 . -
RE: ea stop making orders at 162000$posted in Questions & Answers
what should i do with order send error 2