MACD Crossover keeps losing money
-
Hi guys, I need help with my MACD crossover EA. It keeps losing money. Any idea how I can make it better please guys? Thanks
-
@oscarmothupi That MACD configuration is terrible for direct trading. You'd better use the 8,21,5 configuration.
-
@oscarmothupi Hello @oscarmothupi ! With the lot you have set it is impossible for any EA to function, the minimum lot is 0.01 and not 0.001, no platform and no brocker allows you to open any operation with that lot, internally the platforms even in Demo or Backtest will not create any operation for you .
-
you must start by disconnecting anything from under the buy and sell blocks.
Anything below that should be under a new starting block, "if position or if trade" then the conditions and close positions will follow.
-
Thanks guys for the inputs. much appreciated