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.
Hello my freinds
now , i went to do code to order sell and code to order buy .. what`s codes to write it in my expret ?
and the expret give alert when the sign appear to sell or buy.
and thank you for all
Hello my freinds
now , i went to do code to order sell and code to order buy .. what`s codes to write it in my expret ?
and the expret give alert when the sign appear to sell or buy.
and thank you for all
You can read the MQL programming guide , it's a very basic question and you will have more problem in future if you don't pay time to read the mql guide,
Please my friends any one help me to make that expret
or write code sell & buy
i cantn`t understand that mql4 it`s hard idon`t know why i can to understand it.
I've been following this forum for a while now and picked up a lot of valuable lessons already. Especially thanks to Coder Guru for the quickstart to MQL4.
I'm managed to build a few simple EA's just to get familar with MT4. Now I want to start a new project but I got stuck.
I want to enter a trade after a 10 pip move, not based on any indicator, just on the tick data, if price moves up 10 pips (eventually with a time limit), I want to enter long and and if it moves down, go short. I don't want to use the bar open or close as this may be late or miss some big moves. What I need is how to "freeze" the starting price to compare to the bid/ask to see when the condition is met.
I've been following this forum for a while now and picked up a lot of valuable lessons already. Especially thanks to Coder Guru for the quickstart to MQL4.
I'm managed to build a few simple EA's just to get familar with MT4. Now I want to start a new project but I got stuck.
I want to enter a trade after a 10 pip move, not based on any indicator, just on the tick data, if price moves up 10 pips (eventually with a time limit), I want to enter long and and if it moves down, go short. I don't want to use the bar open or close as this may be late or miss some big moves. What I need is how to "freeze" the starting price to compare to the bid/ask to see when the condition is met.
Any suggestions?
Hi,
i think you should use something similar to:
double prevPrice=0; // should be described in Global vars