- Search Metals Mine
- Actionpl replied May 14, 2009
Vesrsion 1.3 and up are good for any pair — You need to adjust the safearea to a higher level and the divergence limit. My setup is: SafeArea=10,000 basicaly disable it DivergenceLimit=0.05 If you look at left top screen you will see message ...
Semi automatic EA (Driven Version)
- Actionpl replied May 13, 2009
Correction to your interpretation — Hi dohiMojo, your interpretation is not correct. The EA manage the trade one at the time. So if you set your SL at 1000, it will use 1000 for each trade opened, even if you have 5 trade open. P.S. look at ht ...
Semi automatic EA (Driven Version)
- Actionpl replied May 13, 2009
Need Alert_ in your description to enable trendline — Hi Elovv, make sure to always have "Alert_" at the end of your description as a minimum if you want the EA to take action. So if i understand correctly your situation, your trend ...
Semi automatic EA (Driven Version)
- Actionpl replied May 13, 2009
Possible explanation to your situation. — Hi Andy, the only way the EA will do what it did, it is because a trend line was active. A trendline is active if it have the following word in the description. "Alert_". I've noticed that we can have ...
Semi automatic EA (Driven Version)
- Actionpl replied May 12, 2009
My understanding of those variable in blue — EA SETTINGS: TrendAnalysis: I think this is the master switch to enable the trendlines…????????????????Yes TrendLineWatch:If you set variable TrendLineWatch to true, the system will not trade up to ...
Semi automatic EA (Driven Version)
- Actionpl replied May 12, 2009
How to disable multiple trade associate to Pipstep — Hi TheGabriel, this is a key factor of the original FireBird. If you disable it, you will prevent to have more than 1 trade activated for a given pair
. If it is what you want, you can ...Semi automatic EA (Driven Version)
- Actionpl replied May 12, 2009
answer to your questions. in Blue — Hi, Sergiel When I have a trendline described as "Downtrend_Close_Alert_" what is happening is that when the line is breached any existing short trade has its stop loss value reduced by the Reduce_Factor ...
Semi automatic EA (Driven Version)
- Actionpl replied May 11, 2009
Answer in blue — Hi ayoneeyee, What is this function actually going to do? is it going to open a trade in the opposite direction while the other trade is on Yes, that the intend if you put in your trendline "Trade_" or it will close initial ...
Semi automatic EA (Driven Version)
- Actionpl replied May 11, 2009
Anwer to your request — Hi Canni, what you are asking is the functionnality of version 1.5. I've completed the code and it seem to work pretty good in simulation. I'm testing it forward this week. I still have some cleanut to do and verify the ...
Semi automatic EA (Driven Version)
- Actionpl replied May 10, 2009
Testing the EA 1.4 in foward testing — No, you can not open a trade manually for testing since the EA will not recognize your trade. The way to do it is to force the trade to open by using the trendline with "Trade_" in the description. let ...
Semi automatic EA (Driven Version)
- Actionpl replied May 10, 2009
Clarification in Blue — Hi Serge, here my answer in blue Say I have a downtrend, draw my trendline and in the description type Downtrend_Close_Alert_10 and say I have my Reduce_factor set to 2. What is the effect of this? Will it close my ...
Semi automatic EA (Driven Version)
- Actionpl replied May 10, 2009
Trendline — Hi Andy, when you place a trend line, you can use any timeperiod that you want to draw it, it will show on all time period. 2- You can have many trend line active at the same time. Just make sure that you know what you are doing. ...
Semi automatic EA (Driven Version)
- Actionpl replied May 10, 2009
Firebird-63H04_Heiken_Ashi_Trend_vs1_4.mq4 — Hi, i have completed my test on this version for those two new features. A trend line with the following word "Close_" will act as described in my previous post(just clic on the blue arrow at the ...
Semi automatic EA (Driven Version)
- Actionpl replied May 8, 2009
Trendline fonctionnality for closing trades — Hi to all, with version 1.4, this fonctionnality will be included. By the way, you can have as many trend line with alert as you want. The EA will toogle between able to trade and unable to trade ...
Semi automatic EA (Driven Version)
- Actionpl replied May 6, 2009
Trade pair — Start with EURUSD and GDPUSD, all the JPY pair have a more volatile way of trading and you need to adjust the divergenceLimit to a higher level if you use it and need to be monitor closely Bye
Semi automatic EA (Driven Version)
- Actionpl replied May 6, 2009
Manage trade function — If you set manage trade to true, the EA will look at variable "index" and if it is set at 1, it will trade or not according to the previous bar setup to the timeframe that you have selected on Heiken_Ashi_timeperiod. So ...
Semi automatic EA (Driven Version)
- Actionpl replied May 6, 2009
EA does not work. — Make sure you have the Heiken Ashi indicator in your custom indicator folder. If it still does not work, look at the expert folder on metatrader and look at error message, it will give you an indication what is missing in ...
Semi automatic EA (Driven Version)
- Actionpl replied May 6, 2009
Trend watching feature — If you set variable TrendLineWatch to true, the system will not trade up to a point where the price action hit a trend with an Alert set to it. So if the pair does not trend, you can set two trend on up and one down ...
Semi automatic EA (Driven Version)
- Actionpl replied May 6, 2009
Disable divergence filter —
Read post 1269 ByeSemi automatic EA (Driven Version)
- Actionpl replied May 6, 2009
4digits vs 5 digits brokers — You need to divide by 10 those variables. Slip: 100 SafeArea: 50000 Pipstep: 400 TakeProfit: 1000 StopLoss: 3000 TailingStops:400 TsTriggers:200 Bye
ActionPlSemi automatic EA (Driven Version)