Allyson
Allyson
Allyson
Added topic EMA+MACD
Hello guys... I want to put an EMA inside the MACD indicator . Can anyone help me
Allyson
Added topic INVALID REQUEST
The order is positioned with takeprofit and stoploss. But when the price hits both take and stop, it's executed but the message appears in the image below in the diary. I'm testing on demo account. if (latest_price.last > maCerto &&
Allyson
Added topic Price to return to moving average
I'm studying MQL. I developed this code below. I'm looking for the following condition: If a trader hits StopLoss, I want EA to expect the price to return in the moving average, but I do not know how to do this in the code. Anyone can help me
Allyson
Added topic Loop for
What's wrong with this? EA crasches in this section. int WinCount; int LossCount; for ( int Count = OrdersHistoryTotal ()- 1 ; ; Count--) {    OrderSelect (Count, SELECT_BY_POS , MODE_HISTORY );    if ( OrderSymbol () == Symbol ()
Allyson
Added topic Only buy orders
I do not know why just opening the purchase orders. Can someone help me? //+------------------------------------------------------------------+
Allyson
Registered at MQL5.community