stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

MTF Trading System - fxozgirl Higher Time Frame spinoff
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=3827
Page 18 of 39
Author:  cad0811 [ Tue Sep 30, 2014 9:25 am ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

zader » Sat Sep 27, 2014 4:24 pm wrote:The EA banked 404 pips this week :party: with 17 trades currently open the floating pip count is +1017 even with that pesky AUDNZD flip which will get closed on Monday when the EA looks at the weekly trends.
Here's the EA with the option of choosing weekly or daily trend change for trade closure, daily might save some pips but also risk cutting some winners early, even that AUDNZD sell would still be open as it stands now with the daily 3ma under the 8ma, maybe a hard stop of 100 would be better but then news could knock a trade out early :arrrg: just thinking out loud.

The code looks to be behaving well so far, has anyone else got any EA results?
I use this EA, the default Settings, in my FXCM's account, the result is good!
Thank you for your great work!

I use 1000 points to close all of them.
20140930172040.png
There is a small problem: every time I open didn't seem to check history.
I mean: for example, in a few days ago after signal, at the start of EA is running, you can choose not to continue to open, waiting for a signal.
Author:  zader [ Tue Sep 30, 2014 9:47 am ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

fxozgirl » Tue Sep 30, 2014 9:03 am wrote:
Good luck zader...maybe small lot sizes to start with :cheer:
The smallest I can do :lol: I will be triple checking so I don't make the same mistake I did with the demo, I was only out by a factor of 10 on that. :shock:
Author:  zader [ Tue Sep 30, 2014 9:49 am ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

spotdespot » Tue Sep 30, 2014 9:12 am wrote:
Are you just changing:

Code: Select all

   
d3Ma = iMA(Symbol(), PERIOD_D1, 3, 0, MODE_SMMA, 0, 1);
d8Ma = iMA(Symbol(), PERIOD_D1, 8, 0, MODE_SMMA, 0, 1);
to:

Code: Select all

   
d3Ma = iMA(Symbol(), PERIOD_D1, 3, 0, MODE_SMMA, 0, 0);
d8Ma = iMA(Symbol(), PERIOD_D1, 8, 0, MODE_SMMA, 0, 0);
in void (CheckTrends)?

It's working very well right now. Thanks again for putting it together.

Cheers,
Dave.
:good: yep, just that.
Author:  spotdespot [ Tue Sep 30, 2014 9:50 am ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

zader » Tue Sep 30, 2014 10:49 am wrote: :good: yep, just that.
Great - thanks. I will do likewise - if it's good enough for your live account it is certainly fine for my demo! :party:

Cheers,
Dave.
Author:  zader [ Tue Sep 30, 2014 10:21 am ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

cad0811 » Tue Sep 30, 2014 9:25 am wrote:
There is a small problem: every time I open didn't seem to check history.
I mean: for example, in a few days ago after signal, at the start of EA is running, you can choose not to continue to open, waiting for a signal.
I'm not sure I understand, are you saying the EA opened 2 trades on a symbol at the same time or the EA added a trade to an already open trade. I've just tried to get the EA to open a trade on a symbol that already has a manual trade running on it and it sees Open Trades = 1 and does nothing. Sorry if i've misunderstood.
Author:  cad0811 [ Tue Sep 30, 2014 10:45 am ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

zader » Tue Sep 30, 2014 6:21 pm wrote:
cad0811 » Tue Sep 30, 2014 9:25 am wrote:
There is a small problem: every time I open didn't seem to check history.
I mean: for example, in a few days ago after signal, at the start of EA is running, you can choose not to continue to open, waiting for a signal.
I'm not sure I understand, are you saying the EA opened 2 trades on a symbol at the same time or the EA added a trade to an already open trade. I've just tried to get the EA to open a trade on a symbol that already has a manual trade running on it and it sees Open Trades = 1 and does nothing. Sorry if i've misunderstood.

Example:In September 20, buy signal, on September 22, unwind, open the EA on September 23, don't open trade,Wait for the back, signal to buy again.
English is not my native language, sorry!
Author:  zader [ Tue Sep 30, 2014 6:11 pm ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

cad0811 » Tue Sep 30, 2014 10:45 am wrote:
Example:In September 20, buy signal, on September 22, unwind, open the EA on September 23, don't open trade,Wait for the back, signal to buy again.
English is not my native language, sorry!
OK, so buy on the 20th then hit SL or trend change on the 22nd, no trade on the 23rd sounds about right, if price retraced and hit SL on the 22nd chances are one of the dots on the MFTma's would have been red, remember the EA on the 23rd would have been looking at the close of MFTma's on the 22nd.

Don't apologise for not grasping English, it's been my native language for over 45yrs and I still struggle to make myself understood. :lol:
Author:  fxozgirl [ Tue Sep 30, 2014 8:50 pm ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

zader » Tue Sep 30, 2014 7:49 pm wrote:
spotdespot » Tue Sep 30, 2014 9:12 am wrote:
Are you just changing:

Code: Select all

   
d3Ma = iMA(Symbol(), PERIOD_D1, 3, 0, MODE_SMMA, 0, 1);
d8Ma = iMA(Symbol(), PERIOD_D1, 8, 0, MODE_SMMA, 0, 1);
to:

Code: Select all

   
d3Ma = iMA(Symbol(), PERIOD_D1, 3, 0, MODE_SMMA, 0, 0);
d8Ma = iMA(Symbol(), PERIOD_D1, 8, 0, MODE_SMMA, 0, 0);
in void (CheckTrends)?

It's working very well right now. Thanks again for putting it together.

Cheers,
Dave.
:good: yep, just that.

The SMMA on John's original template and the one I have been using all along have always been at Shift 0
Author:  fxozgirl [ Tue Sep 30, 2014 9:16 pm ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

fxozgirl » Tue Sep 30, 2014 7:29 am wrote:
Current balance: $6542.17
Floating balance: $7296.15 (approx +1140 pips)

Current open trades:
AUDCHF Sell 29/9 +37 pips
AUDNZD Sell 22/9 + 92 pips BE +5 pips
AUDUSD Sell 23/9 +147 pips JS moved to +50 pips
EURUSD Sell 25/9 +93 pips BE +5 pips
GBPJPY Buy 24/9 -67 pips
GBPUSD Sell 26/9 +74 pips BE + 5 pips
NZDCAD Sell 29/9 +104 pips JS moved to +50 pips
NZDJPY Sell 29/9 +94 pips JS moved to + 50 pips
NZDUSD Sell 23/9 +347 pips JS moved to +300 pips
USDCAD Buy 23/9 +117 pips BE +5 pips
USDCHF Buy 25/9 +56 pips
USDJPY Buy 25/9 +43 pips
Current balance: $6801.46
Floating balance: $7225.15 (approx +631 pips)

Current open trades:
AUDCHF Sell 29/9 -26 pips
AUDNZD Sell 22/9 +64 pips BE +5 pips
AUDUSD Sell 23/9 +114 pips JS moved to +50 pips
EURUSD Sell 25/9 +149 pips JS moved to +100 pips
GBPJPY Buy 24/9 -74 pips
GBPUSD Sell 26/9 +102 pips JS moved to +50 pips
USDCAD Buy 23/9 +148 pips JS moved to +50 pips
USDCHF Buy 25/9 +93 pips BE +5 pips
USDJPY Buy 25/9 +58 pips

Trades closed:
NZDCAD Sell +50 pips
nzdcad_daily_(2)mtf.png
NZDJPY Sell +50 pips
nzdjpy_daily(3)_mtf.png
NZDUSD Sell +300 pips
nzdusd_daily_(2)mtf.png
No new trades opened today
Author:  Cherry [ Tue Sep 30, 2014 9:40 pm ]
Post subject:  MTF Trading System - fxozgirl Higher Time Frame spinoff

Going by the rules I see GBPCAD as a long entry after pullback. Is this correct?
Thanks.
PS, Actually it would be the first entry after long signal on W1 and now all dots good on D1... so are we waiting for today to close and confirm those? I think that's where I may have got it wrong before also.
All times are UTC Page 18 of 39