Forum

Ichimoku oscillator

Does anybody know if this indicator exists for mql5? My guess is that it does not. All I found with that name was some old one from 2012. I know maybe 30 % of mql5. How hard will it be to convert from pinescript to mql5? 186 lines of code is a bit worrying. Edit. My link from tradingview

Strategy tester ends fast

Whatever I do. It ends after less than a second. It starts 2 trades, and it generates about 25-30 bars. I suspect the problem might be because I do the test on the <broker-name-redacted> prop account. It is not meant for demo trading. My usual demo account is with MT4. Getting a new broker with MT5

What is wrong here (BB EA)?

I would have asked the guy I am copying this code from directly, but that is not so easy. Here is the code: void OrderEntry( int direction) { if (direction== 0 ) { if (OpenOrdersThisPair ( Symbol ())== 0 ) int buyticket = OrderSend ( Symbol (), OP_BUY, LotSize, Ask, 3 , 0 , 0