Forum

EA to trade Notifications in MT4

Hi, my indicator is generating Notifications which i can then trade manually. Is there an EA in the market that can auto trade the notifications in MT4 ? Please assist. Thanks ckm

how to change the server and account for an EA purchased from the market

Hi, I did rent an ea from the market and for testing purpose i used to install it on my laptop. now i want to run it on my vps on a demo account but unable to install the ea on demo account on VPS on pressing install it does nothing what is to be done ? Thanks ckm

Lot size not calculating

Hi, In the following simple code, i seek to evaluate lot size for 3 possible cases, but it is not returning the size based on the risk in pips (say 50 pips). Please help what correction is required. enum Money_Management { Equity_Percent = 1 , // % Equity Fixed_Lot_Size = 2 , // Fixed Lot Size

How to get longer History Data

Hi, I have downloaded 150 days data for 5 min timeframe from History Center in MT4. While downloading 1M data I get only for 50 days, while I need 150 days for 1M as well. Please suggest how do i get larger data for a specific timeframe. Thanks ckm

EA for no more trades if risk of open trades is above a threshold

Hi, Is there an existing EA that will not allow opening new trades if the risk of existing and new trades goes above a threshold level. If there is a already a robot for this, then good. Thanks ckm

can someone pls share the code to get high and low swings

Hi, I need to code swing high and lows inside large legs. Say the leg is A to B and i need to get sub high and sub lows (a,b,c etc.) within the leg A-B Thanks ckm

MACD trade closing not happening at the right spots

Need to code a simple MACD Cross over and U turn of MACD.......however EA is not picking the right spots for closing the trades. Sell trade opens, when MACD cross below Signal line while MACD is above zero line Close must happen when MACD Cross zero line from below, or when MACD turns down signal

How to activate already purchased EA in MT4

Hi, I have already purchased an EA through MQL5 and it directed me to login MQL5 from my mt4 platform. Once in the market tab it asks me to purchase it again. Why ? Where do i find my already purchased EA in MT4 and activate it ? Thanks ckm

Partial Close EA

All, I need 2 EAs if you can help me guide if they already exist Partial Close EA I need an EA which does the following: - Partially close 40% lots at 25 pips - Bring the SL to Break even - Partially close 30% lots at 50 pips - Partially close remaining 30% lots at 100 pips I dont want to enter

RSI EA code help

Hi... Need an indicator to trade RSI. where if the value goes above 70 and retrace below 50 I enter short wher if the value goes below 30 and retraces above 50 i enter long need help with teh code