
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
Please write a simple EA ! PLEASE!
You must either compensate with a lot or move breakeven further away at each step.
probably, in the ones mentioned by Eugene, it is done...
Hi all !
Dear Sirs, write a simple Expert Advisor ! PLEASE!
There are some ready-made ones in the Avalanche branch.
Parameters
Magic 456
Lot. 0.1
Takeprofit. 10
Stloss. 100
Time frame. M15
Moving trend main. 100. Moving period
Moving trend auxiliary 15 period moving
Moving main pipstep. 70 (if price moves away from the main pipstep more than 70 points , trades are not opened
Pipstep 10 pips. - after how many pips a trade will be averaged (a new trade will open)
Kf pipstep. Increase in pipstep
-kf pipstep Decrease pipsstep
max prosad 10% at given depo landing in percent, all deals are closed and terminal switches off
+ Standard parameters like slippage etc.
Expert Advisor strategy
First of all, we set the time frame in the Expert Advisor, for example H1. Moves will work on this time frame. On the main Moves for example (100 moving) we identify the main trend. Once the candle closed above the moving 100 on H1 then it is a buy trend to enter the trade, the 2nd condition must be met! The candlestick must also close above the auxiliary moving eg (moving 15). Once these two conditions are met we buy with a given lot with a take and stop loss. If a trade goes against us we open the same trade (do not increase the lot), with a specified pipstep (number of points). trades temporarily do not open if the price moved away from the main main pipstep at a given distance (in the settings moving main pipstep 70), once the price returned to the main pipstep closer than 70 points again open trades. Take Profit and Stop Loss are different for every trade!
Need to write EA according to TOR and further support to update the robot ***
Hi all !
Dear Sirs, write a simple Expert Advisor ! PLEASE!
i have already said about the abundance of such things in the market and codebase.
such a thing is not scalable and does not work and for one more reason - think where the price will go when you buya relatively small amount.
If you think that the market does not care about a small/non-small one, you're wrong - the market is very efficient at feeding the same carasses to different sharks.
Hi all, in this thread we share trading ideas and write free EAs.
Greetings esteemed programmers who will write an advisor on mt4 and further cooperate on refinement of update ***
1. If you apply to the forum for free help - you should be prepared to provide the terms of reference immediately and subsequently share the result (open source)
2. mql5.commmunity is not an electronic noticeboard - therefore it is forbidden to take discussions to external resources
Hi all, in this thread we share trading ideas and write free EAs.
I need to close trades if the time of opened position, provided that the position is profitable, has exceeded three trading days.
I want to put such a function into my EA and test it.