| / | Automated trading |
| Last forum topics | Replies | Date | Author |
|---|---|---|---|
|
HELP ME!!!!!!!!!please!!!! The system will sell when the current price reach the upper bolinger bands,but it seems don\'t work .Help me,thank a million!!!!!!! |
0 | 2012.01.28 | NOOB250 |
|
custom indicators - crossing a round number Hi guys,
Another newbee question if I may.
I want to write a custom indicator that will track for each bar in the chart whether price crosses a round number.
I can do the round number bit because I just go to the textbook and use the MathM |
1 | 2012.01.28 | Melymoo |
|
difference between historical data after update I am using H4 to backtest on USDJPY
I update the historical data and my backtest has not the same resul.
I check my H4 file before update, all the volume are now different ?
ex: before : 1999.01.04,04:00,113.470,113. 700,113.400,113.610,22 |
1 | 2012.01.27 | pya |
|
Proportioning 2 or more buffers with different homogeneous size, in the same window As you read in subject, I need to proportioning 2 buffers with different homogenous size,i n the same subwindow.
ex.
BufferOne[ 0 ] = 1.10 ;
BufferOne[ 1 ] = 1.15 ;
BufferOne[ 2 ] = 1.22 ;
BufferOne[ 3 ] = 1.50 ;
BufferOne[ 4 ] = 1 |
4 | 2012.01.27 | nowhere |
|
The truth about Market. Programmer wanted for super system EA. It is a well known fact that most people loose money trading, usually it is only a matter of time. If it weren’t true the trains and buses would be empty at 8 am, nobody would go to work anymore. A fundamental reason why it is so difficult to trade succes |
9 | 2010.04.26 | EUR-DOG |
|
Help!! Same EA comes out different results in two computers When I backtest a EA in my laptop and desktop, it comes out different results. It say "unmatch data error" in my desktop. It places much less orders when I run it in desktop.
I already check the Variable Inputs and parameters, they are same |
4 | 2012.01.27 | Pain |
|
Please I need any guru to help me code this EA the picture below describe the strategy, waiting for your response please |
5 | 2012.01.27 | afolabiay |
| Last articles | |||
|---|---|---|---|
|
Testing (Optimization) Technique and Some Criteria for Selection of the Expert Advisor Parameters There is no trouble finding the Holy Grail of testing, it is however much more difficult to get rid of it. This article addresses the selection of the Expert Advisor operating parameters with automated group processing of optimisation and testing results upon maximum utilisation of the Terminal performance capabilities and minimum end user load.
|
0 | 2011.11.24 | rider |
|
Enhancing the Quality of the Code with the Help of Unit Test Even simple programs may often have errors that seem to be unbelievable. "How could I create that?" is our first thought when such an error is revealed. "How can I avoid that?" is the second question which comes to our mind less frequently. It is impossible to create absolutely faultless code, especially in big projects, but it is possible to use technologies for their timely detection. The article describes how the MQL4 code quality can be enhanced with the help of the popular Unit Testing method.
|
0 | 2011.08.02 | Evklid |
|
Protect Yourselves, Developers! Protection of intellectual property is still a big problem. This article describes the basic principles of MQL4-programs protection. Using these principles you can ensure that results of your developments are not stolen by a thief, or at least to complicate his "work" so much that he will just refuse to do it.
|
15 | 2010.09.17 | ForexTools |
|
Contest of Expert Advisors inside an Expert Advisor Using virtual trading, you can create an adaptive Expert Advisor, which will turn on and off trades at the real market. Combine several strategies in a single Expert Advisor! Your multisystem Expert Advisor will automatically choose a trade strategy, which is the best to trade with at the real market, on the basis of profitability of virtual trades. This kind of approach allows decreasing drawdown and increasing profitability of your work at the market. Experiment and share your results with others! I think many people will be interested to know about your portfolio of strategies.
|
5 | 2010.09.15 | EvgeTrofi |
|
Research of Statistical Recurrences of Candle Directions Is it possible to predict the behavior of the market for a short upcoming interval of time, based on the recurring tendencies of candle directions, at specific times throughout the day? That is, If such an occurrence is found in the first place. This question has probably arisen in the mind of every trader. The purpose of this article is to attempt to predict the behavior of the market, based on the statistical recurrences of candle directions during specific intervals of time.
|
6 | 2010.06.14 | sydiya |
|
The Magic of Filtration Most of the automated trading systems developers use some form of trading signals filtration. In this article, we explore the creation and implementation of bandpass and discrete filters for Expert Advisors, to improve the characteristics of the automated trading system.
|
10 | 2010.06.03 | DC2008 |
|
Checking the Myth: The Whole Day Trading Depends on How the Asian Session Is Traded In this article we will check the well-known statement that "The whole day trading depends on how the Asian session is traded".
|
12 | 2010.02.11 | sydiya |
| Last added to Code Base | |||
|---|---|---|---|
|
SL+TP-CP DIST INDI - v2
Calculates pip difference between Current price and SL & TP price.
Places Text labels at SL & TP lines: Order Type, Ticket number, SL & TP price, Pip calculation and Pip label. |
0 | 2012.01.26 | file45 |
|
SL+TP-OE PIP CALC INDY – v2 (Indicator)
Updates: 1. Order Type Discrimination 2. SL+TP and OE line price. 3. Enhanced user defined labels.
Calculates pip distance between Order Execution price and SL & TP price |
0 | 2012.01.25 | file45 |
|
Gaussian Bands
StDev Bands with gaussian smoothing |
1 | 2012.01.23 | zzuegg |
|
Gaussian Filter
Gaussian filterline with slope and acceleration |
0 | 2012.01.23 | zzuegg |
|
Gaussian Rainbow
Rainbow through gaussian refirtration |
0 | 2012.01.23 | zzuegg |
|
e_OnMA_004
EA is based on 2 MA (High and Low). Long position will occur when Ask > MA(High) and Short position - when Bid |
1 | 2012.01.23 | basisforex |
|
Wipeout
Closes all orders when total cash profit in the account is a certain value. |
2 | 2012.01.19 | tonny |