dave123 Posted October 27, 2012 Report Share Posted October 27, 2012 I have aquired an Indicator and would like it coding into an EA if possible. It is very good traded manually on 2hr, 4hr and Daily. Anyone interested please pm/email me. Cheers Quote Link to comment Share on other sites More sharing options...
ganstgi Posted October 27, 2012 Report Share Posted October 27, 2012 I don't know how good I am in coding, but i had built several MT4 Indicator & EA. Let me try Best regards, Ganstgi Quote Link to comment Share on other sites More sharing options...
stock Posted October 27, 2012 Report Share Posted October 27, 2012 Could you post picture of entry and exit signal first. Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 27, 2012 Author Report Share Posted October 27, 2012 (edited) indi pic ............................. http://www.4shared.com/photo/IqH1DAG_/eurusd_3.html Edited October 27, 2012 by dave123 Quote Link to comment Share on other sites More sharing options...
PSmith41 Posted October 27, 2012 Report Share Posted October 27, 2012 Can you share the indi with us Dave? I would like to have a go with it. Cheers, Paul. Quote Link to comment Share on other sites More sharing options...
NeoTrader Posted October 28, 2012 Report Share Posted October 28, 2012 Hi Dave, does this Indicator repaint?...It looks to perfect to be true...it would be great if you could share the indicator first...I have a visual tester programmed where I can see if this indicator is or can be profitable or not. happy trading, NeoTrader P.S. I can't send PMs here. If you answer per PM please add a email where I can answer back. Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 28, 2012 Author Report Share Posted October 28, 2012 As I see it the indi dot appears on the close of the previous bar at signal time and does not disapear/reappear, it is fixed. Therefore, on my interpretation of repainting it does not repaint. Quote Link to comment Share on other sites More sharing options...
sillykiddo Posted October 28, 2012 Report Share Posted October 28, 2012 hi dave can u please share the indicator with us? Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 28, 2012 Author Report Share Posted October 28, 2012 (edited) One of our friends on II is attempting to code this with my specification. Hopefully it will work as a EA as well as it does in manual trading. I didn't realise that this indi is available on II as part of a system. Here it is: http://www.4shared.com/file/KS3egd0j/FT_Dominator_MW_Trend_Line_Sig.htm Edited October 28, 2012 by dave123 PSmith41 and iwjw 2 Quote Link to comment Share on other sites More sharing options...
PSmith41 Posted October 28, 2012 Report Share Posted October 28, 2012 Cheers Dave.:) Quote Link to comment Share on other sites More sharing options...
iwjw Posted October 29, 2012 Report Share Posted October 29, 2012 (edited) Hi dave, thanks for sharing the indi Do you have a solution for this kind of things? http://i.imgur.com/ht7xE.gif full image @//i.imgur.com/ht7xE.gif Is there some instruction here on II how to post an image? I'm always only getting a part of it displayed If I'm not totally wrong I've seen img with a horizontal scrollbar here on II HowTo? Edited October 29, 2012 by iwjw Quote Link to comment Share on other sites More sharing options...
stock Posted October 29, 2012 Report Share Posted October 29, 2012 At first that I see picture I think it's repaint because it's too perfect. I will check in simulation and live more. Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 29, 2012 Author Report Share Posted October 29, 2012 (edited) The entry signal comes on the close of the bar above/below the small horizontal line not the dot. Whwn the dot first appears on the first bar it will disappear occassionally when that bar keeps reversing in the direction of that dot. It the market continues to revers in that direction and close then the dot will disapear until a new bar forms and closes and na new bar opens in the direction of the dot. The dot is then fixed and stays fixed. The dot finds the best entry candle for this indicator which seems to work without repainting as I see it. The entry is at the close of the dot candle and open of the following candle. When this occurs the dot is fixed. This is not like fractals or arrows which keep on moving with price until 5 or so bars have closed and then they fix. Take a look at eurusd this morning 15m tf, no perfect trade setups there. That's why I mentioned to trade the higher time frames. A repainter would have picked the tops and bottoms. Edited October 29, 2012 by dave123 Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 29, 2012 Author Report Share Posted October 29, 2012 Sorry iwjw, can't help you with that. Quote Link to comment Share on other sites More sharing options...
iwjw Posted October 29, 2012 Report Share Posted October 29, 2012 Sorry dave for the confusion The main question wasn't about the size of the image but the situation where the market is ranging (blue box area) Do you have any addons that could help you here? Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 29, 2012 Author Report Share Posted October 29, 2012 My primary way of trading is the use of s/r, trendlines, pattern breakouts. What I have done when using this manually is trade the 4hr tf. My entry has been on the break of the high/low of the candle following the dot. I aim for 20 pips (more if i think I can get it) The indi just looks good as a stand-a-lone EA proposition for the 4hr, daily tfs. It tends to catch big tends and you don't have to be at the 'puter all day. Having said that I am no EA boffin :-)) tradershare and iwjw 2 Quote Link to comment Share on other sites More sharing options...
stock Posted October 29, 2012 Report Share Posted October 29, 2012 iwjw please correct me if I am wrong. If the bar start from left to right and count from 1..2..3 If dot signal appear in 1st bars so we buy on close of 2nd bar right??? Quote Link to comment Share on other sites More sharing options...
iwjw Posted October 29, 2012 Report Share Posted October 29, 2012 iwjw please correct me if I am wrong. If the bar start from left to right and count from 1..2..3 If dot signal appear in 1st bars so we buy on close of 2nd bar right??? ask dave123 for that I currently have no opinion how I would trade it Quote Link to comment Share on other sites More sharing options...
ganstgi Posted October 29, 2012 Report Share Posted October 29, 2012 (edited) Hi Dave, To code FT_Dominator_MW_Trend_Line_Signals into EA is not so difficult, let me know where & how U want to Open Position. I will help U build the EA. But I saw some DLL function deleted/skipped (ftd.dll), is it gonna affect the indicator performance ? Ganstgi //#import "ftd.dll" // int AutoForexCoreLogin(int a0, int a1, int a2, string a3, string a4, string a5, int a6, int a7); // int AutoForexCoreReset(int a0, int a1); // int AutoForexCoreEncrC(int a0, int a1); // int AutoForexCoreEncrD(int a0, int a1); // double AutoForexCoreEncrF(int a0, int a1, double a2, double a3); //#import Edited October 29, 2012 by ganstgi Quote Link to comment Share on other sites More sharing options...
dave123 Posted October 29, 2012 Author Report Share Posted October 29, 2012 Hi ganstgi, Thank you for taking a look. I have no idea. Like I said, I know nothing about the internal workings of EA's, maybe it will or not. I have no idea what ftd.dll is/means :-) Sorry I can't help in that department. Quote Link to comment Share on other sites More sharing options...
ganstgi Posted October 29, 2012 Report Share Posted October 29, 2012 Hi Dave, Let me try to make this EA, and you do the review after it's finish. Will be back soon (when EA finish)... :D Ganstgi dave123 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.