Posts Tagged ‘help’
[HELP] Creating EA for Breakout with Custom Trade Execution Time
Dear all, I’m a new member here and i’m new too in MQL Programming, but i have some knowledges about programming in high school. Here, i want…
Coding a simple EA – help needed plse
i ‘m coding, or at least copiing from other ea’s sections that i like . this is to emulate a current stratagy i use. i am however strugeling coding my…
Help : My program needs the yesterday’s close price
Hi anyone can help me? I already reference other programs how to do. They use timeday() function to check if close[i] and close[i+1] are different days….
Need help in avoiding error 131
Hi, I need help in avoiding orderSend error 131 and orderClose error 131. Here is the value I assign to lot size: Double lots=NormalizeDouble(MathAbs((AccountEquity()/10000)),2);…
help me to find this indicator!!!
hi, i’m garnet i’m newbie, can u help me to find indicator like: monitor 1.02 fibo123 web, barrage grid,hand made,Murrey +Zigzag by…
Help in sorting out my sell buy conditions.
My first AE that uses a simple RSI trigger. When the RSI value is more than a certain level it wil either buy or sell. The buy or sell part…