Use indicator signal in EA

Apr 01, 2015 at 11:16
648 개의 뷰
6 Replies
Sep 04, 2014 부터 멤버   게시물25
Apr 01, 2015 at 11:16
Hello,
Is it possible to use Buy/Sell signal from a custom indicator in a Ea if I don't have the code of this indicator? I would like to filter the signals of an Ea using the signal of the indicator. The indicator just displays arrows for buy and sell.

Thank you
luclevesque17@
Nov 21, 2011 부터 멤버   게시물1718
Apr 01, 2015 at 12:44 (편집됨 Apr 01, 2015 at 12:45)
It is possible but you must know all the parameters used into the indicator.
They usually listed into the indicator if any.... but some could be hidden, then it will be difficult to call properly the Indi into EA.

Refer to iCustom() function
forex_trader_25447
Dec 21, 2010 부터 멤버   게시물131
Apr 01, 2015 at 12:58 (편집됨 Apr 01, 2015 at 12:59)
Lugevho17 posted:
The indicator just displays arrows for buy and sell.
In this case, you can read all Objects from Main window of the Terminal
 (where Indicator write arrows), and find parameters of 'that arrow'
Nov 21, 2011 부터 멤버   게시물1718
Apr 01, 2015 at 13:37
StoneHeart posted:
Lugevho17 posted:
The indicator just displays arrows for buy and sell.
In this case, you can read all Objects from Main window of the Terminal
 (where Indicator write arrows), and find parameters of 'that arrow'

Nice indeed
Sep 04, 2014 부터 멤버   게시물25
Apr 02, 2015 at 06:37
In the object list I see only opening time, opening level, and arrow code =1
luclevesque17@
Nov 21, 2011 부터 멤버   게시물1718
Apr 02, 2015 at 07:03
Lugevho17 posted:
In the object list I see only opening time, opening level, and arrow code =1

This probably a long Signal I guess!

If you have Arrow code = 2, then it's a short signal.

https://docs.mql4.com/constants/objectconstants/arrows
Dec 13, 2014 부터 멤버   게시물73
Apr 02, 2015 at 10:48 (편집됨 Apr 02, 2015 at 10:48)
I think I can do it without reading of the chart. Reading off a chart is is very slow and cumbersome.
로그인 / 가입하기 to comment
You must be connected to Myfxbook in order to leave a comment
*상업적 사용 및 스팸은 허용되지 않으며 계정이 해지될 수 있습니다.
팁: 이미지/유튜브 URL을 게시하면 게시물에 자동으로 삽입됩니다!
팁: @기호를 입력하여 이 토론에 참여하는 사용자 이름을 자동으로 완성합니다.