Goal #1 Make Money, Goal #2 Don't Lose Money, Goal #3 Remember Goal #1
EA tool & strategy for semi-automatic interactive trading 82 replies
semi-automatic fibs in MT4? 0 replies
Testing a semi-automatic EA with a strategy tester 1 reply
Geoff's Manual and Semi Automatic Trading Setup 988 replies
Trading a (semi) automatic approach...but want more 11 replies
Dislikedbut according to the daily trend on the eurusd it is down?
Can i ask what was the indicator used in driving the eurusd long? Was it based on a shorter time frame? The daily, 4hour and 1 hour all shown a down trend? The 5 min, 15 min and 30 min show an up trend?
Which one is the best to go off for driving the EA?
thanks
Ian - a new comer from another forum!Ignored
DislikedI would like to see it for V63H04 and the jpy version Firebird_jpy_fixIgnored
DislikedHI Namrettik,
try it and let me know.
I have included the alert feature and or email. So look at the setup variable.
Manage_Trade = true : if you want to have the feature off put it to false
Heiken_Ashi_timeperiod = 60; //H1=60, H4 = 240, D1= 1440 (You can select which time period of the indicator by putting the right amount of minutes.
index = 1; Put it at...Ignored
DislikedWill these send an email alert on the strategy tester with email set to true. What happens when the alert occurs. Is it just an alert or does it close all trades at that time that are open.Ignored
DislikedGreat Work, I wonder if you can add a manageable entry and exit feature to FB 63H version. It will make this version an excellent EA for day trading Trends.
What do you think?Ignored
DislikedIt is only an alert. There is no strategy to close open loosing trades in this version. This is an other step that could improve our profit to lost ratio if we find the right setup.
byeIgnored
DislikedIs the only way to test the alert is to put the ea on a live demo accountIgnored
DislikedYes, in simulation mode it will not work.
To test it select a 1 minute charts, setup the variable this way
Manage_Trade True or false, it will work both way
Heiken_Ashi_timeperiod = 1
index = 1
email = true
Place a chart on your metrader on the M1, apply the EA and wait for changing color.
If you want to received an email, you need to enable it from your tool/option menu.
byeIgnored
DislikedMy idea is just a suplement to this system, but we need a programer to do this, I hope coders will help us on this.
Ok...I am thinking about giving a trendline as an area to control wether the EA still trade or not, for better understanding I think u guys should watch this video first (or maybe u watch it already)
Regards,
Samurai PowerIgnored
DislikedYes, in simulation mode it will not work.
To test it select a 1 minute charts, setup the variable this way
Manage_Trade True or false, it will work both way
Heiken_Ashi_timeperiod = 1
index = 1
email = true
Place a chart on your metrader on the M1, apply the EA and wait for changing color.
If you want to received an email, you need to enable it from your tool/option menu.
byeIgnored
DislikedThe email message on the non jpyfix version is giving a message that is referencing the jpy_fix heiken Ashi.Ignored
DislikedI have added a few indicators to help the fbTemplate with your exit strategy. Attached is a screenshot of the indicators. When I have a confirmation of the three indicators all showing trend change I will exit my trades.
All three must be in agreement.
Short Exit
MTF CCI 14 - exit when 4 hour changes to +100 positive.
THV Trend - when trend color changes to yellow
10tionreader - when 4hr changes to yellow on all three bars
Long Exit
MTF CCI 14 - exit when 4 hour changes to -100 negative
THV Trend - when trend color changes to yellow
10tionreader...Ignored
DislikedHi Namrettik,
i found a way to acces by programmation to the Thv Trend color coded information. I would like to add an exit strategy to the Heigen Ashi manage EA. Have you got time to evaluate the strategy that you are proposing?
I'm planning to have an exit strategy program into the EA using the THV Trend and the Heiken Ashi or the Heiken Ashi smooted to exit loosing trade automatically.
The idea will be:
If the 4HR THVTrend is Yellow, reduce the stop lost by 50%
for a buy if the Heiken Ashi 4Hr is red and ThvTrend yellow or red, close trade again...Ignored
DislikedHi Namrettik,
i found a way to acces by programmation to the Thv Trend color coded information. I would like to add an exit strategy to the Heigen Ashi manage EA. Have you got time to evaluate the strategy that you are proposing?
I'm planning to have an exit strategy program into the EA using the THV Trend and the Heiken Ashi or the Heiken Ashi smooted to exit loosing trade automatically.
The idea will be:
If the 4HR THVTrend is Yellow, reduce the stop lost by 50%
for a buy if the Heiken Ashi 4Hr is red and ThvTrend yellow or red, close trade again...Ignored
DislikedI am not familiar with what you mean by access to programation. Do we need to get permission from the creator of the indicator to do this or are we just using it along with this ea and are not violating copyright on THV3 Trend indicator. I would contact cboraforex the creator of the THV3 Trend indicator and ask for permission to modify the indicator for this purpose if we are modifying the indi. I would be glad to test and provide feedback.Ignored
DislikedI have put a chart of the 4hr eurusd and the daily eur usd with the same trendline. If we would follow the rules above we would be closing all trades that are short per the 4hr chart.....but.....I think it would be premature..because the price action (PA) may just go up and bounce of the trendline I have drawn on the 4hr chart. The daily chart still shows a strong downtrend that may be just retracing. I do like the idea of shortening up the stops when the 4hr turns red or yellow, I will have to think about that. I like the idea of being able to...Ignored
DislikedGreat work Actionpl. This will really improve the EA performance. The issue is, Heiken_ashi is a lagging indicator, so it will detect trend change a little bit late. I guess if you can make it MTF, so it can give signal when a lower TF to the TF you placed it on changes, It will be very good. For example, signal changes on 4hrs TF, while the EA is on Daily.
Thanks for your effort.Ignored