Try and create, back test, if not working correctly add the shared link and say what's wrong.
Best posts made by jstap
-
RE: TRADE CONDITIONposted in Questions & Answers
-
RE: how to create opposite position after breaking even activated?posted in Questions & Answers
You need to set up trees on the on trade tab, if stop modified switch flag on, check flag if trade closed by SL activate opposite trade, reset flags when necessary.
-
RE: Trade closing assistantposted in Questions & Answers
Exactly so you need to se all symbols and group in both blocks.
-
RE: drop-down menu in indicators methodposted in Questions & Answers
Type= ENUM_MA_METHOD - name= your choice - value= simple, this will give you a dropdown in your inputs, right click and add this constant in your blocks.
-
RE: get volume for each closed trade ?posted in Questions & Answers
Pink blocks, foreach closed trade->loop to get the lot put into whatever you want.
-
RE: Creating Trailing Stop just like MetaTraderposted in Questions & Answers
I don't mind guiding but for this is 1 block, look in it and you'll see all the settings. if trade block->trail block, have separate
to all other blocks. -
RE: How to create a condition for when a pending order has just been executed?posted in Questions & Answers
On trade tab, trade created->place pending order
-
RE: How to use Zigzag using only condition block??posted in Questions & Answers
To place a trade you only need 2 connections, no trade->condition->buy
-
RE: How to use the AND block to connect 4 conditionsposted in Questions & Answers
To me the AND block is good for things like a notification, for your normal trade tree though just put the blocks one after the other.
-
RE: How to use Zigzag using only condition block??posted in Questions & Answers
I have never tried this way, put those values into a comment, if you are getting price values, try close above/below, I would have thought you could use X>.
-
RE: Truncate decimal numbersposted in Questions & Answers
Maths floor will do this, combine this with divide and you have what you want. https://fxdreema.com/shared/E2uX57fYb
-
RE: Specific Strategy Creationposted in Questions & Answers
This has a lot in it, start a project and get one option working, then you can add others until you have all.
-
RE: i followed a MT4 tutorial on MT5 but its opening 50 million entriesposted in Questions & Answers
Put once per bar under conditions, conditions will be checked, if ok it will activate once per bar. With no trade only 1 trade should open, if multiple are opening then you may have to start the project again.
-
RE: hi or low of recent candelsposted in Questions & Answers
Market properties high/low over 20 candle period, condition to check result on current candle
-
RE: Trade in grid (Without using pending orders)posted in Questions & Answers
Set it up and test, for each trade -pips away-place trade
-
RE: SuperTrendposted in Questions & Answers
@deltaaurum Should do but, you will need to back test to check.
-
RE: Buy and Sell buttonsposted in Questions & Answers
Am a little lost with what you are trying to do with 2 buttons, but you need to switch the button back off:
