Welcome to Forex-TSD!, one of the largest Forex forums worldwide, where you will be able to find the most complete and reliable Forex information imaginable.
From the list below, select the forum that you want to visit and register to post, as many times you want. It’s absolutely free. Click here for registering on Forex-TSD.
Exclusive Forum
The Exclusive Forum is the only paid section. Once you subscribe, you will get free access to real cutting-edge Trading Systems (automated and not), Indicators, Signals, Articles, etc., that will help and guide you, in ways that you could only imagine, with your Forex trading.
Elite Section
Get access to private discussions, specialized support, indicators and trading systems reported every week.
Advanced Elite Section
For professional traders, trading system developers and any other member who may need to use and/or convert, the most cutting-edge exclusive indicators and trading systems for MT4 and MT5.
I was wondering if anyone could help me make this EA increase lots as the account grew.. So it would use a percentage instead of fixed lots. Or just double up everytime the account would double.. Thanks in advance
Hi mrpro
I have added a little bit of code for you which will give you 4 ways of controling your lot size.
I have named it abc.mq4
Information on how to use it is in the code.
I've some questions with MQL.
I would try to made my question in natural language :-)
Here's my first question :
When i put standard Stoch as indicator and i need to know 5 parameters :
1- current value of the %K line (the main one, Color LightSeaGreen in standard)
2- current value of the %D line (the signal one, Color Red in standard)
3- it had crossed ? (boolean)
4- Who cross Who ?
5- The level point (value) of crossing.
How i could simply write that with MQL ?
Perhaps it's possible to store theses parameters in an array ?
Thx.
__________________
French speaking Forex forum : fxmgm.com
How to automatically close open position after 1 hour?
Dear colleagues!
Could someone post piece of EA code which automatically closes open position exactly after definite time interval, for example, after 1 hour or 3600 seconds? It needed in case if open position didn't reached Take Profit or Stop Loss after exact hours.
Best regards,
Warren
__________________
Short Term Pain for Long Term Gain!
I'm not sure whether this is the right thread or not, but I'm curious to know what folk do to protect their trading setup while it's unattended live trading.
For instance, the broker feed might go down, the broadband connection might drop, there might be a power outage or the PC might simply crash.
I've been made aware of remote monitoring systems whereby a PC on a different connection can be set up to regularly ping the PC that is live trading and report any errors via text message or other means.
Has anybody got experience of such systems? If so, is there a recommended system? What do people use and how does it work?
What I want it to do is when the ZZ Pointer is pointing down and the BB Stops turn to a sell is to place a sell trade and to exit on the next ZZ Pointer up signal. And when ZZ pointer is up and the BB Stops turn to a buy signal to place a buy and exit on next ZZ Pointer down signal.
Location: Currently living in Lagos State, Nigeria.
Posts: 14
I need help ...
I need help in getting the following codes to an EA i tried my best but i could not finish it please is there anyone that can help me out ?
I am trying to compile the EA using MACD plus 6 and 12 close period Exponential Moving average for my signal manually via a multi time frame of 4 hours, 1 hour and 15 minutes chart as follows :
BUY POSITION : Once the MACD on 4 hours, 1 hour and 15 minutes chart confirms a positive divergence and the 6 close period EMA crosses the 12 close period EMA upwards on the 15 minutes chart, that gives a sure BUY signal with Take Profit of nothing less than 50 Pips for the trade.
SELL POSITION : Once the MACD on 4 hours, 1 hour and 15 minutes chart confirms a negative divergence and the 6 close period EMA crosses the 12 close period EMA downwards on the 15 minutes chart, that gives a sure SELL signal with Take Profit of nothing less than 50 Pips for the trade.
You will add a trailing stop of 25 pips. I use FXOPEN, FG TRADER, ALPARI, FXDD and IBFX.
I mainly trade GBP/JPY and EUR/USD. All i could code is bellow, please help me out in correcting and completing it :
Could someone post piece of EA code which automatically closes open position exactly after definite time interval, for example, after 1 hour or 3600 seconds? It needed in case if open position didn't reached Take Profit or Stop Loss after exact hours.
Best regards,
Warren
I was going to ask for the exact same code. I need my orders to close out after a certain time interval. Does anyone know of such code?
Last edited by Yoda_Glenn; 07-24-2008 at 02:56 PM.