You get the hull MA with arrows, or one that contains a different value when the line is different colours, you will find a indicator that does what you need.
Posts made by jstap
-
RE: Hull MA expertposted in Questions & Answers
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
The arrow appears every time all buffers are the same colour, unfortunately sometimes it repaints.
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
@clubdio The arrow will almost certainly be a buffer, try this and test on back test, indicator appears with different buffers, one will likley work when arrow3 appears.
-
RE: How do I use several buffers at the same time?posted in Questions & Answers
If what I think you are saying is this, then: no trade block->indicator is visible block to check buffer->indicator appears block (to react when arrow appears)->buy/sell block.
-
RE: Bollinger bands - Not taking ordersposted in Questions & Answers
Add the shared link to look at.
-
RE: testing my EAposted in Questions & Answers
You need a for each object on top, you don't want a loop from orange to top
-
RE: Thoughts on Virtual TP and SLposted in General Discussions
Virtual is like closing a trade, fixed is set on the broker's server, normally works fine but occasionally will close at the wrong time.
-
RE: still having issues on makiny my bot to put sl at entrypointposted in Questions & Answers
when conditions are correct set sl to break even with a be block
-
RE: I'm building multiple trading systems. Can I set the closing conditions? Separation belongs to anyone of it or not?posted in Questions & Answers
Place each trade with a group number, you then use this group number to close the trade.
-
RE: ANYONE, KINDLY ADVISEposted in Tutorials by Users
Put that together and test, if anything doesn't work add a shared link.
-
RE: ANYONE, KINDLY ADVISEposted in Tutorials by Users
on trade tab, trade closed by SL, set flag to off, on tick tab condition to set flag back to on, check this in buy/sell tree.
-
RE: We need to have an in-built News Filter...It is high time we have this MT4 and MT5posted in General Discussions
To use EA's on funded accounts you have set limits, for example you can not place a trade or close a trade, some minutes before until some minutes after, this is all done using set news events.
-
RE: Button Close SELLposted in Questions & Answers
once per bar needs to go above but/sell, check stop loss needs to go under a pink for each trade, and not under a if trade.
-
RE: Showing stop loss orders in dollar amounts as a commentposted in Questions & Answers
@shiitake Add a shared link to look at, haven't looked at this in a while but, I used to use it for (group) trade profit.
-
RE: Showing stop loss orders in dollar amounts as a commentposted in Questions & Answers
You can get the value like this: https://fxdreema.com/shared/oYGi1OD5c
-
RE: How to close the cycle ?posted in Questions & Answers
On tick, bucket of trades will give you the trade profit, in a condition block when profit = x.xx, close, this will activate the on trade blocks.
-
RE: how to have candle behind buttonsposted in Questions & Answers
Interesting, worked last time I used.
-
RE: How to close the cycle ?posted in Questions & Answers
If you go to the on trade tab, you will find purple blocks (only work on the on trade tab), you should see how these work, a bit busy at mo, if you still struggle I show you how later.
-
RE: "Check position count" and "No position" Block checkes other magic number order under same symbolposted in Questions & Answers
Not too sure what you're saying, all blocks will use the magic number of EA, change this by adding group numbers.