Forum

EA of ZigZag and MA combinaion

hi guys i need help with coding an EA that has ZigZag and moving average with the following funtions //BUY CONDITION -ZigZag at lower candlesticks -Moving average below candlesticks //ENTRY POINT -1st close candle below MA //SELL CONDITION -ZigZag at higher candle -Moving average above candlesticks

wrong paramater counts on Trailing Stops

hi guys can anyone help me out on this one am getting wrong paramater counts … am sorry about that guys void BuyTrailingStop( string Symbol , double TrailingStop, double MinProfit, int MagicNumber, double MaxStopLoss) { for ( int Counter = 0 ; Counter <= OrdersTotal ()- 1 ; Counter++) {