Hi, i want to close a position but i receive this SQL Error
SQL = [SELECT DISTINCT position_id FROM engine_close_positions_queue WHERE position_id ='XXXX' AND customer_id='XXX']
Array (
- => Array ( [file] => /var/www/bitdaytrade.com/app/database.php [line] => 19 [function] => db_report_error [args] => Array (
- => SELECT DISTINCT position_id FROM engine_close_positions_queue WHERE position_id ='XXXX' AND customer_id='XXX' ) ) [1] => Array ( [file] => /var/www/bitdaytrade.com/app/close.php [line] => 118 [function] => db_query [args] => Array
How can i resolve this problem?