Forum

Is forex education misleading or everyone is stupid?

Introduction I am a programmer, I was introduced to forex market by a client in 2015. After studying the markets I then published an EA on the market August 2016, sold just 5 copies and rented 10 copies for one month only, because I believed then that too many users will affect EAs performance so I

Single OnTimer() limitation?

Hello everyone. Backtest ticks frequency is not accurate, I'm trying to find out how much inaccurate it is exactly. In JavaScript I could use another OnTimer but here I'm having a hard time trying to figure out a way. I know there's a way, I'm just lacking enough skill. So please help

Accurate lots calculations.

Hello I don't think this is a coding problem but I'm just asking for an idea. If freelance can help me then I'll gladly go there. Say the algorithm calculations that for a trade outcome to be -5% / +5% of equity, lot size must be 0.002345. This will be rounded to 0.01 right? And this will not be

Mql5 Lot calculation Bug?

double loss; loss = -m_account.OrderProfitCheck( _Symbol , ORDER_TYPE_BUY , 1.0 , symb.ask, sl); double stepvol = symb.volume_step; lot = MathFloor (m_account.Equity() * Percent_loss / loss / 100.0 / stepvol) * stepvol; // Percent loss is 5% Hello I'm using the above code to

Can't Rent VPS

I can not pass this error on my terminal. What is the problem? I have internet connection obviously

Help calculating Bar range (Inside bars)

With my code below I can identify Bar 6 on the image above. How do I calculate that Bar 5 4 3 2 1 is still inside bar 7 ? for ( int i= 0 ; i<limit; i++) { dCurrent=High[i]; PrevH=High[i+ 1 ]; CurrH=High[i]; PrevL=Low[i+ 1 ]; CurrL=Low[i]; if

Signals ranking

So basically mql5 do not like real trading perfomance? Looking at the current top 10 rankings, its a joke! people basically ignoring all risk management rules, closing trades at 20 pips profit after letting them run -100 pips loss??? Which is better perfomance: 2000% growth on a $100 account

Mql5 Support

Does Mql5 support service always busy, Does not exist, Short staffed or they are always busy

Mt5 VPS

How do one register a VPS in MT5 because on my terminal there is no option like the one on MT4

TimeCurrent() Backtest vs TimeCurrent Live ticks

There is something I don't understand, Im using TimeCurrent() on my indicator and something is not working as it should or as backtester and I planned it to so I investigated. I used TimeCurrent() trying to match backtest's ticks speed with live feed ticks speed, but live feed's speed seems always