You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I also notice something from the ea
i keep getting error 130
ERR_INVALID_STOPS 130 Stops are too close, or prices are ill-calculated or unnormalized (or in the open price of a pending order). The attempt can be repeated only if the error occurred due to the price obsolescense. After 5-second (or more) delay, it is necessary to refresh data using the RefreshRates function and make a retry. If the error does not disappear, all attempts to trade must be stopped, the program logic must be changed.
maybe the logic of the opening pending orders must be changed?
it must use to check for the stop loss rite?EA... can you add trailing and ManageTP v2.3?
Try here: http://www.dukascopy.com/swiss/english/data_feed/csv_data_export/ Hope it helps....
OR
http://ratedata.gaincapital.com/
I need tick data live or demo from MIG. You do not have?
OR
http://ratedata.gaincapital.com/
I need tick data live or demo from MIG. You do not have?Is it just a matter of downloading it from history? I don't know since I never do backtesting, just forward testing....
Is it just a matter of downloading it from history? I don't know since I never do backtesting, just forward testing....
I don't testing.
EA... can you add trailing and ManageTP v2.3?
There is already a trailing stop implemented right?
But the code I saw in there are abit different from the the trailing stop i saw on other EAs where they have a trailing trigger...
ManageTP v2.3? is it better than the TP in MT4?
Mind pointing me to somwhere where I can get the code so I can try to integrate inside.
Thanks alot.
OpenGraphicsEA
We need a filter in order to open a buy or sell position
BUY
1) GMACD - main trend H4 & D1 (for Major Trend) - GREEN color (Up Trend)
SELL
1) GMACD - main trend H4 & D1 (for Major Trend) - RED color (Down Trend)
Or
BUY
1) Buy Stop @ Fibo 100% + Pair Spread
2) (use trailing for more performance)
3) SET SL @ 100% price - 20 or 30 pip
SELL
1) Place Red Stop @ Fibo 0% + Pair Spread
2) (use trailing for more performance)
3) SET SL @ 0% price + 20 or 30 pip
Happy New Year
Aquilez Baezabut the current ea open buy/sell stops at 00:00.
If we were to implemented the GMACD, then have to modify to get the signal from GMACD...
anybody have an example on any EA where they get signals from GMACD?
would appreciate, if you could point me to it so I can try to integrate..
mt4 programming is fun! haha
OR
http://ratedata.gaincapital.com/
I need tick data live or demo from MIG. You do not have?thanks..
i probably have to start getting all the ticks from the servers..
I have some doubt.. are the ticks from different brokers rougly the same?
I have some dedicated server running, probably could run some EAs to collect all the ticks..
I was hoping I could download these ticks from somwhere so I could start some backtesting.
There is already a trailing stop implemented right?
But the code I saw in there are abit different from the the trailing stop i saw on other EAs where they have a trailing trigger...
ManageTP v2.3? is it better than the TP in MT4?
Mind pointing me to somwhere where I can get the code so I can try to integrate inside.
Thanks alot.Yes better.Look https://www.mql5.com/en/forum/175809/page7
But this code only manage take profit, for trailing I use separate code in EA.
AND small bug in this code.... ManageTP v2.3 control only first trade with ane pair. If you open trade with 5x eurusd, manage only first trade.
I testing add this code ... ManageTP to some few EAs, intresting result.
TREND IS YOUR FRIEND
Example
Firebird v1.0c1 with implement ManageTP
OpenGraphicsDollyEAv1.01 99% Modeling BackTest Results
OpenGraphicsDollyEAv1.01 99% Modeling BackTest Results
dollygraphicsv1.01_99percent_2006_15min.htm
need more optimization!
This EA set bad stop-losses. One of them is usually setted on the main pivot. So you can have stop-loss 20 pips or 62...
It doesn't respect stop-loss you set in the settings.