| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack (1) | Thread Tools | Display Modes |
|
|||
|
Can anyone code these Trading indicators?
Check the link, look down the page then click on to the trading indicators. They look Vgood.
http://www.trendpro.com/floortraders.html |
|
|||
|
how i do code order sell & order buy?
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 Last edited by mmf; 09-22-2006 at 02:55 AM. |
|
|||
|
Help needed to code entry
Hi guys,
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? |
|
||||
|
Quote:
Hi, i think you should use something similar to: double prevPrice=0; // should be described in Global vars int start() { double curPrice = Bid; ... bool BuySetup = curPrice - prevPrice > 10*Point; ... prevPrice = curPrice; }
__________________
Let's improve trade skills together http://finance.groups.yahoo.com/group/TrendLaboratory |
|
|||
|
Quote:
|
|
|||
|
Help with simple code
Hello all,
Got a very simple question I have this code in Expert Advisors and doesn't work. Same code in Custome Indicators and works, any idea? I excuting this code against 1 min chart Also I have declear bars as global int. int start() { if(Bars != bars) { bars = Bars; Alert(High[1]); } return(0); |
|
||||
|
U initialized bars variable before start function - in global section?
Try to use if (Bars>bars)
__________________
You need proffesional mql coder? Contact me! I will help you! ........................................ http://www.fxservice.eu/ ........................................ |
![]() |
| Bookmarks |
| Tags |
| candle time, CHinGsMAroonCLK, coders guru, expert advisor, forex, how to code, I_XO_A_H, mechanical trading, trading |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/metatrader-programming/554-how-code.html
|
||||
| Posted By | For | Type | Date | |
| Need an experienced programmer? - Page 2 | Post #0 | Refback | 09-24-2008 07:24 AM | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to code this? | iscuba11 | Metatrader 4 mql 4 - Development course | 1 | 08-03-2007 05:22 PM |