General - page 244

Hello, In Tradingview, we can superimpose two Ichimoku of different timeframes on the same shart, see below a 1H Ichimoku cloud (blue) and a 4h Ichimoku cloud (green): In Metatrader 5 I could not find a way to do this, is it possible ? Thank you
Hello all Is there mt4 module for integration with python like this for mt5 ? If the answer is NO, is there any other solutions to open the terminal and manage it automatically? (without connecting the python with EA via socket or any something else). Thanks
I installed the MT5 to try it. I have a CPU with 8 cores, Why the agent manager strategy tester only detects me 4 cores ?i s normal
Hello, community, I'm trying to create an algo that, at every new tick, it will add some data in a .txt file. To achieve that, I'm using the FileSeek function following the instructions available in the "Writing to the end of a text file" Section in https://www.mql5.com/en/articles/2720#z3
I get various Windows crashes (BSODs) when running the backtester in MT5, either in tick or real tick mode. The RAM is new and is not the cause. This is very annoying as it precludes backtesting algos. The machine has a 3700X processor with 6 cores, no problem with that. I get crashes with MT5 only
Hi all Are the Swap and Commission fees calculated before or after our profit in out "account trading history ? Thanks Clinton
I am new to mql5 programming, I tried to get a code that opens one stop order with entry price n-pips above current market price modify it every minute if not triggered (changing entry price to a better price following market movement. Intended for catching reversals). Close positions after
Is there a chance we will see a Windows ARM Version from the MT5 (maybe in the beginning an Hybrid between X86/64 and ARM)
I'm reading the rules regarding the use of MQL5 VPS to run my EAs. When it comes to what are the things that are going to be migrated to the VPS upon synchronization, I cannot find a statement mentioning about "Symbols in [Market Watch]" . Unfortunately, my EA needs all symbols listed in Market
Hi, everyone. I have a mq5 file. I would like to change this to ex5 file. But I don't know how. Please let me know. Thanks, anyway.  
  VPS ICMarkets latency  (23   1 2 3)
Do anyone knows whether mql5 VPS provides under 2 ms latency for ICMarkets ,new york ? do anyone experience on that topic ? really apreciate if someone inform us
Can someone point me to the code of conduct for forum, in terms of linking to other sources of information outside MQL5? For example, telegram channel or group? What about referral links? Is it allowed with some disclaimer
Hello everyone! i need a script (not EA) that put 2 pending order one above the market (long) and one bottom the market (short) there's only 2 input i wanna manage : 1- Lottage and volume 2-distance between a current market and my pending order place (X) X = distance between the current price ( last
When executing mt5 for python order_send() in multiple processes, I don't know why the contract time is delayed by 1 second. All orders are placed within a second. For example, if you order 3 times at the same time, order1 : 10:15:01 order2 : 10:15:02 order3 : 10:15:03 And it will be contracted
[Deleted]
Hlw guys i am having trouble with unbalanced parenthesis in my code. Can anyone help me please; #include <Trade/Trade.mqh> int handle; int barsTotal; CTrade trade; ulong posTicket; int OnInit (){ handle= iMACD ( _Symbol , PERIOD_CURRENT , 12 , 26 , 9 , PRICE_CLOSE ); barsTotal = iBars ( _Symbol
hello dear friends is possible that download or connect or use trading-view scripts or indicators on metaratrader4 for use automatically ? thanks so much
Why can't I login to my trading account from web terminal Please clarify. thank you
I've been looking for a quarterly pivot point indicator. I have found yearly but this one is harder to find. Any luck
Please can any one convert this source code (Ema Macd ) into (Sma Macd) I tried do it by replace every "ema" to "sma" But this cause a result of not Auto Updating indicator .. I have to Reload the Page every Neo candle in order to work Right .. But its Realy noisy to Refresh every when using 1
I need a way to extract images from a website into the background. May I have a sample code or EA? I don't want to copy files from the MQL folder. //Images//
how does it matter that the " signal for the threshold to open .." if set to ' open ' at 10 points on the BOOM 500 on the downtrend SELL , which part of a differing program opens the ' BUY ' at the same (10 points ) on the one program but a different program fails to open the ' BUY ' at the
I have a MT5 live account with two EAs running. Bought VPS service with MQL5. Migrated the live account and the experts to the VPS. Can I *still* trade manually on live account? How does manual trading work with the live account on MQL5 vps
[Deleted]
How can i close a candle early before than 1 min either by using MQLRates or MQLTick
hello, i have a problem with the economy calendar widget. Copied the code as it is generated and it just doesn't show up. is something missing or am i doing something wrong? <div id="economicCalendarWidget"></div> <script async type="text/javascript" data-type="calendar-widget"
[Deleted]
Hi, My old account was for some reason deactivated, and I had to create a new one. All of my EA are gone now. Where can I find support? I can't see a link to Service Desk. Thanks in advance
I created a function that could read and write to a binary file, bool CNeuralNetwork::Bin( double &Arr1[], string flag) { int handle_w= 0 , handle_r, int_flag = 10 ; if (flag == "read" ) int_flag = 0 ; else if (flag == "write" ) int_flag= 1 ; switch (int_flag) { case 0
Hi gurus, I want to be able to test my conditions (expressions) and know which one of them triggers the trade in an if statement by printing out the trigger expression when true. so i tried assigning the expression to x and then print x if it is true. However, since x is a bool, the final output is
I have seen a trend in the market place of sellers selling an EA and instructing users to leave a positive feedback in exchange for a free EA in order to boost their positive reviews of their product. Is this allowed in mql5? <Deleted>
Hello, In MT5, when clicking on the "New Order" button (see images below), then in the "Symbol" select, I can choose among a list that is also present in the symbol list (CTRL+U). But, how do I create my own custom list ? I would like to have the following 8 Forex pairs in it: AUDUSD, AUDJPY