I have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.roman101 wrote:Hi
can someone please let me know, when pending orders get deleted. Do I delete those manually or ea will do this. How often they get refreshed, once a day or once a week?
Multi 10:4 Trader EA
- MurphyMan
- Trader
- Posts: 345
- Joined: Tue Nov 15, 2011 2:35 pm
- Location: Southern Illinois, USA
Re: Multi 10:4 Trader EA
- simplex
- Trader
- Posts: 127
- Joined: Thu Feb 07, 2013 5:21 pm
- Location: An insignificant small town close to an insignificant former capital at the Rhine River.
Fixed 1.08 runtime optimized
Hi all,
fixed version is here:
http://www.stevehopwoodforex.com/phpBB3 ... 887#p49887
Cheers, Jürgen
fixed version is here:
http://www.stevehopwoodforex.com/phpBB3 ... 887#p49887
Cheers, Jürgen
If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
- simplex
- Trader
- Posts: 127
- Joined: Thu Feb 07, 2013 5:21 pm
- Location: An insignificant small town close to an insignificant former capital at the Rhine River.
Link to my v1.08 modification ...
done! J.mobthehop wrote:Moin J (simplex)
I so wish we could search for given post with attachments here ..... (SH if you are reading this....! lol)
Could you copy this link in your signature, so that we find your post back:
http://www.stevehopwoodforex.com/phpBB3 ... 887#p49887
'Tschuess Mop
If you can't explain it simply, you don't understand it well enough. (Albert Einstein)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
It appears that the Weighted Moving Average was invented by a trader who did not have a firm grasp of filter theory in hopes of reducing lag. (John F. Ehlers)
- McNish
- Trader
- Posts: 227
- Joined: Tue Nov 06, 2012 3:56 pm
Re: Multi 10:4 Trader EA
In the EA properties, look to the last couple options. Say's most.roman101 wrote:Hi
can someone please let me know, when pending orders get deleted. Do I delete those manually or ea will do this. How often they get refreshed, once a day or once a week?
-
fx800
- Trader
- Posts: 1334
- Joined: Sun Dec 04, 2011 4:11 am
Re: Multi 10:4 Trader EA
In a quiet market today, v. 1.08a still manage to eek out 1% gain on the Cowboy IBFX 10k demo OOTB.
You do not have the required permissions to view the files attached to this post.
-
MrLong
Re: Multi 10:4 Trader EA
Hi,MurphyMan wrote:I have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.roman101 wrote:Hi
can someone please let me know, when pending orders get deleted. Do I delete those manually or ea will do this. How often they get refreshed, once a day or once a week?
I've coded 1.09 to delete the pending stop orders automatically, when price goes the opposite side of the MA.
-
TraderDesk
- Trader
- Posts: 479
- Joined: Wed Nov 16, 2011 2:12 pm
- Location: Estonia
Re: Multi 10:4 Trader EA
Awesome... Will you be releasing 1.09 tonight by chance?MrLong wrote:Hi,MurphyMan wrote:I have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.roman101 wrote:Hi
can someone please let me know, when pending orders get deleted. Do I delete those manually or ea will do this. How often they get refreshed, once a day or once a week?
I've coded 1.09 to delete the pending stop orders automatically, when price goes the opposite side of the MA.
TraderDesk
-
MrLong
Re: Multi 10:4 Trader EA
Maybe tomorrow night GMT.TraderDesk wrote:Awesome... Will you be releasing 1.09 tonight by chance?MrLong wrote:Hi,MurphyMan wrote:I have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.roman101 wrote:Hi
can someone please let me know, when pending orders get deleted. Do I delete those manually or ea will do this. How often they get refreshed, once a day or once a week?
I've coded 1.09 to delete the pending stop orders automatically, when price goes the opposite side of the MA.
-
roman101
- Trader
- Posts: 27
- Joined: Sat Dec 01, 2012 5:26 pm
Re: v1.08 code optimization
Thank you Jürgen,simplex wrote:Hi MrLong & all,
@MrLong: any question that might appear during integration is welcome!
That's it! Have fun testing & integrating!
Cheers, Jürgen
EDIT 2013-03-26 16:50 CET: upload a new version that fixes 3 issues. Delete old version.
my screen looks like this.
Best Regards
Roman
You do not have the required permissions to view the files attached to this post.
-
TraderDesk
- Trader
- Posts: 479
- Joined: Wed Nov 16, 2011 2:12 pm
- Location: Estonia
Re: v1.08 code optimization
I had the same problem but fixed it by changing the following code:roman101 wrote:Thank you Jürgen,simplex wrote:Hi MrLong & all,
@MrLong: any question that might appear during integration is welcome!
That's it! Have fun testing & integrating!
Cheers, Jürgen
EDIT 2013-03-26 16:50 CET: upload a new version that fixes 3 issues. Delete old version.
my screen looks like this.
Best Regards
Roman
[*]The grid background is set up by drawing several rectangles that overlap a bit. I also had to adjust them when moving from my development machine to test machine. Go to line 311 and try the following before recompiling:
Code: Select all
int symbCellWidth = 3, // TRY 4
mainCellWidth = 32, // TRY 58 on my 1900*1200 monitor
cashCellWidth = 12, // NO CHANGE
headCellWidth = -1; // NO CHANGETraderDesk