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.
Ok, cool, so I can use the same command and in an EA
I need to space down "/n" correct? because the comment will overwrite the IndicatorShortName correct?
Correct, with "/n" break rows.
Put on deinit()
Comment("");
to remove comment from chart when remove indicator;
Been hunting this for some time now. With all the ways accounts can be set up - mini, micro, std, what code snippet can you incorporate in mq4 code so it knows the correct order to place.
For example, I want to risk only 1% of a 10,000 USD account. The logic I use results in a loss of 1000 USD however when the stop loss is hit. I figure there's something wrong with my computation of risk?
How to send an order when an indicator change its color?
Hi,
I a newbie in MQL4, and I need some help.
How to send an order when an indicator change its color? I`ve studied about that but I`ve not found the information. I`d like to use the color of an indicator as an entrance parameter to create a condition to send an order. Could anyone help me, please?
Would someone please tell me what function or feature I can use to get historical pricing from my EA? I'm new to Forex and MQL4 and just want to get my feet wet by playing with actual prices. However I can't seem to figure out how to get them. What I want to do is compare three different sets of pricing information "open-close" for 1 minute, 5 minutes, 10 minutes" or "hours, days, weeks, etc".
Would someone please tell me what function or feature I can use to get historical pricing from my EA? I'm new to Forex and MQL4 and just want to get my feet wet by playing with actual prices. However I can't seem to figure out how to get them. What I want to do is compare three different sets of pricing information "open-close" for 1 minute, 5 minutes, 10 minutes" or "hours, days, weeks, etc".
Not quite sure what you're asking but have you looked at iHigh, iLow, iClose etc...? You can set the time frame to use. You won't be able to get 10 m TF as it doesn't exist in MT.