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

Goosey
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=4442
Page 6 of 9
Author:  Malony [ Mon Oct 12, 2015 6:43 pm ]
Post subject:  Goosey

Got it.


Another case of my shallowness.


When i downloaded the Wilder's for EA indi my PC wants to rename the file into something with numbers beacause of the " ' ". So i manually changed the name back to Wilder`s for EA. That was the mistake.


Thanks Steve again for this new toy... :yahoo:
Author:  pandaboy [ Tue Oct 13, 2015 1:48 am ]
Post subject:  Goosey

I still have the same problem.. entries looks good.. but closing in few seconds for loss.. Anyone having the same issue?
Author:  pathenry [ Tue Oct 13, 2015 2:46 am ]
Post subject:  Goosey

pandaboy » Tue Oct 13, 2015 1:48 pm wrote:I still have the same problem.. entries looks good.. but closing in few seconds for loss.. Anyone having the same issue?
Yes I have the same issue. I set all the close trade settings to false and it seems to hold the trades now. I wonder if its caused with one of the inds changing colour back and forth untill the candle closes? Mean time i just manage the trades which the EA opens manually.
I've started some forward tests to find out if it is one indi in particular.

Pat ;)
Author:  ALoveSvpreme [ Tue Oct 13, 2015 3:04 am ]
Post subject:  Goosey

pandaboy » Mon Oct 12, 2015 6:48 pm wrote:I still have the same problem.. entries looks good.. but closing in few seconds for loss.. Anyone having the same issue?

Same here
Author:  Shoddy [ Tue Oct 13, 2015 6:56 am ]
Post subject:  Goosey

I changed so that it doesn't close on NonLagMa change, that stopped the immediate close.
I use pending trades with a 3 pip buffer and 14 minute timeout, it's looking good so far, trying to keep half an eye on it though, sometimes I close manually.
Thanks Steve, great coding as usual!!
:clap:
Author:  trader689 [ Tue Oct 13, 2015 7:18 am ]
Post subject:  Goosey

thanks shoddy I was getting the same problem too, good entries but instant stopouts. have amended my settings according to your info, lets see what the day brings :) and of course thanks to Steve as well for the coding

:good:
Shoddy » Tue Oct 13, 2015 6:56 am wrote:I changed so that it doesn't close on NonLagMa change, that stopped the immediate close.
I use pending trades with a 3 pip buffer and 14 minute timeout, it's looking good so far, trying to keep half an eye on it though, sometimes I close manually.
Thanks Steve, great coding as usual!!
:clap:
Author:  SteveHopwood [ Tue Oct 13, 2015 9:45 am ]
Post subject:  Goosey

Your posts put me on the right track guys, so thanks. The rapid closure was caused by a staggeringly gormless piece of coding.

Fixed in 1g in post 1.

If you want to make the changes yourselves:
go to line 2370 and replace the entire snippet with

Code: Select all

      //NonLagMa colour change
      if (NlmCloseOnColourChange)
         if (NonLagColour != green)
            CloseThisTrade = true;
then to line 2418 and replace the entire snippet with

Code: Select all

      //NonLagMa colour change
      if (NlmCloseOnColourChange)
         if (NonLagColour != red)
            CloseThisTrade = true;
Incidentally coders, in looking at the indi source codes I discovered a really neat way of presenting users with time frame choices. Have a look at line 165 to see what I mean, then click the DmiTimeFrame input to see what the user is presented with.

:xm:
Author:  SWG123 [ Tue Oct 13, 2015 10:17 am ]
Post subject:  Goosey

SteveHopwood » Tue Oct 13, 2015 11:45 am wrote: Fixed in 1g in post 1.
Version in post 1 is 1f.
Author:  thomasmore [ Tue Oct 13, 2015 10:33 am ]
Post subject:  Goosey

Malony » 12 Oct 2015, 20:43 wrote:Got it.


Another case of my shallowness.


When i downloaded the Wilder's for EA indi my PC wants to rename the file into something with numbers beacause of the " ' ". So i manually changed the name back to Wilder`s for EA. That was the mistake.


Thanks Steve again for this new toy... :yahoo:
Downloading with Google Chrome changes a filename with a single quotemark (') in it into this:(see picture)
Author:  SteveHopwood [ Tue Oct 13, 2015 11:19 am ]
Post subject:  Goosey

SWG123 » Tue Oct 13, 2015 10:17 am wrote:
SteveHopwood » Tue Oct 13, 2015 11:45 am wrote: Fixed in 1g in post 1.
Version in post 1 is 1f.
I made the fix and forgot to upload it. It is there now.

:xm:
All times are UTC Page 6 of 9