Forum

Help to write some codes

Hi, I wanna to write a code that start to scan chart in 8 GMT, when price move for example 15 pips in each direction, puts a pending order in opposite direction, i wrote some code but it didnt work properely, WHY? if(OrdersTotal()<Max_Order){ if (h>=8 &&h<9 ){ if (Bid-Open[BAR]>PIPdistance*Point){

Please help me to solve my problem

HI,I wrote an Ea which work with volumeMA indicator signals but it didnt work properely i attached it, please Lead me where is the problem .Best Regards