Forex Trader / Publications
Forum
Need help with ATR Trailing stop
Could anyone make me a ATR trailing stop indicator for the metatrader plattform or simply provide me with the script. When I define my ATR traling stop it's calculated from this common formula: ATR Figure = $0.08 Last Close = $6.78 3 x ATR Stop = $6.78 - ($0.08 x 3) = $6.78 - $0.24 = $6.54 The
easier way to move trendlines?
Hello, Currently I plot some long-term trendlines which I require to move, though I need to keep the same angles - this is important. And I need to move and see them across differing timeframes. The problem I have at the moment is to move a trendline, you need to double click it and move it by the
Help with my EA code
Hello, I'm working on an expert advisor created by me; I've actually defined how the program opens a position (sell and buy) but I have some throubles with the exits. I need to code this situation: in case of long position, the EA should exit if: * Bid is less of the first "lowest low" (the most
How can I calculate the Margin level percentage?
How can I calculate the Margin level percentage that appears underneath my trades in the Trade Tab. What is the formula
How to remove comment from indicator sub-window ?
I run a custom MACD in a sub-window. A comment is displayed in the top left corner, which runs across 75% of the window width. As I do not need the information it contains, is there a line of code I can add to remove this
Change horizontal line colours
Is it anyway possible to change the colour of the horizontal line from red to another colour of our own choice the same way that candles are changed
No connection on Win Server 2003??
Should MetaTrader 4 work OK in Windows Server 2003 R2?? I just can't get it connecting to the server after many many tries. I have added MetaTrader to the windows' firewall's exception list. I also manually added port 443 to be open. And at last, I completely disabled the Windows firewall, but
help required on mq4 function
I keep getting the error ERR_INVALID_STOPS for the function below: OrderSend("EURUSD", OP_BUYLIMIT, 0.1, 1.2750, 100, 0, 0, NULL, 0, 0, Red) Can anyone see what is wrong. I have left the stoploss and takeprofit as zero because I do not want stops on this EA. I assumed this meant no SL or TP was set
insert colour
i draw two moving averages in the chart, say 100 and 200 for example, can i insert/put a colour between them, to look just like an ichimokou cloud? many tks in advance your prompt reply
String allocation inside of external DLL
Another one Slawa: No ability to allocate strings inside of DLL's. I need to pass string with fixed length, and use only that number of characters. Will you change it some day? Ruby