Trading Systems - page 23

Hello I signed up with a signal provider and I allwoed 95 percent of my balance, but when the signal provider opens a trade with three lottes my MetaTrader opens just one lots. My order is as follows: I want to open a trade with the same lot as the signal provider. I want to open a trade by same
Dear all, I am trying to backtest some strategies on mainly CFD's (NASDAQ, S&P500, CAC, EUROSTOXX, AEX) and XAUUSD. The history is however very short when I backtest smaller TF's. I updated and downloaded the history for all the products already obviously but when I put TF to 15 mins, it won't...
Hi guys! One of my EAs has opened about 1000 pending orders.. Is there an EA on MT5 to cancel all pending orders at once by any chance..? Thanks a lot.. Martin
Hi I am part of a group that emails out trade ideas via slack and gmail. I am not always behind my screen to see the notification/trade idea and copy in my MT5 account. Is there any trade copy software that can help. Thx
  mini PC for MT4  (4)
Hello, I want to run 2 or 3 MT4´s with a minicomputer. Each MT4 should manage 10-15 charts. Each chart has an EA.  The idea is, it should run day and night without a monitor. I want to manage it with remotedesktop connection. Right, the same as a VPS server. Only at home. Do anyone have a suggestion...
Hi Everyone! I am looking for an expert advisor , pleasethose who has this share it for everybody! Thanks
Hello Everyone! I'am looking for this files, but none of them work on mt4 platform. Please share the files for everyone. (Similar than Tfa sniper)
Hi, Many professional traders recommend using volume to confirm breakouts. They say one can confirm a breakout when there is a spike in volume. I am looking to test this in an ea but can't translate it into code exactly. Now, how would one quantify a "spike" to put implement this in code? When price...
[Deleted]
  Trend Catching System - perfect...  (140   1 2 3 4 5 ... 13 14)
Name of System: Trend Catching System (I do not know its name) Timeframe: H1 and over Pair: Any trending pair, GBPJPY preferred This is very simple trading system that anyone can easily master after a little practice on a demo account for some time. The system has a high accuracy rate and TP can be...
  Carry Trade  (29   1 2 3)
Hi Is there anyone who has to deal with the carry Trade ? https://www.mql5.com/en/articles/491
When importing a 3rd party CSV tick data file into MT5, or when requesting ticks from a custom symbol, it shows you the Bid vs Ask. My question is: Is the difference between the Bid vs Ask show in MT5, is that the spread that you pay for each deal in the backtest? Furthermore, is that difference in...
A signal provider trading on Nasdaq 100.  I can see that it goes by different names on different brokers, such as NQ100 and NASDAQ100. Will users of such brokers still be able to receive signals of Nasdaq 100? Moreover, the minimum lot size, lot step, and contract size are different on different...
[Deleted]
  Questions on the SI language  (108   1 2 3 4 5 ... 10 11)
void quicksort( double *a, int *idx, int l, int u) { int i, m, idx_temp; double a_temp; if (l >= u) return ; m = l; for (i=l+ 1 ; i<=u; i++) { if (a[i] < a[l]) { ++m; idx_temp = idx[m]; idx[m] = idx[i]; idx[i] = idx_temp;
Hi there i have question UPDATE  i been able to came up with a solution but it seems the strategy tester crash when i uplode the advisor to it , just to keep up with what it is going on this is my attempt to open only one buy order above kijun sen and same thing goes to sell , i think i know the...
Dear All, I have a question regarding the Auto-Trading Button , if i disable the Auto-Trading that means that the expert advisor will not open more positions but what about the already open positions before disable auto-trading? Will they close automatically or continue to respect TP and SL levels
Why are some signals not publicly listed? What can be done to make it appear publicly in the signals list?
Hi everybody I am beginning to think its impossible to predict the future so I thought of a new system and would like to hear your two cents On the daily Find three or four currencies with the lowest spread Buy or sell them It really doesn't matter \ Put a 15 pt stop loss on each one Check them...
Hi im looking for programer to code this EA. EA will open two pending orders: 1) Buy Stop higher then last candle maximum 2) Sell Stop lower then last candle minimum Distance beetwen last candle and pending orders will be set by user. When new candle appear EA recalculate distance and move pending...
I have spent quite a while trying to get my MQl5 up to scratch I have bought a few books and am stummped over a new feature in MQL5 CopyBuffer. I have tried using it ion my code and keep finding it a nusence. In my expert advisors I have the code inside the tick function where I am I going wrong I...
hello everybody, we have the zigzag indicator, every time the candle make high higher then the candle before, the zigzag will follow the new high right ? once the candle stop making any new higher the zigzag will wait for a low right ? i want to mark the high and low of the candle that stops the
Hi every one, I've started to investigate and implement a series of simple strategies based on simple technical analysis such as resistance, support, simple price actions. Does every one now any indicators based on tick data and not time frames such as m1,m15,m30,... ? I am searching for some...
I do not understand why this function do not give me back the magic number and the symbol of the position that is open   long  magic;   ulong  ticket;   string symbol;   ulong total=PositionsTotal();   for(int i=total-1; i>=0; i--){     ticket=PositionGetTicket(i);       PositionSelect(ticket);...
Good afternoon! I place order with volume 3. First time the order is executed by 1 (server reply is TRADE_TRANSACTION_DEAL_ADD shown in green), for the second time, after modification, the order is executed for another 1 (no response from the server!) As there is no message from server after
Whats up traders, I've came across a strategy which prove promising with manual back testing which I'm sure is a old strategy for the pro's.  Explanation of strategy: 15M Chart. Rules to buy: Signal - MACD cross above 0. Only take trade if Stochastic and RSI is above 50. Rules to sell: Signal - MACD...
[MT5] I was wondering if it is possible to code a custom system/ea to apply to my strategy that can search and take trades on multiple timeframes at once and return the results on one backtest report/equity graph?  Does anyone know if this would be possible? or if not, what are the specific MT5...
  Trend vs. Reversal trading  (13   1 2)
Which is the better system, trend or reversal trading?  Many indicators and EAs seem to be for reversal trading but is it really the best way to trade? Anybody know of any good EA that specifically utilizes trend analysis without resorting to a grid strategy or any form of Martingale?
Brain System. 8 indicators in total (see in download area). Some people said that it is great system. I did not try yet. I am very affraid for every great systems. I want to try but I fear. Because of great
Many studies exists for the Log-Periodic Power Law Model  (LPPL) for Bubble Detection based on the article " Diagnosis and Prediction of Tipping Points in Financial Markets Crashes and Rebounds by Didier Sornettea "  and his book  " Why Stock Markets Crash Critical Events in Complex Financial...
The ADX calculated in MT4  with period 14 id different than ADX calculated by tradingviews.com chart or investing.com chart. Why is it so? Can any body knows this?
When importing a 3rd party CSV EUR/USD data file to backtest in MT5, it loads the Bid and Ask prices... Just wondering, how are the Ask prices higher than the Bid prices? The Ask is always higher than the Bid is it not? Also, the difference between the Bid and Ask as...