General - page 1717

I everyone found this website Forex Forum Search Engine its great it searchs all the forex and metatrader forums available on the web, can someone give a review? i think is made by brazilians thanks!
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// i=0; buy=0; sell=0; orders=OrdersTotal(); for (i=0;i<=orders;i++) { OrderSelect(i,SELECT_BY_TICKET); price_open=OrderOpenPrice(); if (price_open==price_buy) buy=1; if
Can we start this discussion on how the banks trade forex. Since there are many talented and educated members in this forum maybe this will increase our understanding of the forex business. Please post your info on this. thanks in advance.
Hello every one . We know the code in neta trader work every receive signal , can we make the code work every second or until receive signal , whatever earlieset . thank you very much .
What is the difference between the demo accounts and a real live account? Besides being able to trade I mean. Are the servers you can connect to any faster or have a higher uptime? I notice the demo server periodically disconnects me for a few seconds and then reconnects me. Could that just be my...
On the website of the Automated Trading Championship 2007, the article 2 Months of Registration (http://championship.mql4.com/2007/news/216) has been published. The results of two-month registration are given in the article. Over 1100 people have applied for participation in the Championship. The...
Hello, just wondering if someone could add for me code to this EA for MaxOpenOrders so I can limit the amount of max trades EA is allowed to open. Thank you //+------------------------------------------------------------------+ //| MA envelope exhausting system |...
The problem described in the 2d post "Bug with GlobalVariableSetOnCondition() ?" does not occure with build 210. But there is a new problem (regression ??). In the program test below, I create a global variable and assign "0". Then I call GlobalVariableSetOnCondition() on this new variable with...
have been trying to add an audible/email alert to this hma modified indicator.its actually the mod made by fxigor(signal line indicator) for his system and i have just made it into a bar indicator,so if anyone could add an alert on to it that would be great..........and if your really bored and feel...
[Deleted]
Hi, can anyone advise me a good EA that buys/sells when price goes above/below a MA (or more)? Also, since this strategy doesn't work in flat markets, is there an EA that can determine if the market is trending or not (using some other indicator), or is this too much to ask from an EA? Sorry for the...
How can I see the account history of each chart separately ?
On the website of the Automated Trading Championship 2007, the article Registration: Preliminary Results has been published (http://championship.mql4.com/2007/news/224/). Two and a half months have passed since Registration started. Only 7 days are left to complete it and participate in the...
I've made this EA based on my Gambling Experience & Strategy in Casino. And I use MA as the trigger to place an order. This is the first time I develop an EA and I faced 3 great problems. I need solutions from you whom are more senior and expert than me. My 1st Problem : My EA can't place order...
[Deleted]
Hello every one Will I am looking for a script/EA that can handle multiple targets , as I am subscribed in a signal providers that give signals with multiple targets with special requirement that whenever target 1 is hit move stop to entry among all the open position for the rest of the targets
Are there any BBands indicators that would allow me to adjust the std dev in decimal points? The standard MT4 BB only allows whole numbers and I would like to plot 1.5 std dev. Also are there any MTF BBands out there? Thanks
  hello  (1)
hi everyone i am member of this forum. i have good features of this forum.
Hi, Anyone have problem running strategy tester on a Intel Core 2 Quad CPU? I am running windows XP and is having problem getting strategy tester run. With the same setup it ran perfectly fine on a Intel Core 2 dual CPU. Are there known issues on this? I have try re-installing MT4 a few times...
Hi, I'm wondering if someone can go into intimate detail about the Order functions. It seems pretty easy to open them, but selecting and closing them, the right ones, gives me a headache. It seems easy to just let one run until it hits a stop loss - I have trailing stop code I have downloaded that...
Hi, I need help with the following EA. It only opens BUY orders and no SELL orders. Could someone please help to correct the code so that it opens SELL orders as well. Paratest is the EA and Para is the custom indicator it uses. Many thanks
Hi, I've just seen the post from scorpion about placing requests here. I haven't a clue where to start with this sort of thing but what I would ideally like is something like this: 1)price bars to turn red when a specific moving average is sloping downwards and the signal line of an macd is turned...
to create an EA that can use the price patter of one pair to trigger an action on another? I want to start an account for my daughter with just a bit of chump change, but try to walk into a good correlated pair with positive interest swap. Leg into a gbpjpy manually, and then in a take profit point...
Hi, I am new kind of new to forex, and now i have chosed northfinance, which uses metatrader terminal as my broker. I need general info on the layout, and operation of metatrader, pls.
  EA Usage Tricks  (2)
It is very helpful if people share their tricks in using EAs For instance, I have a problem with using EA, as when I open MT4, EA will open a trade according to its signal (trend direction), though it may be the end of the trade. One solution is to keep EA inactive, then upon appearing first...
Latest FCMs report from CFTC released to show that several FCMs have staretd to increase their NET Adjusted Captial to be above the 5M mark suggested by the NFA. Mgforex, one of them, increased their NAC to be become 5.1 M. Until the end of this year, if firms remain under 5, they will face closing
Hi Guys, I have two questions about MetaTrader, I hope someone can help. My first question is how can I put a simple arrow as an indicator when an IF statement is trigerred in the Custom Indicator section of Metastock? Second question where can I find a good A-Z tutorial on the Metatrader...
Hi, Is there a conversionprogram what can be used to convert the indicators, written in mq4, in EasyLanguage which can be imported in Tradestation? thank you Henk
[Deleted]
i-HighLow indicator draws the channel with borders correspond to highest high and lowest low values of the bar's shadows for the last N bars. Indicators' parameters are: extern int N = 20; - searching of highest/lowest bars for the last 20 bars extern int N2 = 5; - drawing the borders with 5 points...