Experts: SUPERMACBOT

 

SUPERMACBOT:

The SUPERMACBOT is a fully automated trading robot that combines the power of the Moving Average Crossover strategy with the MACD Indicator to deliver precise and reliable trade signals. This Expert Advisor is designed to work seamlessly on all symbols and timeframes, offering versatility and adaptability for traders across various market conditions.

Author: Simon Githiri Kamau

 
The return INIT_SUCCEEDED; line is placed before the signal creation logic. This means the signal creation code will not execute as intended because the function returns before reaching it. You should move the return statement to the end of the function.
 
Wasim Zayed #:
The return INIT_SUCCEEDED; line is placed before the signal creation logic. This means the signal creation code will not execute as intended because the function returns before reaching it. You should move the return statement to the end of the function.

very true

 
Hi, how do I get the ea so I can test ?
 
michael duong #:
Hi, how do I get the ea so I can test ?

In the first post.

SUPERMACBOT

 
I've run a backtest and nothing happened not a single trade
 
Hello, the code does not work, take no position
 
Simon Githiri Kamau #:

very true

So this line should be deleted?

 
Nothing happens after loading the software
 

Missing these files

  • SignalMACD.mqh
  • SignalMA.mqh
  • TrailingMA.mqh
  • MoneyFixedLot.mqh
 
@Alan Lee #:

Missing these files

  • SignalMACD.mqh
  • SignalMA.mqh
  • TrailingMA.mqh
  • MoneyFixedLot.mqh

All of the files you claim to be missing, are part of the standard setup. Reinstall MetaTrader 5 if you don't have these files.