General - page 545

Good evening to all present, respected traders and programmers. I am developing my own very promising trading system (scalper method). At the moment I realized that by implementing new parameters of the trading system I need very fast reaction in determining the key zones of TP and SL levels. But in
Does anyone know how to connect a signal to my account correctly. I've paid for a service and followed the instructions given but still nothing
Hello, I have a problem: I've copied a signal but it is not copying to my account. I've activated the necessary buttons, and it has worked. I've copied the signal for one week and it works (besides outages this week), and this morning it works, it copied just before this, but then the signal
This guy keeps spamming me for over a week, trying to make a "partnership" of some kind... I never answered... but today I received a post in my Facebook page
Hello, I'm just interested in knowing which of these two methods happens while trading forex on brokers. a) When you open a market order, it will take a limit order off the order book. The broker uses an index price (Which is based off some official pricing data to keep track of the real market
Attach is CDictonary Code.. i want enum every Key from anew Dic that I Dim, void dicTest() { CDictionary* dics = new CDictionary(); dics.AddObject( "a" , (CObject*) new CWord( "aa" )); dics.AddObject( "b" , (CObject*) new CWord( "bb" )); dics.AddObject( "c" , (CObject*) new CWord( "cc" ));
  EA activation  (2)
Hi. I need to upgrade my VPS server to more GB/CPU (I do not use mql5 VPS). When I upgrade to a bigger plan, the IP address changes. Is the IP address considered as a new computer, so I have to use another activation for my EA's bought from Mql5 market when the IP address changes? The log in
I am new to programming. I've got an idea of a mathematical formula for an indicator. The idea is to calculate a value X = change in price / standard deviation. Where 'change in price' is shift (0) closing price minus shift (n) closing price and standard deviation is calculated for the nth period. I
Is it possible that there is a new pricing policy for the page? If so and someone has it, they could put the link where to consult the new minimum prices policy
I was coding an ea to trade multiple symbols and have encountered a problem; when backtesting i get an error trying to load ATR: I belive this is the useful part of the code: Here are the parameters i used to backtest: The code works fine when i set my custom period to start later:2015 instead of
Hello guys. ... where can we find recorded videos of trading sessions ? Yes we can do screen record charts by ourselves. But it would be great if we can find some of these charts history in videos that can be used for analyzing and back testing purpose
How can i changed my email in my profile anybody here can help me please to changed my email address
We can use "CHARTEVENT_CLICK" to get X coordinate value and Y coordinate value of mouse position , But How to get Price data and Time data of mouse position by clicking the mouse? It we move the mouse , we can see Price data and Time data by using "Crosshair,Ctrl+F" , But How to output the data to...
Hello I have an EA and would like to demonstrate the live performance to my potential customers. What is the best ways to prove and showcase live results? I saw some sellers providing screenshots of signals or charts. As far as I understood a signal can only be run for one account. This would mean
Hello all, I'm using the help of a signal provider but i was wondering if it was possible to link an order to one made by the signal provider. Let me explain, the signal provider i'm using only opens .01 lots and sometimes i would like to open 0.05 lot at the same time. Would it be possible to link
I would like to buy a certain indicator on a regular basis to give to my clients to install on their own mt4 platform. Is this possible and if so, how do I do that? Thanks
Hello, I join you the code of a simple DEMA strategy. Problem is: it closes and open trades immediatly on the same candle... What is the mistake I am doing ? Thanks a lot
In previous two days my profile shown in public but today not showing in public. Can anybody help me to know the reason
I've done with a lot of difficulties (I'm completely a beginner) the following code, but the order is opening every tick (I've used MqlTick). Is there a possibility to use another command to check every candlsestick closure ? Thanks //--- Open Buy Order if (RSI_Scalping_1[ 0 ] != 0 &&
I have a transaction that appears in the list of open positions but it is already closed and it appears in the history. Why does it keep showing up when it is actually closed in my NagaMarkets broker? What's going on? <...>
I have five HLine Objects and I would like to automatically select the one that is closest to the bid price. is it even possible
Is it possible to find out the past unrealized loss amounts of the signal distributors
Good morning, last night I signed up for a signal and some operations have been done. This morning in the jurnal I find the following messages: 2021.01.14 07: 55: 05.240 '2100187989': Signal - signal subscription disabled, enable realtime subscription in 'Signals' settings 2021.01.14 07: 55: 05.240
Please check what wrong with 1.connection to QML5 server 2. Time interval jump more than 2 minutes or an hour
Pls can someone briefly and clearly explain with examples what margin call and stop out level is. Thanks
hey guys just wondering if is there a way to calculate or find or read EPS "Earning Per Share" from MT5 or coding it with MQL5 or i have to manually find it in stocks info platform i appreciate your insights tnX
  VPS assistance  (2)
Hi, can someone assist me on how to move the VPS subscription on my previous trading account to the new trading account. the new trading account was created because deriv freezing server and that was the way to stopping the freezing. so now i need to move the vps to the new account. thanks
  Bought EA  (2)
Just bought <Deleted> EA and cant get it to run as EA falls over with a divide with zero
Hi, I am a newbie in Forex trading and encountered the term "spread" but cannot find it in the HELP section of Meta Trader 5. What is meant by "spread" and how is it used in Forex trading
Hi, I'd like to use limitation of styding the candles in history. For this reason I'm going to have two inputs: input datetime start_date = D'2020.10.26'; input datetime end_date = D'2020.12.31'; But I do not know how to make a comparison between the current date of each bar in a for loop and input