@arrow82 I may be wrong but I doubt any one will create your whole EA, if you make a start (get the morning/evening star working) then many people will help you create. Once started put a shared link here and ask about any problems.
Best posts made by jstap
-
RE: EA to buy when evening star pattern fail and sell when morning star pattern failposted in Questions & Answers
-
RE: How to delay EA from action (first candel)posted in Questions & Answers
@archer The MA's were not what I meant, must of forgot to save before reopening and taking picture, try this:

-
RE: Correct profit calculation vs SL moveposted in Questions & Answers
@archer In market properties you get spread, save this in a variable then +- where you are moving the SL to, I will also say that spreads are worse at the end of the NY session, maybe better to stop the SL moving at certain times.
-
RE: How to delay EA from action (first candel)posted in Questions & Answers
@archer It should work, all back test uses server time, you could test on BTC/USD, providing you have it on your terminal.
-
RE: candle count after EMA cossposted in Questions & Answers
@nguyenjohn There are 2 ways I know off, first is to start/stop/reset and count once per bar, the second and my preferred option is to start a loop every time the ma crosses this causes the candles to start counting a fresh every time the ma's cross you'll see how in this link:
https://fxdreema.com/shared/1fU5BZjvb -
RE: EA to buy when evening star pattern fail and sell when morning star pattern failposted in Questions & Answers
@arrow82 Start by creating a project that identifies your version of engulfing candle, then you have the candle ID to work from, remember every new candle adds 1 to the ID.
-
RE: MT5 "netting mode", how to set target for account, works even EA restarted ?posted in Questions & Answers
@migen The easiest way is to not let the computer turn off, the other way is to store your required value in a global variable, and read every time EA starts, there are blocks that can do this but I am unsure how.
-
RE: How to stop trades once reached take profitposted in Questions & Answers
@ashu-0 If you would like help with something start a new question.
-
RE: RISK Managementposted in Questions & Answers
@tonygbrobot In the buy/sell blocks instead of fixed lot, use account % vs stop loss.
-
RE: Crossover in multiple timeframesposted in Questions & Answers
@mattb23 X> only happens once, so all other blocks won't pass once the 1st has happened. Here https://fxdreema.com/shared/fERtm4imc is a few examples that do what I think you want.
-
RE: Crossover in multiple timeframesposted in Questions & Answers
@mattb23 Yes in more settings set the wanted time frame.
-
RE: stop loss above below the candle that opens the trade.posted in Questions & Answers
@slydexx You didn't put +5 pips, if you click the ? you will see what can be done in this box, +5 will add 5, +5 pips will add 5 pips.
-
RE: How to assign trades in a groupposted in Questions & Answers
@eaproz Add the used group number to the buy/sell and close blocks
-
RE: Please help how to add the pending order immediately at the same price of previous open trade every time that when the opposite trade get stop loss.posted in Questions & Answers
@zarbitz You need to add a shared project so what is inside the blocks can be checked, for a start though you will need to use groups so the pending's have a different number to the instant, then the pending becomes a trade it uses the group number to adjust, the on trade allows greater control on created trades.
-
RE: Will pay someone to fix my indicator so it works on fxdreema.posted in Questions & Answers
@james-d In here http://fxdreema.com/forum/topic/12802/atr-pips/2 you will see how to get the ATR value in pips and how to get the level of a multiplied ATR value, create a project and ask about any issues you're having.
-
RE: How to find candle 1 and 2 pipsposted in Questions & Answers
@talalkhan High-low is the distance, once you have this in a variable convert to pips using a modify variables block.
