General - page 1504

Hi all, let's say, i made multipe transaction below: Buy 500,000 AUDUSD at 1.03756 Buy 500,000 AUDUSD at 1.03726 Buy 1,000,000 AUDUSD at 1.03856 Buy 500,000 AUDUSD at 1.02362 Buy 100,000 AUDUSD at 1.00192 My total position is now: 2,600,000 . How can i calculate what average price for...
Quite Interesting Setups USDJPY BUY 77.05 SELL 78.70 USDCAD SELL 0.99350 BUY 0.97620 EURCAD SELL 1.40590 BUY 1.36970 AUDJPY BUY 78.69 SELL 80.40 EURCAD SELL 1.42860 BUY 1.40450 GBPCAD SELL 1.63450 BUY 1.59750
Hi, Some indicators like standard Macd (both signal line value and macd: value) and various custom indicators do not give "stable" results to vary prices but change whenever their values depending on the share price. (also happens with other financial platforms) When you use trading systems or Ea...
I have open position of 14.5 lots. When I close it by using PositionClose() method of trade class , it performs 3 deals, closing 5 lot, 5 lot and 4.5 lot. This must be because the maximum lot size is 5 lot. Thus it will make use of 3 opposite orders to close the position. This is fine with me. My
One of the biggest moments for the markets can come when there is a key news release or fresh fundamental data. Buyers and sellers seem to wrestle with the potential outcome, and in the case of larger announcements, volatility goes through the roof. The problem that I see some traders struggle with...
hi everyone!!! can you help me as state below... 1. can i get indicator that estimate long range and short range in real time..? plus have alert ringing for it... i like to use 30minutes.. market EURO/USD and USD/JPY and i use parabolic sar until now... 2. how can i know that my graph / trade...
  Experts  (1)
Newbie, here. Copied code from Dummies example. Have it loaded on my trading platform under Experts but it won't work. Can someone help me? Thank you
hi everyone!!! can you help me as state below... 1. can i get indicator that estimate long range and short range in real time..? plus have alert ringing for it... i like to use 30minutes.. market EURO/USD and USD/JPY and i use parabolic sar until now... 2. how can i know that my graph / trade...
I started a new thread for my demo account as this is an ongoing account. This is the same strategy as ThisIsForexV1, except risk/reward ratio is much better as the goal here is NOT 20% per trade. As you will see from my stats current risk/reward ratio is 1.86. Trading fixed lot size 0.01 with Max...
Recently on the forum there was an interesting topic related to the possible cost of the winning Expert Advisors of the upcoming championship. The emphasis was placed on winners and exactly on Expert Advisors (apparently, as the quintessence of automated trading), although the question of cost
Hi: I just bought a new laptop and installed a fresh MetaTrader 5 on it ... however: File / New Chart / Forex / Crosses / ..has no EURGBP available to click ... whereas my existing desktop computer still has the EURGBP symbol up and running... Any ideas? Many thanks
I suspect this is a threading issue of some sort. When using an Unmanaged C# Exported assembly and in that C# we access a static variable, over a few calls to OnTick I get an invalid pointer exception in Indicators.mqh line 302. In C#: private static int Sum { get; set; }static...
"Only one position per symbol per account" means too "only one E. A. per symbol per account" !!! right??
If there are serveral EAs on charts, how to know the EAs' name in MQL5?
  Please Help  (5)
I am new Trader, Technical Analysis and Fundamental Analysis seems very difficult, I often hear vibes for gold expert advisor, did some body try the gold expert advisor .They claim their robot is very profitable and made 100% profit in 5 months. Pls. help
When hovering with the mouse over the objects (line objects more specifically), wouldn't be more useful to see the description of the objects? not their names? Names have to unique. Descriptions can be anything. Taking the case of text object. The text object displays its description....
do you agree that chart/order entry program authors, brokers' usually only ? account software, and data feed providers including exchanges are liable for any and all losses that are a direct result of a problem with Their software ?
I have been working with Unmanaged C# Exported code and MT5 and it appears that an unhandled exception crashes the entire terminal. In C# [DllExport("Bug1UnhandledErrorCrashesMetaTrader", CallingConvention = System.Runtime.InteropServices.CallingConvention.StdCall)]static void...
In Tip #14, I talked about some of the basics for technical analysis. Trends and simple chart patterns are just the tip of the iceberg for technical analysis tools. There are many advanced tools that technicians use to try to find signals in the market price. One of the terms you might hear quite...
[Deleted]
Does anyone know why and how to fix it?
Hi guys, I want to check for every position to open if there is a position (magicnumber + symbol) already open. Who can help? Best Regards
Hi guys, I want to check for every position to open if there is a position (magicnumber + symbol) already open. Who can help? julyhedge.mq4 Best Regards,
[Deleted]
I am about to setup an account and wanted to find out if GO Markets accept Asian clients.
[Deleted]
I am looking at setting up an account with GO Markets, as I want to use the MT5 platform. Anyone use?
I am a beginner in Forex. I have downloaded the mt4 platform form my broker. I want to place orders ( all types) place stop loss, take profit, trailing stop etc. directly from/on the chart. Can anybody help me in this aspect? I hope I could explain my position. I want to move stoploss or take profit...
Automated Trading Championships are held since 2006. This is an annual competition of trading robots for the impressive prize of $80,000. Each robot buys and sells assets in the Forex market based on a certain trading strategy implemented in that robot. Expert Advisors with the largest profits...
  onStart()  (1)
When I call onStart() in my EA it changes the EA to a script. What is the best way to call a script from an EA?
Hi Friends and Experts, The rule IV.6 states that "The maximum combined amount of positions and pending orders' lots, regardless of the direction on one symbol, is 15. Stop-losses and take-profits are not taken into account". 1. If I have a position open of 5 lots, then I can make 2 pending...
I am looking for an EA that logs every trade in detail into an excel sheet. Just like the Terminal - Account history. Already closed trades (which you find in the history) should be added to the excel sheet too. The difference is that I want a profit/loss in pips also added to this excel sheet and I...