General - page 886

Hello all, Am trying to put an edit into the standard zig zag indicator. I want to change the depth calculation from bar based to percentage based. That is new highs or lows won't be drawn until price has moved a certain percentage from the last high or low. If I failed to make anything clear just
Hi i wonder who is the owner of this website? Is it MetaQuotes Software Corp? And where are thay based?
  order flows  (3)
Is there a website where I can watch all order flows concerning forex without paying platforms? Or do there exist free piaffas that give this service?
Is there any good forex manual trader who has good risk management and good profit every month? If you are a good forex trader, I am glad to cooperate with you.
Hi there, I need someone to create an EA using a combination of support and resistance and an ADX (dashboard) indicator to use with , about 3 indicators, and these already have inputs...but i do not know how to code as yet, still teaching myself. Please advise if it would be possible to code those 3...
I have a problem with setting input values for the AlgLib operation of RMatrixSolve. Aspecially, I don't know how to fill Input matrix (type CMatrixDouble) with my values. Hears a part of the code. Globals: double Res_1[4]; CMatrixDouble Mas_1(4,4); const int N=3; int info_LA;...
Expert advisors, Indicators, Manual systems
Hi, I have over 18 months trade history (daily statements and linking account to myfxbook). Now the broker decides to move my account to a new MT4 server and I will lose all my old history on the new server. How can I still combine or append new trade history to my old daily statements? Appreciate...
before i paid for one product and now i checked it not available in the market and the author cancelled it...... i can return my money
Hi! How can I change the time settings? I need to change it to GMT+2.THANKS
Hi, Someone could point me a MT5 Indicator (with sources) that draw various timeframes like this ? I need a sample sources to modify it and put another indicators inside. tks
Hi, I've a general question about the ChartSetSymbolPeriod &&  iCustom functions for a multi-currency & multi-timeframe system. Considering the followings points :   - the time calculation of my custom indicator for each candle is : 1 ms.   - a candle calculation use previous candle results --> so...
Hi all. I would like to make a question about the optimal design and performance of an indicator. Let's say we want to design a complex indicator which it is required to draw many arrows and lines, for example the total amount is 30.  Is it a good practice to create all theses different symbols with...
Hello, please I want to know if there's a standard function that converts the rad value returned by acos() to degrees. Many thanks in advance
I"m still on the process of finishing up my indicator but somehow no matter what I do, I can't seem to alert me, please help.....
I am currently copying two signals on my account, is it possible to copy an MQL5 signal on the same account, or are there some restrictions on copying MQL5 signals on other accounts? Thanks
What's the best broker these days? and Why?
Hello, How can I sort the open positions on MQL5 ? It is about the positions opened by the signal provider. I want to have them sorted by "opened time" , or by symbol Dan
Hello, I am trying to subscribe for signals provider but I don't know how . What I did is : 1. I choose signals provider 2. Then clicked on '' Copy trades '' 3. the system opens new widow with my trading account 4. At the bottom right in my trading account I clicked on '' Subscribe for 30 USA ''
New MetaTrader 5 Platform Build 1755 MetaTrader 5 platform update will be released on January 18, 2018. The update will feature the following changes: Terminal: Fixed an error that caused the terminal and MetaEditor to block Windows shutdown and reboot. Terminal: Fixed the chart shift when...
Hi everyone, So i got a problem here : I would like to connect my mt4 account through a php code and be able to open orders on it if possible, I tried with the webterminal but there is no real documentation on autologin on webterminal so.. I need help ! Thanks if you read this :)
Hello, I subscribed tot he signal shown below (photos) and it has not been trading for the past one week. I tried cancelling the subscription but it says the action is permanent and irreversible and my money will be lost irrecoverably. Please advise me on what to do to get the signal working!!...
  Breakout EA  (5)
He
Hi guys, I am in a dilemma. Please help me and suggest me.   I am trying to run my strategy and optimize is using the strategy tester. But the process is taking hell lot of time and I want it to get completed as fast as possible.   Kindly, suggest me how I can make the GPU based optimizer or Expert...
Hi, How can we ensure to correctly clear all the memory after the use of iCustom function ? For exemple I use X times the iCustom function and the handle is stored in a table. I'm afraid of memory problems... Thanks ! Erwann.
I'm new to trade coping and was wondering if all the signals are real and current or not?
Hi, is there a more elegant way of an object to know 'for what it is' used? A class should know whether it is part of an EA, an indicator or a script so that  e.g. it knows how it should deal with e.g. sleep which does not work in indicators and must be treated differently. Neither in the help of...
Well, I've subscribed to my first signal with real money and it seems to be doing ok after 3 weeks, meeting my twin criteria of stability and a reasonable monthly return. There is some slippage, but I understand that can happen as my broker is different from the providers. The question is, what...
I developed an EA to manage the SL of my manual orders, I have had no problems since today, everything seems to work just fine but yesterday I traded on a pair that I haven't opened any positions using the EA that earned a quick 40 pips, I woke up today but the SL was not moved, I double checked on...
Question#1: Can someone explain why two values are not able to add? iATR     +   iMA     =  9.881312916824931e-32 5.9125  +  2691.3  =  9.881312916824931e-32 I have attached code for review.  Great Thanks!