Forum

Buy if current price > x

Hi, I am looking for help to code theses lines: - if bid (not open or Close) > x : Close all sell positions, buy if there is no buy trade - if bid < y: Close all buy positions, Sell if there is no open short trade. Thank you

Channeal break out code

Hi, I begin to MQL4 and I wrote this code. This code is "if price is > x, close sell position and buy", and "if price is < y, close buy position and sell". Only one open trade each time. Compilaton is ok, but is there easy to fix or obvious mistakes ? #property copyright "" #property link ""

Slippage of signal

Hi, Some signals have big slippage. Why ? Because source broker is slow to communicate open trades ? Open trades on signal page are too delayed ? Regards

Conditional text on a chart

Hi, is there a simple way to show a text following this condition on a chart: condition 1 (ema crossing for example) : green text or condition 2 : red text else : black text Regards Mathieu

Subscribe my own signal

Hi, I want to copy trades from one broker account to another account, if I create a signal on MQL5, is it free / possible to subscribe it's own signal ? Regards