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.
Hey freinds,
i have some request for those who able to code this ea
The system look like this..
let say for the pair GJ around gmt 8 show current price is 200.00
therefore i need a breakout instant show for
buy stop 200.50
sells stop 199.50
with SL 30 pip and TP 50pip
and the ea works automatically after it smile..hehe
any body can create a simple EA based on the features below:
- allow scalping
- Scalping value
- set TP
- Set SL
- can disable entry for sell & buy ( i prefer to enter manually )
- can be used in recommended on tf30 and tf H1
Basically here i want to use it for scalping, but prefer to enter manually,, what i want is, it will closed the position once it reach the amount that i been set in input.
Ive tried to use the misakas,, but it keep open the position that i dont to enter, coz it is too risky.. ( for me )
If anybody could help me with this. you Can PM me if u want. Thank you in advance.
who helps me?
I have a question: I have created this scanner that plays at the end of the formation doji, but it also plays the same alarm in the following candle.
Who tells me where it is wrong?
I would want that it played an only time at the end of the doji and enough, without repeating.
I thank who helps me.
I am currently coding up in indicator which uses the MathCos function in MQL.
The problem is that it seems to be returning an incorrect value.
For example,
PHP Code:
MathCos(10);
returns a value of -0.8391, while the TradeStation COSINE function, and the web-based cosine calculator at Basic Maths Functions both return a value of 0.9848.
Is this a known bug? My indicator can't be written unless this function works correctly so I hope there is a solution!