Trading Systems - page 45

How can we using code DETERMINE How many EA is running and attached  the chart?
Hi traders, Does anybody have experiencewith strategy called statistical arbitrage? I mean trading high correlated and cointegratedpairs usually shares. I am testing it very successfully on the demo and I wouldlike to know if it is suitable to trade on real account. For example yesterday trades...
Forming a trading expectation with loss and wins ratio have a plan. Most of the time, one loss trade might kill your winning portfolio.    Type1 ( The Goal striker- Formulating a plan that sustain a  goal ) I experienced a few traders' insight, if you have taken a few trades such as 150-200 pips per...
By Boris Schlossberg 1. Trade with a Positive Risk Reward Ratio Of all the lies taught in trading this is perhaps the worst.Mainly because it sounds so reasonable. Who wouldn't want to risk $1 to make$2? You only need to be right 40% of the time to win! It's such a seductivepitch. Too bad it's total...
I know everyone have known forex for all their life because this forum is for the same topic as well! It has been a long time since I have posted about forex and I am very happy with my status about it. I am very picky on getting brokers and also I am meticulous on finding strategies based on...
[Deleted]
https://www.mql5.com/en/code/8655
I would like to develop expert advisor. It is based on custom indicator, not technical indicator. Let's discuss about it.
Hello, I have a question regarding signals. A signal provider opens some positions that are copied in the subscriber account. What happens in these situations to the open trades? 1. the provider deposits money to his account 2. the provider withdraws money from his account 3. the subscriber deposits
  intraday trading system  (30   1 2 3)
i wanted to share my intraday trading system with u guys , so here it goes : 2 indicator is needed : one is supersmoother(or any filter with fast smooth response & low lag ) another one is regression analysis indicator (https://www.mql5.com/en/code/10249) simply add 2 super smoother to chart with...
  who uses which robots  (63   1 2 3 4 5 6 7)
Hello, who uses which robots
Trading and training video (from youtube for example) about forex and financial market in general. thread for April 2013 - look at this thread, thread for May 2013 - look at here,for June 2013 is here.July thread 2013 is hereAugust thread 2013 is this oneSeptember thread 2013 is hereOctober...
It is a well known fact that most people lose moneytrading, usually it is only a matter of time. If it weren’t true the trains andbuses would be empty at 8 am, nobody would go to work anymore. A fundamentalreason why it is so difficult to trade successfully is that the market isextremely sensitive...
Hi, i already recreate an EA to what i want but i'm having issues... all error been fix.. but the EA close all pairs orders.. I just want the EA to close on 1 pair which the EA been placed... Could tell me where is the error? extern double Price_Target= 0.0 ; //The Price at which you want to
I need help with setting up a waiting instruction. When system opening OP_BUYSTOP => OP_BUY, i need delete pending order OP_SELLSTOP. How? int start()  {//--- int Den = DayOfWeek(); // zjistí den v týdnu (neděle=0 … pátek=5) int Hodina = TimeHour(TimeCurrent()); // zjistí aktuální...
hi i would like to know if there is a possibility to do backtest on an offline chart i have an EA place on a regular 1minute chart that trace an offline chart base on constant range bar    i need to do back test but i see only regular time chart on setting in back test.   is there a way to make it...
Hi! Exist a function analogous to Close[n] that returns the last ticket number of the opened position in function of n? Like this: Ticket[0] = 12340000 (buy) Ticket[1] = 12340001 (buy) Ticket[2] = 12340002 (sell) Ticket[3] = 12340003 (buy) Ticket[4] = 12340004 (sell) Ticket[5] = 12340005 (sell)...
Can anyone code a Softmax Regression, using these variables - 1 day return, 5 days return, ratio of intraday high and low, changes in daily high, low, open and close prices in two consecutive days, difference between morning and afternoon volume and their daily changes, applying the standard...
[Deleted]
  Modeling Quality  (3)
I had a quick question  Would the modeling quality change an indiactor from showing up in a different place in Strategy Tester?  I believe an indicator of mine shows up in different places from strategy tester and live ..  modeling quality is 27% and I thought perhaps this is the culprit .. ?  thank...
suppose i hv 5 opened order where 3 are GU and 2 EU like here: ticket sym type comments 2000 GU Buy A1 2005 GU sell 3005 EU Sell A1 4005 EU Sell 3005 5005 GU buy 2000 so i want select first order and compare it with...
  Advanced trading strategies  (54   1 2 3 4 5 6)
Exponentials of squared returns in Gaussian densities, with their consequently thin tails, are replaced by the absolute return to form Laplacian and exponentially tilted Laplacian densities at unit time. Scaling provides densities at other maturities. Stochastic processes with these marginals are...
Could someone tell me where i make mistake. Function calculates Stop Loss incorrectly for Buy signals (Bid>MA). For Sell orders (Bid<MA) everything is fine. double CalcStopLoss(double MA)&nbsp;&nbsp;&nbsp;&nbsp;{ double SL,Fractal,stoplevel; int i,j;&nbsp;&nbsp;&nbsp;&nbsp;...
Is there any good strategy go get everyday 20-25 pips? Actually i want to know about a good manual strategy ...If i can get 20-25 pips per day, Regards Jubaer
Hi guys!  I have the following problems that I think that can be solved with some script or EA, but, I don’t know none programming language for this. First, look this profile:   Always that I create some vertical, horizontal or trendline in any window, I want that this line be copied in others...
parabolic EMA stochastic elliot waves MACD fractal Support Resistance Pivot Point indicator Bbands RSI other(please specify)
I have a code,which needs to get converted to mobile/tablet format,so that it can be applied to them.Can anybody do that for me
This is the thread about books related for stocks, forex, financial market and economics. Please make a post about books with possible cover image, short description and official link to buy (amazon for example). Posts without books' presentation, without official link to buy and with refferal...
I have been creating a few EAs and back testing them. It all works fine until I try and select a different period, i.e. from daily to 30 minute. It all then just stops backtesting and doesn't give me any results or make any trades. I know its not a problem with my code because It also happens on the...
Hi, i'm trying to recreate a EA to delete pending order when it hit the price i input. But kept having error. tried to google up on the exact word that i should use" (???=My_Price_Target), but not able to. Or maybe the code i do is wrong? anyone could help please? thanks extern double...
Some time ago I was observing Giuseppe Basile's predictions at the site http://www.fibstalker.com/, communicating with him and studying his methodology. Sometimes I trade manually according to this methodology, I have written a couple of forecasts based on my understanding of the methodology here