Indicator
-
fxDreema is the best product I have come across to build EAs. But I wish I could also build indicators with it. Is there anyway to build indicators as well?
If not can someone please recommend a product similar to fxDreema that would help me build my own indicators?
-
standard indicators with buffers is not possible create, but you can create EA as indicator, here is plenty amount of Object blocks as Draw lines, arrows, rectangles, etc .. and you can easily create indicate objects for current bars, or alternatively use loop block and do something more complicated (go through my replies, somewhere I have examples how to create this, search for loop or array ... ) ...
-
@bluemoon I've solved just removing the BUY and SELL execution block. I've made my strategy blocks ending with a DRAW ARROW block. The MT4 doesn't execute any trade, but gives me back an arrow when the setup comes up. Hope this help
