General - page 1850

This is a serious problem. I sat down and noted this so I am sure it is a problem. When the ordermodify is called to change the orderstoploss value, the stoploss value first assumes the orderentry price and then tries to change. However, this is a big problem because the logic used is as follows...
Is it possible to draw predicted prices (open, high, low, close, volume) as a bar, candlestick or line in future period in the right side of chart window? I checked the topics, but I am still unclear about it
Hi, Does MT Mobile give indicators on the Palm OS version? I have a Treo 650 and can't seem to find any indicators on the application. Additionally, does MT have future plans to import custom indicators into the Mobile platform? And if not, then is anyone available to do this for me on a private...
Slawa and all, After I'm attaching script to chart; I have this message: Error: Cannot load external expert 'stdlib'. What I have to do? Thanks Vlad
i tried this code ** totalprofit = all profit from floating orders** if(totalprofit>300)CloseAll(); //------------------ void CloseAll() { int spread = MathRound((Ask-Bid)/Point); int total = OrdersTotal(); for (int cnt = 0 ; cnt < total ; cnt++) { OrderSelect(cnt,SELECT_BY_POS,MODE_TRADES); if...
I need something that can detect when the market is choppy. Is there anything I can do for this? Anyone know a good way of determining this? Thanks
[Deleted]
void start { .......; for i=1000, i>0, i-- { a[m]=close; m++; } .......; .......; } in this example, will i calculate the "for" loop for 1000 times every time i receive new quotation? if so, how can i avoid it?
  Divergence Detection Indicator  (24   1 2 3)
I am looking for good divergence detection indicator, so far i know only macd can do that. Any suggestion for other indicators that good for divergence detection (time frame & setting)? Thanks
I'd like to modularize many of my functions by moving them to /libraries and /include files. For example, I'd like to move all my Trailing Stop code to libraries/TrailingStop.mq4 and include/TrailingStop.mqh, and declare all relevant input vars in the .mqh file. That way, the using EA only needs to...
  Help!!!  (3)
Hello,, Can anybody tell me what this code mean? if(Bars<100){ Print("bars less than 100"); return(0); } if(lTakeProfit<10){ Print("TakeProfit less than 10"); return(0); } what it's roles in the program? Thanx alot
  Help needed about broker  (11   1 2)
Let me say is just as it is. I want to open a brokerage house. In my country there is only two brokers, one is a bank that has a java based platform that sucks and people can open only standart accounts (no minis), and the other one is based on North Finance data feed but people do not like them...
Hi All, these are common candlestick trend change patterns. There are not many of them, only the most usual. moneyline
[Deleted]
Introducing PivotMagic EA I have been working on a system that uses pivots with very simple pivot-related instructions. I derived those from an academic who teaches signals and is trader himself. It seems to be working with almost no losses, but it is still in the very early development stages and
  Aroon indicator  (5)
hello traders, i have aroon indicators but how to use it i mean which period is better for aroon indicator and please provide me information on aroon indicator. regards, santu
Hi All, I've been watching the important Forex news releases to discern a pattern for the market's reaction to the news. There are for sure 2 camps, this is what I've observed: a) The all-but-too-quick to pull the trigger "Nervous Nellies" that will immediately - within seconds of a news release -...
For the Vegas 1 Hour Tunnel Method, does anyone have an actual chart of what an entry order should look like? My settings are as follows: Period: 12, 144, 169 Shift: 0 MA Method: Exponential Apply to: CLOSE Does the 1 Hour Bar have to close between EMAs 144 and 169? I never seem...
Hi, Just wanted to know if once a buy order has been placed and it has been successful, once I have confirmation that order execution has succeeded, can i close this order staright away, with no delay ? Thank you. Regards RJF
I used nice custom indicator in metatrader3 and now in metatrader4 i can't find it. It was simple, just puting two lines on high and low of time range that i wanted so if i wanted 8.00 - 8.30 range it drew horizontal lines on high in that range and low in that range through rest of the day. It would...
I was testing this strategy fine yesterday, but today I get nothing. When I look in the journal, the entry says "no data for testing" and has a red circle with a while line in it next to the time. On the settings tab I have "use date" checked and a date range listed. Any ideas to fix this? Thx
  New EA request  (36   1 2 3 4)
Hello ! All, I need a help making a new EA. It looks promissing. It usees SS indicator, ZigZag Point, Bolinger bands, Here is an image to show how it looks. I'll be happy to post the indicators once I get some responce from any programmers. I hope this interests you. Thanks
[Deleted]
you know a stick on hourtimeframe mean that price at beginning of the hour as its open price and price at the end of the hour as its close price. but how can i express the price at current second on hourtimeframe stick? and how can i trade at the curren second price before the current stick reach it...
I have stopped receiving data. Is this just a problem on my machine? Does anyone else have this situation, or is the demo server down?
[Deleted]
is it possible to change the timing of MT4, etc to GMT or other local time ? pls advise
Is it possible to use CCI and or an EMA to trigger email alerts in MT4? Thanks
:) ftp://download2.ma3d.com ftp://download6.ma3d.com About 100 GB of various apps, especially M I C R O S O F T .... Multilanguage apps, etc.... Bye DV
It's meaningful to have solution to show prodicted prices in the right part of main chart. Salsa, is it possible in MT4? In addition, I can use a template with &quot;skip_size&quot; option to offset the chart, thus reserve spaces in the right part to draw trendlines. But how to show prodicted...
[Deleted]
Hello I have problem with this ea which Iam trying to write. If somebody could help me I would be grateful. This i EA opens for ex. long when the cross of two EMAs appear and price will go higher than 20 pips from cross value. But EA opens position only when cross and price higher/lower than 20...
Greetings --- I am looking for a very simple indicator for MT3 -- only I have not yet had time to learn to program it myself Need an indicator that simply puts 3 parallel lines across my chart -- with a fixed amount of pips apart (say 20) -- so that all I need to do is to enter the bottom price...
I acquired some data, and I wanted to use it in MT strategy tester but unfortunately MT does not want to read it. It is in .txt file using format: ,,,,,,. Can anybody help me with this? I assume it is possible to convert it to .csv or .hst (or a txt file but readable by MT) but I really don't know...