Multi 10:4 Trader EA

Post Reply
User avatar
MurphyMan
Trader
Posts: 345
Joined: Tue Nov 15, 2011 2:35 pm
Location: Southern Illinois, USA

Re: Multi 10:4 Trader EA

Post by MurphyMan »

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 have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.
User avatar
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

Post by simplex »

Hi all,

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)
User avatar
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 ...

Post by simplex »

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
done! J.
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)
User avatar
McNish
Trader
Posts: 227
Joined: Tue Nov 06, 2012 3:56 pm

Re: Multi 10:4 Trader EA

Post by McNish »

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?
In the EA properties, look to the last couple options. Say's most.
fx800
Trader
Posts: 1334
Joined: Sun Dec 04, 2011 4:11 am

Re: Multi 10:4 Trader EA

Post by fx800 »

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

Post by MrLong »

MurphyMan wrote:
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 have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.
Hi,
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

Post by TraderDesk »

MrLong wrote:
MurphyMan wrote:
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 have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.
Hi,
I've coded 1.09 to delete the pending stop orders automatically, when price goes the opposite side of the MA.
Awesome... Will you be releasing 1.09 tonight by chance?
TraderDesk
MrLong

Re: Multi 10:4 Trader EA

Post by MrLong »

TraderDesk wrote:
MrLong wrote:
MurphyMan wrote:
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 have been deleting app the pendings every four hours or so. Look in NanningBob's scripts in the 10.4 downloads.
Hi,
I've coded 1.09 to delete the pending stop orders automatically, when price goes the opposite side of the MA.
Awesome... Will you be releasing 1.09 tonight by chance?
Maybe tomorrow night GMT.
roman101
Trader
Posts: 27
Joined: Sat Dec 01, 2012 5:26 pm

Re: v1.08 code optimization

Post by roman101 »

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.
Thank you Jürgen,
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

Post by TraderDesk »

roman101 wrote:
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.
Thank you Jürgen,
my screen looks like this.
Best Regards

Roman
I had the same problem but fixed it by changing the following code:

[*]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 CHANGE
Then recompile and you will see the difference....
TraderDesk
Post Reply

Return to “Nanningbob 10.x”