Disliked{quote} Heiken_Ashi_Open_is_HL_wMAfilter_Alert - arrows/alerts if the HA Open is equal to it's low or high - optional ma filter {image} {file}Ignored
Learn from your mistakes and march on.
I will code your pivot EAs for no charge 28 replies
I will code your scalping EAs for no charge 163 replies
Oanda MT4 - Indicators and EAs not showing 2 replies
EAs and indicators relating to moutaki... 22 replies
InterbankFX has loaded its MT4 platform with custom EAs, indicators and scripts 1 reply
Disliked{quote} Heiken_Ashi_Open_is_HL_wMAfilter_Alert - arrows/alerts if the HA Open is equal to it's low or high - optional ma filter {image} {file}Ignored
DislikedCan anyone tell me, Is there's an indicator already out there, That will count the Pips of each candle from high-to-low and low to High, And put it on the chart as it does it, SEE Picture, Thank you in advance. {image}Ignored
Disliked{quote} Please find Simple TMA Trader EA. I assume it has what you have asked - * TMA Settings - In EA, you can select TimeFrame only and all other settings, it will use "TMA-channel" settings. There are two TimeFrame - one for Open, one for Close. Since this is very simple EA, originally from EABuilder with modified workflow, it doesn't have much of other features. When it is not avail by default, I did add those extras. I think this is good enough EA to test out your strategy. Based on my tester on EURUSD 4H, it was not losing money but not gaining...Ignored
Disliked{quote} Thanks BlueRain, for your search-&-find and extra adaptations. I will play with it and see what I can do with it. If originally built by EABuilder, is there perhaps a description/explanation in a forum somewhere? I haven't applied it yet - maybe it's as simple as falling out a tree. Thank you for your invitation if I want more or different features added.Ignored
Disliked{quote} please can you help me set the date on this indicator to be automated and not show the current session profile at all... at the moment if i dont want to show current day i must reset date manually. i have attached the indicator and preset file in a Wrar format as FF dont allow sending preset file directly. thanks {image} {file} {file}Ignored
DislikedHello CODERS Can somebody make an INDI not an EA with button for change template? Maybe 1 to 15 small button where on each one I can save a template? So I just push ie. Button 1 and the template named 1nameoftemplate.tpl will appear. Similar to this? {image} Also with possibility to move all the buttons up /down right/left of the chart and to move the Indi on Window 1-2-3..... Thanks in advance.Ignored
Disliked{quote} it is well know free service you can use. Just search "EABuilder" from internet and you should find easily. You have to join first but it is free. Buiding a EA from this website is very quick and simple - if you use MT4 built-in indicators. But, it lacks a lot of features. What I do for quick EA development is to take basic EA from EABuilder and add custom conditions and/or add extra feature what most EA should have.Ignored
Disliked{quote} I can't make it selectable but I have added option to display last trends. It will show you pipsize and bar count. You have now 3 choice in how pip displays in addition to how many bars to limit. extern bool ShowLastTrendPips = true; -- this will on/off on the last trend display extern bool ShowBullBearPipSize = true; -- trend pips size on the top of bars when trend ends extern bool ShowAllPipSize = false; -- display pip size on all bars Update 1: Bug found and fixed - that pip wasn't updated on every tick. Now, it is fixed. {image} {image}...Ignored
Disliked{quote} I can't make it selectable but I have added option to display last trends. It will show you pipsize and bar count. You have now 3 choice in how pip displays in addition to how many bars to limit. extern bool ShowLastTrendPips = true; -- this will on/off on the last trend display extern bool ShowBullBearPipSize = true; -- trend pips size on the top of bars when trend ends extern bool ShowAllPipSize = false; -- display pip size on all bars Update 1: Bug found and fixed - that pip wasn't updated on every tick. Now, it is fixed. {image} {image}...Ignored