General - page 291

Does anybody know how to fix this
  coder  (1)
<Deleted>
  tooltip
is there any way in MQL4 to get tooltip for fibonacci levels (objects: fibo channel, fibo expansion) and stdev channel
I hope everybody doing great.. Actually i am looking for an Script or indicator or system that create 1st tick opening price on chart and EA should work on that type of offline chart.. <...> As you can see this is offline chart, it shows only 1st tick opening price on chart and time frame
Hi, today I stumbled across a very strange (or incorrect?) behaviour of the functions PrintFormat and/or StringFormat . Please see the following script: void OnStart () { double margin = 63.0 ; ENUM_ORDER_TYPE otype = ORDER_TYPE_BUY ; PrintFormat ( "wrong %s %s" , StringFormat
I am getting a weird issue with modifying a position stoploss. Sometimes the stoploss cannot be changed and sometimes it does not. I am running this code on the Strategy Tester....but it also happens in real trading. Here is the error message I generate. Most of the lines in this message log is
Hi when visual backtesting an EA, it is working fine when I first start the backtesting and after I manualy load and apply a personal template (including a custom indicator). Now when I rename the same template to tester.tpl in order to have the template automatically loaded and applyed, the
Hi I've noticed that backtest result list is not updating automatically, ie new backtest iterations results are not added to the window list. I need to change tab and come back again to optimization results to get the last results shown on screen. Strange
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