Forum

Auto Attach EA to chart

Greetings! Is it possible

Tester wont start

Hello! Whenever I try to use the strategy tester , the following occurs: 2018.12.01 02:42:30.426 Tester USDJPY: history check started 2018.12.01 02:42:30.626 Tester USDJPY: history data begins from 1999.01.04 00:00 2018.12.01 02:42:30.627 Core 2 connecting to 127.0.0.1:3000 2018.12.01

Auto Chart Zoom

Greetings! Is there a way to make the chart zoom in and out automatically so that all objects on it are visible

CopyTicks MT4

Is there a way to mimic or replicate the CopyTicks function in mql4

One-Click Trading

Greetings! Is there a way to interface with it in MQL5? As in, would it be possible to have an EA or something set its volume for me instead of having to do it manually

MathUnique Mod Error

Hello! Im trying to modify the MathUnique function from the Math library for multidimensional arrays and I keep getting an array out of bounds error. Anybody mind helping me figure out why? My code is as follows bool MathUnique2( const double &array[][ 6 ], double &result[][ 6 ]) { //--- check

Current Time Behind Position Open Time

if (trade.Buy( 0.1 , _Symbol ,ask, 0 ,(ask + ( 10 * _Point )), NULL )) { int total = PositionsTotal (); for ( int c = 0 ; c <= total; c++) { ulong ticket = PositionGetTicket (c); if ( PositionSelectByTicket (ticket)) { datetime open_time