Forum

Need someone to check this coding it wordks but stops after a few trades and it has the 103 and 4110 errors, thanks in advance

//+------------------------------------------------------------------+ //| YourEA.mq4 | //| Copyright 2024, Your Company | //| https://www.yourcompany.com |

I can't figure out why this is not doing long sells, yet only long buy and why it drops after hitting into this Month. Been trying to correct this for a week now... I'm still a noob, lol...

// Define input parameters input int ADX_Period = 14 ; input int RSI_Period = 14 ; input int RSI_Overbought = 70 ; input int RSI_Oversold = 30 ; input double Risk_Percent = 2.0 ; // Risk percentage per trade input double Max_Lot = 0.1 ; // Maximum lot size per trade input double Slippage = 3 ; //

Need help with this one I'm learning still getting lost at some part of coding like, writing the full logic. It works, as it is, however it loses.

//+------------------------------------------------------------------+ //| | //| Comprehensive MT4 Bot Code | //| |

Hi would like to use this Bot however, it's on the five min window? Still I'm having problems setting up values for it, to run cleanly...

// Regina Gold Expert Advisor // Author: Aldan Parris // Version: 4.50 #property strict // Define input parameters input int rsiPeriod = 14 ; // RSI period input int maPeriod = 20 ; // MA period input int bbPeriod = 20 ; // BB period input double bbDeviation = 2.0 ; // BB deviation input int

Need Help with my Bot

I got bot working to some extent, however it still does things awkwardly and I've been at this bot now for month and two weeks. #property strict // Define input parameters input int rsiPeriod = 14 ; // RSI period input int maPeriod = 20 ; // MA period input int bbPeriod = 20 ; // BB period input