Yes but move the trail up to yellow on the no trade block
Posts made by jstap
-
RE: Using numerous EMA's on different time chartsposted in Questions & Answers
-
RE: Using numerous EMA's on different time chartsposted in Questions & Answers
Put all in a row connecting through, put trail on yellow of no trade block. As is only takes 1 condition to be correct.
-
RE: Fixed money per transactionposted in Questions & Answers
There are options to do that, probably this:

-
RE: Fixed money per transactionposted in Questions & Answers
Not enough information, if you look in the buy/sell blocks you will find how to do this, just back test when done and you will see how things work.
-
RE: show time to endposted in Questions & Answers
This is the variables/constants you need to create:

-
RE: show time to endposted in Questions & Answers
If you import that and download it will work on back test, if you need MT5 you will have to copy, ensure all the variables are created. Test and let me exactly what's not working.
-
RE: Order is not accepted by the serverposted in General Discussions
Is 14 suppose to be connected to a yellow dot? Y need to add more once per bar's (x4) put them under your conditions, so the EA checks your conditions before activating the once per bar.
-
RE: show time to endposted in Questions & Answers
You'll find what you need in here: https://fxdreema.com/shared/oLDaj9MDb
-
RE: Price action strategyposted in Questions & Answers
1st you need to get your ea to draw a line on where you want the trade to be placed, once this is happening you will need to define what causes the trade to be placed.
-
RE: crossing lineposted in Questions & Answers
Add it to a project, if not working, say what it is and add a shared link.
-
RE: crossing lineposted in Questions & Answers
I'll wright it, candle needs to be in range, like 1 to 10, get the line drawing where you want it. Your trade logic needs to be something like, no trade block-condition block with candle 1 closed <or> the price value-buy/sell block, create opposite for other order.
-
RE: crossing lineposted in Questions & Answers
Candle 1 will always be the highest price, so just use the candle, to place a trade you need some logic set up in a seprate tree.
-
RE: crossing lineposted in Questions & Answers
you have the price of that high, candle 0 close price x> candle price
-
RE: Price action, CHoCH and BOSposted in Questions & Answers
You remember them by using variables, BOS is very person specific, you can get the candle prices in a condition block, there is indicators that show price action, most lag behind time though. You need to find indicators doing what you need, then import them into FX.
-
RE: Moving average crossposted in General Discussions
More like this back test and let me know if something's not working.


