General - page 326

Dear sirs, this is not a contribution to the forum, this is a scream protest for an unacceptable anomaly of the MT5 invoking a custom indicator is a fundamental operation, it makes for great flexibility in use within an EA, or even just within an indicator. MT4 performs this function without
Is it possible to code a tool for exact recording times MT5 platform's calendar receives updates (actual values)
If I am selling a signal through MT4 do I have to use PayPal? Are there any other payment vendors that I can work with besides PayPal to sell my signals vai MT4
Hi, I would like to draw some vertical lines on a chart (MT5) into future dates. I do not see any future dates on the X axis on the chart, therefore it looks like is not possible. Or is there any settings that will show it on the chart and allow it? Many thank in advance
Hi, I have 2 questions and maybe requests for the Strategy Tester Visualization window: Is there a reason the Strategy Tester Visualization window only uses the tester.tpl template file for the symbol that is selected, instead of all the symbols that the EA is trading. The tester opens multiple tabs
  EA advisor  (7)
Hello people. Can you pass me references of effective EAs without martingale? paid or free
The goal is to, have a function getTradeRecord that returns a struct trade_record . That struct should be initialized by its constructor. The problem is, when the struct trade_record is initialized by its constructor, we get a compilation error in the return statement. Code bellow
I'm getting this error, but I can't understand, can anyone guide me? //+------------------------------------------------------------------+ //| ZipHeader.mqh | //| Copyright 2015, Vasiliy Sokolov. | //|
MT5 Strat Tester. My EA uses RSI indicator and when I run at backtest on Visualize I select "visual mode with the display of charts, indicators and trades". So the RSI indicator is charted in the subwindow when I run the tester. My question is: Is there any way to plot in such indicator subwindow
Guys, which strategy would work on a long term without updating the setfile every week? Some strategies work only on the uptrend market but can not handle the choppiness of the market. Some strategies are good but can not handle when the market is flat Some strategies such as grid and martingale
Hi All,  I am using MetaQuotes ID for notification from EA. Everything is still ok , But Yesterday, I could not recieved it. I don't kow why.  I try many time and many way! ( delete app in my mobile and reinstall , but ID not change).  I try send another MetaQuotes ID and it send ok. (Only my ID...
[Deleted]
#include<Trade\Trade.mqh> CTrade trade; int handlee; double Openingsale= 0 ; double SLsale= 0 ; double TPsale= 0 ; bool sale= false ; void OnInit () { string name = "Market\\Dark Point MT5.ex5" ; handlee = iCustom ( _Symbol , PERIOD_CURRENT ,name); } void OnTick (){ for ( int a= 0 ; a<
Hello i have a problem installing both mt4 or mt5 it asks for a proxy server right away don't even let me have an installation folder and when i type in proxy login it says something went wrong try another time i don't know why this is happening is this a windows thing cause the mt5 and 4 app work
Good day, is there any way to disable those menacing coordinates which trail the mouse pointer and inhibit your visibility, when trying to position a trend line on a candle top or bottom
How to delete channel created by me on mql5
How do I delete or completely terminate my mql5 account? It is possible
[Deleted]
#include <Trade/Trade.mqh> int handle; CTrade trade; int OnInit (){ string name = "Market\\Dark Point MT5.ex5" ; handle = iCustom ( _Symbol , PERIOD_CURRENT ,name); return ( INIT_SUCCEEDED ); } void OnDeinit ( const int reason){ } void OnTick (){ double indiSell1[]; CopyBuffer (handle, 1
Guys, is this true that a MACD strategy on a long term is not profitable
furter to some setting. it create a lot of alarts. i stop all EA. it should be no ne alarts. but how can i close it all. it pop up all the time. Thx Iu
Hi! I have installed MQLTA MT4 Moving Average Crossover Alert in Metatrader 4. I wonder whether is it possible to determine the exact price at which past arrows appeared? Does the arrow appear at the opening price of the new candle after the moving averages crossed at the previous candle
Can you get virus from MT4/MT5 ea from website? From official mt4 website store, if you download a bad ea, can you get a virus or collect your data? and also i wan't to ask more what is allow modification of Signal Settings
please answer in your experience
New computer ,Inital mt5,Brent can not load But,XAUUSD ,EURUSD is All right. What is the matter
Hello, I have written my first trading bot and have almost all logic in place but struggling with how to execute the trade. I have all the logic in place for previous candle[1] and as soon as next candle[0] opens I want to place trade if condition on candle[1] is met. The doc does not seem to have
Whats wrong with this function? //+------------------------------------------------------------------+ //| | //+------------------------------------------------------------------+ void Rotate( const int x_cent, const int y_cent, //
I have coded an EA that starts a custom indicator... int handle = iCustom (symbol, PERIOD_M1 , "MyIndicator" ); My indicator sends custom messages to the EA, and this all works as expected. I have also added OnChartEvent() inside the indicator... void OnChartEvent ( const int id, const long &
I downloaded indicator from mql5 and applied succesfully on my laptop but when i download it again on my desktop it dosent gets download neither applies to it can someone help me out
I would like to optimize my Expert Advisor but when I run optimization it takes several days to complete and my computer keeps heating, bought vps service with mql5...is there a way to run strategy optimatization on vps? If yes, I would appreciate if you could provide a quick screenshot with
[Deleted]
  seller  (2)
how long will it take for our account to appear in public
I just would like to ask is it possible to move integrated VPS from MT5 account to MT4 account. I have moved integrated VPS between MT5 acounts number of times previously I without very problems. But I face such problems moving this to MT4. Perhaps I do something wrong or it's impossible