- Search Metals Mine
- garyfritz replied Nov 27, 2011
Gleneagles, it sounds like you have a good backtest platform. Have you tried comparing M10 vs. M5 or M15 (with appropriately adjusted parameters)? Certainly would be nice to get rid of the offline charts.
Fratelli Intraday trading system
- garyfritz replied Nov 27, 2011
Minor issue with the BB MACD -- I see plenty of cases (e.g. in EURJPY) where the value is less than 0.0005 and it's not yellow -- whereas some of the yellow values are 0.005 or more. Haven't dug through the code enough to see why. I see a potential ...
Fratelli Intraday trading system
- garyfritz replied Nov 27, 2011
Sounds like you've all been busy, thanks Peter, MM, etc! Question: do the new indicators have good alerting? The old indys had alerts e.g. on 2,15 but no checking to see if it was blocked by candles, histo, etc. So most of the alerts were just ...
Fratelli Intraday trading system
- garyfritz replied Nov 27, 2011
I seem to have stumbled across this thread at a very conflicted time... I haven't read the entire thread but I read hundreds of posts and watched a lot of Brian's videos. I get the gist but the details of the technique are still unclear to me. Could ...
Pit bull trading strategy by brijon
- garyfritz replied Nov 26, 2011
Hello, I've been trading for 12 years, wrote many systems (EAs) and indicators for Tradestation and Wealth-Lab, but I'm new to MT4 and FF. I discovered the T101 posts yesterday, and it sounded like a very creative and VERY promising technique. But ...
Indicators development for T101's not very simple method
- garyfritz replied Nov 26, 2011
Right -- but TrendUp and TrendDown are the indicator buffers, aren't they? So changing TrendUp[i+1] changes the previous bar, which would be bar[1] in realtime, so aren't you changing the closed / painted color of bar 1? More importantly, when ...
Fratelli Intraday trading system
- garyfritz replied Nov 26, 2011
Oh, it doesn't need to be on the chart? Hm. Then I still don't know why I didn't get any trades.
Fratelli EA's
- garyfritz replied Nov 26, 2011
Thanks Dragos!! Oooh, that's really tempting the trading/coding gods...
I can't tell from your post or update notes -- do we just update the EA, or do we need the full set? As far as I can tell only SuperTrendmod is required by your EA. BTW I ...Fratelli EA's
- garyfritz replied Nov 26, 2011
Peter & crew, I was just looking at some of the indicator code, intending to translate it to TradeStation. (I know that platform better and I trust it to not play repainting games &etc.) In SuperTrend I noticed a potential problem: when you're on ...
Fratelli Intraday trading system
- garyfritz replied Nov 25, 2011
My EMA crossover (on the indicators) is set to 2,15, and the super candles are 10,1.7. Looks like GetDirection() uses hard-coded 2,15 and GetSignal() uses hard-coded 10,1.7. So the arrows & candles I'm seeing in my indicators should match what the ...
Fratelli EA's
- garyfritz replied Nov 25, 2011
Oh -- so the BARS setting says "this arrow signal expires after this many bars" ? So since it didn't hit the PO within a few bars, it canceled the signal? As far as I know, Peter has no such expiration in his rules. I don't see why you need to do ...
Fratelli EA's
- garyfritz replied Nov 25, 2011
I must have something wrong, or else I completely misunderstand the system. Here's a re-entry arrow in EURUSD, red bars, negative histo. Sure looks like a simple setup to me, but nothing's happening. Comment section says 24H trading (so I know it ...
Fratelli EA's
- garyfritz replied Nov 24, 2011
My understanding is that signals stay active until negated, and they don't all have to happen on the same bar. The picture I posted in the Fratelli thread ( url ) showed an example of this, and Dean said it was a textbook example. I'm running the v2 ...
Fratelli EA's
- garyfritz replied Nov 24, 2011
FWIW I'm in US Mountain time. I can watch the markets 7am (9am ET, 14:00 GMT) to 5pm (7pm ET, 00:00 GMT). Maybe later if it's worth it.
Fratelli Intraday trading system
- garyfritz replied Nov 24, 2011
NICE day, Kolesar! Maybe you should have your own Thanksgiving!!

System Test: Invictus V Fratelli
- garyfritz replied Nov 24, 2011
Good stuff, Dean. You put the details of the day's trade in post #1. Do you have a history of the test results anywhere, other than scattered through the thread? E.g. something like this would be real useful in post #1: .................... Invictus ...
System Test: Invictus V Fratelli
- garyfritz replied Nov 24, 2011
I had that too, on every tick. Very annoying.
I didn't have the SuperTrendmod indicator on my chart. I turned off the EA, added SuperTrendmod, and turned the EA on -- seems to be working now.Fratelli EA's
- garyfritz replied Nov 23, 2011
Are people (besides Dragos
) seeing correct trades with this EA? I ran it on AUDUSD with default params, except I changed Lots to 0.1. I ran it in the strategy tester (20 mins to test 20 days, yeesh) and found that it was basically at breakeven ...Fratelli EA's
- garyfritz replied Nov 23, 2011
Dean/Peter, you're welcome to include that screenshot in the manual.
Fratelli Intraday trading system
- garyfritz replied Nov 22, 2011
I've attached a picture to explain how I think you trade the "all signals don't line up on the same bar" condition, and how to exit if you don't hit the TP or SL. Peter, Dean, is the picture correct? What about if the histo turned positive? === 22 ...
Fratelli Intraday trading system