General - page 766

Hi I'm having a big problem Two days ago I bought and rented 2 expert I've downloaded it on only few platforms First expert I downloaded it on only 4 platforms but I see 6 activations (look at next picture) Second expert I downloaded it on only 4 platforms but I see 9 activations (look at next
Hi, I was doing some back testing with the ADX indicator, and I noticed then even though I am using PRICE_OPEN in my code, that the ADX values for main, DI+ and DI- all change actively during the candle.  I would suspect this behavior if set to PRICE_CLOSE, but PRICE_OPEN should be reporting static...
Hi, I'm trying to assign 'PERIOD_M1' to a variable called 'timeframe' so I can change it once at the top but the below gives me error 'timeframe' - cannot convert enum. Any ideas? void OnStart()   { //---       int shift = 3;              int File;       int timeframe = PERIOD_M1;       double open,...
when i create trend lines for example on eurusd, change to eurcad, and then back to eurusd the trend lines are gone. i know i could save it as a template or profile but thats way too time consuming (including creating a profile for each currency and switching between them). is there any way to make...
[Deleted]
Hi im looking for a sell and buy limit script. E.g. the buy and sell limit should be specified X amount of pips from price. These should occur at the same time. And also the t.p, sl and lot size should be manually entered before. Is there anyone with this kind of script. Or anyone who can code this....
Hello everybody, I'm trying to contact the service desk since two weeks,,, i send them 5 messages during this period but im not getting any reply... Do anybody facing the same problem, and if yes; do anybody knows why??!!   Regards,
  VPS Not work  (2)
Hi I have tried to rent VPS, But always does not find any company what's the problem? Look at the picture
[Deleted]
A question re Market product If I want to increase the number of licenses, do I have to purchase with a different account? As I understand it, he spent all the activations, and he needs more activation. Сan he buy the productagain from his account? Admins please, answer me, how to...
//+------------------------------------------------------------------+//|                                                   statistics.mqh |//|                        Copyright 2015, Herajika                  |//|                                         morinoherajika@gmail.com...
Hi All, How many EAs per chart on MT5? Only one??? Is there a way around that? Thanks! Jose
I find the growth rates to be quite confusing. If you could please explain the method used. How can for example an account has grown by 15000% while in simple financial terms their account is only ten or fifteen times the initial deposit, hence, 1000 to 1500% growth. 
Is it possible to remove the price line on the chart and keep the price on the right side of the chart? Similar to the chart I attached
hi, i nead to impleament a lot multyplier in this grid script i post the code. Can someone help me? //+------------------------------------------------------------------+//|                                                   SetGrid Script |//|                                                      By...
I want to stop or start an EA when a requirement is true or false example:if spread > 5 stop EA else start EA I made this script but to no avail #property link "https://www.mql5.com" #property version "1.00" #property strict #include <WinUser32.mqh> #import "user32.dll" int GetAncestor(int
The MQL5 profile page has a line for ATC (Automated Trading Championships). I am wondering when was the last time the contest was run and any plans to do another one? It sounds like fun and might open up further discussions on strategy and increase forum participation in general.
How can i request a feature to mt5 and mql5? there is an important thing that lacks mt4 and mt5 is multi currency backtesting and optimization ! because once indicator or strategy backtesting and found the ideal settings for it on pair when doing this on another pair it just become very difference...
  Virtual Hosting  (2)
Hi, can i use virtual hosting service for 2 trading accounts from different brokers, using 1 mql5 account? And do those accounts have to be in the same names as the ones in mql5 account?
hi im getting this problem on my EURUSD it keeps closing my newly trade please see attached file ty
Hello Respected community Coder... I wan't to use "Martingale system with increment of lot size 0.01 to 0.03. PLEASE WHAT IS CODE ? I post MACD EA WORKING CODE, Guidance will be appreciated. // External variables extern double LotSize = 0.01 ; extern double StopLoss = 0 ; extern double TakeProfit =
string st = "" ; for ( int i = 0 ; i < 1000 ; i++) { st = i; ... } or for ( int i = 0 ; i < 1000 ; i++) { string st = i; ... } Is there a difference? given all the optimisations of the mql5 compiler
I copy a signal. Sometimes I open a trade by myself has same instrument/ same order (buy or sell) with the signal provider ( but mine has better entry point ). Please advise me how to set up : when order of signal close, my order ( opened by myself ) close too. High appreciate for any help Thanks
hi All How to remove my MT4 account# from the list after my Signal Service end ?
Hello, please do anybody know how to increase lot size during signal copying ? My acc. is smaller than acc. of signal provider . I found on some forum, that it is possibile using copie in VPS, but I don´t understand. thanks Martin Fousek
is the price listed to subscribe to someones signals, per month or per year or ?could someone please help me out with this question.
Guys!  I would like to teach people how to trade.  For this I need an option ( tools) in MT4 that allows me to show only a part of the chart from the history.  The best will be to  load a chart on mt4 of a pair for a week ( per example)  - from the last monday till friday .  and show to the students...
Hello colleagues. I had an arbitration 1 day ago because the client and me decide to finish the job by  "Half cancel" option. This is the last message that I got from the chat: Customer has canceled the order as "Money in half". Payment to the Developer has been made in half the amount, the second...
  Hight slippage  (5)
Hello traders, If my signal that was started just few days back shows an average slippage of 6 and 9, which I guess is not that good... Does that mean my broker is not a good one and I must change to another broker to get a better slippage? Thank you
hi, i'm trying to withdraw with paypal but the button is disabled..  i withdrawed from paypal for 3-4 years.. something has changed?! 
Hi guys, lately I get frustrated with the hunting of pending orders. The hunting of Stop Losses is known for long time but nobody speaks about the vulnerability of pending orders. Does somebody has an EA for hiding SL and Pending Orders from market makers and brokers? Most of the time I put pending...
In MT5, where is the price data stored?