General - page 1495

Since we have calendar events drawn on charts, there is some issues (seen since 375, not tested before): - these events dont have properties per chart: thats bad because we cant choose to display only the highest events for example. - there is no time scheduler to display these events - no expiry...
I’m wondering if in MQL5 there is any function returning theBar number given a DateTime value. For sure some similar function is used when creating anobject (“ObjectCreate”) on the time parameter, and if that time doesn’t existthe object is created on the first previous Bar.   Obviously I already...
Look, what I find today. Great news! Today the first mobile version of the MetaTrader 5 Client Terminal for iPhone, iPod Touch and iPad was released. Now you can have MetaTrader 5 in your pocket. Download MetaTrader 5 Mobile from AppStore – i's absolutely free!The powerful functionality of the...
Lower my rate to $88.88 how many people would be enticed into subscribing. I need at least ten replies to do it. Why am I doing this you may ask? 3 reasons... 1. Due to technical difficulties with the new EA upgrade I haven't traded in the past couple of days (currently getting it looked at by RAS...
Broko sind Schwindler... sie geben mein Geld nicht zurück ... Den ganzen Monat lang nur Versprechungen... Floskelhafte Geschichten über ihre Probleme... Ich versprach ihnen, wenn ich mein Geld am 10 Januar nicht erhalte, ich erzähle die Wahrheit über sie in allen Foren. Broko wurde vom...
Hello, we are using this system on our managed accounts and now releasing its signals too. It is a scalping strategy that runs in Asian session. Pairs: EURUSD, USDCAD, USDCHF, USDJPY Trading hours: 22h GMT - 23h GMT Lot size limits on all pairs: 0.1-1.0 Maximal Total open trades: 5 Current Broker:...
  Forex News by www.ForexSQ.com  (69   1 2 3 4 5 6 7)
This topic will update by best and Latest Forex News of ForexSQ.com and i hope help you to analysis forex market better and increase your profit . www.forexSQ.com
Dear all I've a metrader script that save rsi value to a csv file. I'm not able to excute it. Could you give any advice? Thanks
  alert  (1)
hi i'm new to this forum and would highly appreciate you're help in coding a buy sell signal indicator... its the "price channel stop v1.2" i want a alert signal when ever this indicator posts but or sell signal.. //+------------------------------------------------------------------+ //|...
  Sharpe Ratio - is it correct?  (25   1 2 3)
I just started playing with MT5 and I have a ton of questions. Let's start with the first one. I am really happy that sharpe ratio appeared on the list of predefined optimisation criteria. I was really surprised that a rather poor MA strategy (one of the examples) got a SR=17. Normally a SR=2 would...
I looking for a kind of interface from to run MT5 on my MT4 Live accout. Is anybody doing or knowing about something like that ?
Please house i need this system to be coded to an EA it is daily high and low break. If previous day high or low is break by 10pips then EA will buy for high or sell for low the stoploss and take profit must be adjustable or put stoploss at the opposite side, but if neither takeprofit nor stoploss...
Today the first mobile version of the MetaTrader 5 Client Terminal for iPhone, iPod Touch and iPad was released. Now you can have MetaTrader 5 in your pocket. Download MetaTrader 5 Mobile from AppStore – it's absolutely free! The powerful functionality of the desktop version coupled with the special...
  MT4 to FIX API  (2)
we are currently running via MT4 to an ECN and exploring possibilities for platforms to trade FX via FIX / API. Does anyone know what FIX platform would work well compatible to FIX 4.2? I do no thave a coder to code the platform for trading via FIX API FX only Also, can EAs currently in MQL for...
Could someone please tell me why this simple script fails to draw an arrow on a chart that it is run on? It has to be something simple, but I am unable to see it. When debugged, it seems to create the chart object and set its values, but the arrow never is displayed on the chart......
The help file for Strategy Trader is attached to this post. It contains coding documentation and sample coding which should make it easier for you to code your strategy or indicator into C# for the Strategy Trader platform.
I wanted to see what the wizard does but can't even find the wizard icon to even get it started. Do I have to download an addon? My version 5 is demo MQ5 build 375 .
Hello, im kind of new at this, im developing a simple strategy of hedging, i encountered a problem when i tried to buy when i have a open position of a sell, the system closes my sell position, i starting to read about it and find out that the problem is MT5, is it true?, i mean, how is it posible...
  RAS ID: 33254 | FxGliderV4  (17   1 2)
FxGliderV4 is a manual trading strategy I've developed that would have a decent ROI with as low as possible DD on your account. I trade maybe once or twice per day and some days I do not trade at all if I'm not comfortable with trading conditions. I like to get in and out of a trade within an hour...
  FxGliderV4  (4)
To be a successful trader I would say the following would apply - apart from being able to spot entry and exit positions that is. You have to have lots and lots of patience. This goes hand in hand with greed. People get greedy, because they do not have the patience to wait for them to make money
[Deleted]
Hello I am using 5 numbers of SMA in H4 TF. When I look at my chart I cant remember which one is what . I always touch with mouse pointer to know their value . I think it will be very handy if I can put their shortname with same color as shown in attached image. I dont know how to set in program...
[Deleted]
MT4 iPhone/iPad is this by Metaquotes ?
[Deleted]
This thread is to discuss my Quantum_v3_USDJPY signal at RAS: Quantum_v3_USDJPY | Rent a Signal
[Deleted]
This thread is to discuss my Quantum_v3_EURUSD system at RAS: Quantum_v3_eurusd | Rent a Signal
[Deleted]
This thread is to discuss my Quantum-v2-EURJPY signal on RAS: Quantum-v2-eurjpy | Rent a Signal
[Deleted]
This thread is to discuss my signal Quantum-v2-EURUSD available at RAS: Quantum-v2-eurusd | Rent a Signal
Hey everyone, Which countries do you consider most secure for a broker to be based in? Considering laws, security, economic situation Thanks in advance!
Hello freinds, I need your help: I had a MQL4 indicator - called - AbsolutStrengh, and a good freind of mind cleaned it and "translated" it to MQL5. Here are the 2 versions. Unfortunatally, we do not know why the MQL5 version does not work. Can somebody try to fix it? Thanks && Enjoy....
hi, is there available any website on the internet for MT5 in MQL5 language that has this indicator? or a direct rebuild/conversion of period converter optimized indicator as exists for MT4? Can someone either show me the place, convert this indicator into MT5 from MT4 or rebuild it completely...
from /articles/83 by Alexey compiling with 375, i get these warnings: ArrayResize(arrTime,countVal-1); : cannot be used for static allocated array (345,4) ArrayResize(bars_tf,countVal-1); : cannot be used for static allocated array (346,4) for(int i=0;i<period;i++) result+=price[position+i]; :...