Dislikedwhich broker do you use?
thanks
p.s. i have several ea's running with alpari since about 1 year. so far no probs.Ignored
PipBear
Monster Muncher Manual Trading Discussion: Compliments SH 228 replies
Fib retracement line colors 0 replies
Fib Retracement 13 replies
Fib Retracement 2 replies
Fib Retracement Tool 1 reply
DislikedThis is a classic example of another of my oft-repeated mantras: in Forex, if something can happen that is bad for you, then it will happen sooner or later.
Here is another of my of-repeated mantras: MT4 is utter crap.
What happens in these situations is this:
- an ea sends a trade
- there is a delay in the trade appearing in the platform's memory
- the ea spots that there is a trade trigger, fails to find an existing open trade, and so loops back to 1)
Ftlr predates some of the techniques I have acquired to...
Ignored
There are likely to be bloops in both the logic and the code, so watch for inconsistencies next week.
A question/thought for the more experienced traders here, regarding Bob's volatility list. How quickly will this become out of date? Rather than using a fixed table, should we perhaps be using ATR to measure the volatility? All ideas received with appreciation.
Update in post 1.
DislikedI have done some work on ftlr today.
Here is the to-do list I built up in recent weeks; I have done nothing about 3 & 5. I am hoping to be able to ignore 3 and that dynamic entry will take care of the need for scoobs' filter altogether; we shall see. I have done nothing about 5 because just thinking about the coding gives me a headache.
[list=1][*]Bob style dynamic...Ignored
DislikedI have done some work on ftlr today.
Here is the to-do list I built up in recent weeks; I have done nothing about 3 & 5. I am hoping to be able to ignore 3 and that dynamic entry will take care of the need for scoobs' filter altogether; we shall see. I have done nothing about 5 because just thinking about the coding gives me a headache.
[list=1][*]Bob style dynamic...Ignored
DislikedIMHO Bob’s List and Maxx’s List were both out of date in 30 Days…..I’ve thought for awhile and still think that ATR is the only true measure of a pairs volatility that we have at present because of the fact that it auto recalc’s with the market….When Bob’s and Maxx’s Lists improve to the point of auto recalc in some form ( if they do ) they can be used again if need be. I thought at one time Maxx was very close to this but he never finished it.
I’ll get down off my soapbox now and Steve thanks again for the updates.Ignored
and so on.
So, what do we consider point x? The previous high? The previous pivot? Any other point?
DislikedOk, so let's look at this. After all, it is our bot and we can do what we want with it.
For once, it is even my own trading strategy, so we do not have an op's tender feelings to consider - and yes, before anybody points it out I do appreciate the irony of that last statement.
Here are my thoughts, taking a potential sell as an example:
- Atr from point x is short of T1: trade trigger is T1
- Atr from point x is short of T2 but higher than T1: trade trigger is T2
and so on.
So, what do we consider point x? The...Ignored
DislikedSteve,
Here is an excellent article on ATR that is well worth the read IMHO....
whip
http://www.investopedia.com/articles...true-range.aspIgnored
and so on.
This might leave the most volatile pairs shooting for a trigger of T3 that is too far distant but we shall see. I have gone for the simplest coding; modifying the T3 to be the 200 would call for extra coding.
DislikedYes, it is good to be reminded of the basics we think we already know.
The article provided the impetus behind the extra update tonight. The trade trigger now depends on Atr; the inputs should be pretty obvious.
As intended, the code works thus, taking a sell as an example:
- yesterday high + atr < T1: trigger is T1.
- yesterday high + atr > T1 and < T2: trigger is T2
and so on.
This might leave the most volatile pairs shooting for a trigger of T3 that is too far distant but we shall see. I have gone for the simplest coding;...Ignored
DislikedHi Steve,
It seems to me very hard to trigger any L4 trades with the new bot on the MT4 backtester. Finally after 2 hrsI have found a trigger point on EUR/JPY starting after the 8/11/10 onwards on a 4hrs time frame. I can clearly see a re-entry line drawn at x pips from the L4 level, but no hedge position has been send by the bot once price crossed that line.
Anybody else having this occurrence happening on the backtest?
CheersIgnored
DislikedHehe. It is damn hard to trigger L4 under any circumstances. Have you worked out how far into the red a trade has to go to get that far into the hole? We are talking hundreds of pips.
Well done for having found one. I have been using Recovery for months both live and on demo in a variety of bots and rarely managed it.
Not saying the code is correct mind; I pointed out that it might well contain bugs. 'twill be months before we have this confirmed mind. I hope.
Seriously, does anyone here really believe they would not have...Ignored
DislikedI've also got a trade on D1 Charts, the EJ.....That's good enough for me....I'll start it on that....Ignored
DislikedHehe. It is damn hard to trigger L4 under any circumstances. Have you worked out how far into the red a trade has to go to get that far into the hole? We are talking hundreds of pips.
Well done for having found one. I have been using Recovery for months both live and on demo in a variety of bots and rarely managed it.
Not saying the code is correct mind; I pointed out that it might well contain bugs. 'twill be months before we have this confirmed mind. I hope.
Seriously, does anyone here really believe they would not...Ignored
DislikedYep very true, for me on 2 occasions L4's have been opened, EUR/USD plunging from 1.42 to 1.28 and the EUR/JPY rising after the BOJ intervention last year.
Great work Steve.
CheersIgnored
DislikedThanks. I am really looking forward to testing out the new features next week.
On a different note, this bot would probably not still be running but for whip. He has clearly shown his value as a trader, even if he does only trade for sportHe couldn't have a few more vouches, could he?
Come to that, Pipstrumph deserves more than he has.
Ignored
DislikedCheers whip. This is the Law of Unintended Consequences kicking in.
I have added a conditional to the Scoobs filter call. Either update from post 1 or:
- Find this line of code: [code]if (UseScoobsMarginCheck)[/code]
- and replace it with [code]if (UseScoobsMarginCheck && !RecoveryInProgress)[/code] and re-compile.
Ignored