General - page 438

Hi everyone, I am new to forex trading and currently practice virtual trading to learn and understand better. i would like to seek some advise if it possible for EURCHF spread to be 14 pips? The story start that i have make a sell order with ticket #296593668 @2021.08.26 20:36:47 with price 1.07927
hi, I created and developed an alert tool based on the RSI crossover. i have a minor flaw that I would like you to help me correct. This is the moment of detection. currently alerts are sent when crossing rsi or level. it's perfect but i would like to
If i debug my EA on history data, breakpoints are completely ignored, even if i put the BP on the first line of code inside the OnTick() function, nothing happen. The strange thing is that the strategy tester have the version 2836 that is newer than the MT5 terminal or the MQL5 Editor that have both
Hi everyone! I have just downloaded MT5 on metatrader5.com and I realized that MT5 was closing/crashing after I put my indicators on chart. So, I figured out the "Comment" function were causing this errors, so I tried to write this function in some of native indicators to confirm that. I attached an
MetaTrader AppStore now features extended sales data. Now, the AppStore sellers have access to the visual sales statistics both for all their products and for each application separately. Please note that this data is only available to a product developer. AppStore visitors, as well as other sellers...
Let's Discuss the forex market in Sep 2021 I think i wont trade any USD pairs
[Deleted]
Good afternoon, I bought an Expert Advisor, but there is nothing in the terminal in mt5, what should i do
Dear Forum Members, I am currently Looking For Brokerhouse that have DE30 (7 Digits which there is 2 decimal places behind the value) to Trade and No Commission with Spread lower than 200 Besides Tickmill, If anyone of you have recommendation for brokerhouse, preferable brokerhouse that able to
Hello I deposited 40 usd in 3 transfers from 2 diferent bank cards. After that operation on my account was blocked and I can't use that funds for signal subscription. Any solution
Hi everybody. I have a pipe connection with my app and Mt4. Working very very well for years. But since the beginning I have the same problem: When I request new data from a pair, I will receive an outdated data. For example: If I open EURUSD in first time in the day, the last data will the same
I've been racking my brain for a few days, but so far I haven't been able to plot the line on the chart - Expert Advisor. I will be very grateful if some kind soul can help me fix this code. Thank you in advance for all your help. #include <Trade/Trade.mqh> CTrade trade; double SMA50Array1M[]; void
Hello community , i have found that since few days ago , the message function on MQL is very slow to fresh the messages , and sometimes I must refresh the page to show message or I can not even send the message . Anyone get the same problem like me ? Thanks
  Error
I'm coding on mq4 platform and an error occurs. Where can I look up why the error occurs? 😄😄😄
Hi all, i'm defining flag variable called char "alertswitch" from 1-10 with their corresponding negative nos. for short positions. I do this in order to identify certain conditions have been met processing and for documentation purpose. when i ran it inside my function below, it keeps on generating
struct TestStruct { TestStruct( int i, int x); /* data */ int item; }; TestStruct::TestStruct( int i, int x) { item = i; } class TestGround { private : TestStruct _struct; public : TestGround(); ~TestGround(); void Call(); }; TestGround::TestGround() : _struct( 0 , 0 ) {
I have the below EA purchased they released a new version of EA but am not able to install. Appreciate your help
Hello everyone, I doubt that, If I share trading account to my friends. How to know who triggers the order or position? Is there log of ip address or something that specific to who place order? thank you
Hello Mql5 community , after watched into my logs im not able to find these events into my logs and i would like to know how to export  all the messages from this console "Experts" 2017.04.28 09:58:44.249 +++INDI BO Trigger USDJPY,M1: Alert:  USDJPY Agimat Signal(1)  -  SELL   thx you very much :)
  Very friendly community :-D  (33   1 2 3 4)
Hi, this very important topic to announce I got my 1000th friends today
Hello, Please i need a clarity to my hidden quest before a make a mistake. However, my hidden quest is to copy one of mt5/mt4 copy trade provider to my trading account without a VPS connected to my broker account. (1) Can it be possible. (2) If yes, please explain possible ways i can enhance my
Hello, MQL5 If you do not use MetaEditor to code, which alternative editor do you use?
Hello, I need an expert advis or that closes all orders when the number of losses for all orders reaches minus a certain number of dollars (money in dollars, not points)
Screenshot is a printout of SYMBOL_TRADE_TICK_VALUE using a script on US30 symbol, and then run as part of an EA (exact same calling code). My account is in JPY, so the script is correctly showing that the value of one tick is about 10 yen. But in the backtester, this is just ignored, and is
Is there a deference between candlestick chart and Heikin Ashi when we using EA? This is the simple EA which is MA cross strategy, when I backtest on trading view it have the different result when I use candlestick chart and Heikin Ashi. It's seems like Heikin Ashi chart always get the better
I am not able to get the sum of the open amounts. Can someone help me? Note: The sum of order quantity is ok. #include <Trade\Trade.mqh> CTrade trade; void OnTick () { //+------------------------------------------------------------------+ //| SELL POSITION - SUM AMOUNT OF OPEN ORDERS
I read some of the EA activation rule mentioning that one activation per hardware + software (Operation System) which is quite understood. I recently installed 3 different EA from my MQL5 market terminal to 3 MT4 on my PC. I checked my MQL5 account and were deducted 1 activation. I tested all the
void CheckOrder() { SellOrderNum= 0 ; BuyOrderNum= 0 ; ArraySetAsSeries (BuyOrderOpenPrice, true ); ArraySetAsSeries (SellOrderOpenPrice, true ); ArrayResize (BuyOrderOpenPrice, PositionsTotal (), 0 ); ArrayResize (SellOrderOpenPrice, PositionsTotal (), 0 ); for ( int i= PositionsTotal ();i>= 0
Hi does any one know why the MQL5 messages are not working. i have tried different computers and different web browsers with no luck. PLEASE HELP :-(
Hi, Im creating an EA on metaeditor when i go on mt5 and find it on navigator under ea its not there