Start a Trading Journal - Start Posting Your T20 Trades Here.
Tips for First Post: Start with personal introduction, share your story, your future plans.
Use Template Prodvided for Recording Trades.
Eagle Eyed Dave spotted an EA i use for trade management form one of the pics i posted.
Snorm (Steve) very kindly coded it for me and has agreed to release the source code ^:)^ ^:)^
I haven't used Darren's EA but i guess it will be very very similar. It is pretty much self explanatory but please test it on a demo account before using on a live account. Also i have never used it with multiple positions so again test it first on demo if you add on to trades...
cheers
Grant
You do not have the required permissions to view the files attached to this post.
Please be skeptic about this comment as I haven't tried it, but just by looking the code I assume closing half won't work with EasyOrder plug-in. There's this line of code:
if (CloseHalf && OrderType()==OP_BUY && StringLen(OrderComment()) < 6) // the order comment will reference the ticket number if half closed already
EasyOrder uses strings in the comment fields - "Easy Order[sl]" etc. I guess the quickest way of getting rid of the problem is to modify EasyOrder scripts and start using empty comments when sending orders.
Or everything works right from the bat and I'm just telling stories that are not even true. After all it's a labor day in Finland and all brain functions are forbidden.
Tomi wrote:Please be skeptic about this comment as I haven't tried it, but just by looking the code I assume closing half won't work with EasyOrder plug-in. There's this line of code:
if (CloseHalf && OrderType()==OP_BUY && StringLen(OrderComment()) < 6) // the order comment will reference the ticket number if half closed already
EasyOrder uses strings in the comment fields - "Easy Order[sl]" etc. I guess the quickest way of getting rid of the problem is to modify EasyOrder scripts and start using empty comments when sending orders.
Or everything works right from the bat and I'm just telling stories that are not even true. After all it's a labor day in Finland and all brain functions are forbidden.
Tomi,
I was actually meant to share the compiled version and so must apologise to steve as its his code that i have given away to 9 lucky people. I trust that of those 9 they have the brains to not share it, or they will be getting a visit....
Steve i humbly apologise...
As for the easy order dilemma, the EA was coded exactly how i asked (and paid for) so i really don't care if easy order works or not... )
Grant wrote:I was actually meant to share the compiled version and so must apologise to steve as its his code that i have given away to 9 lucky people. I trust that of those 9 they have the brains to not share it, or they will be getting a visit....
Steve i humbly apologise...
As for the easy order dilemma, the EA was coded exactly how i asked (and paid for) so i really don't care if easy order works or not... )
Ah, ok (rofl) No worries fellows. Usually I'm lacking brains, but in this kind of situations the brains are in use!