Forum

this EA doesnt work

#property copyright "Copyright 2023, MetaQuotes Ltd." #property link " https://www.mql5.com " #property version "1.00" #include <Trade/Trade.mqh> CTrade trade; int handlefastma, handlemiddlema, handleslowma; double Ask = SymbolInfoDouble ( _Symbol , SYMBOL_ASK ); double Bid =

error

hi there how can i fix this problem? i just write this code and mql5 tell me: '&&' - operand expected EMA1.mq5 55 86 if (High1>Open1>Close1>Low1 && High1-Open1<= 10 * Point && Close1-Low1<= 10 * Point && High1>High2 && Close1>Close2) { } Improperly formatted code edited by moderator