Forum

My EA only buy not sell

Hi there, i am coding the EA for buy and sell but in somehow, my EA only open the buy order, please help me a check :( . This was really weird :( //+------------------------------------------------------------------+ //| Scalping System.mq4 | //|

My own expert advisor is not run the order

Hello everybody, I am newbie . I really need help for my first Expert Advisor ever. I am run it on M1 timeframe. And it do nothing although the logic of condition is okay. Help me please. Here is my order code: int CountSellPosition(){ int NumberOfSellPositions= 0 ; for ( int i= OrdersTotal ()-