Goosey

Post Reply
Malony
Trader
Posts: 12
Joined: Thu Sep 25, 2014 7:03 pm

Goosey

Post by Malony »

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:
pandaboy
Trader
Posts: 50
Joined: Wed Nov 13, 2013 2:13 pm

Goosey

Post by pandaboy »

I still have the same problem.. entries looks good.. but closing in few seconds for loss.. Anyone having the same issue?
You do not have the required permissions to view the files attached to this post.
User avatar
pathenry
Trader
Posts: 57
Joined: Tue Nov 13, 2012 2:53 pm
Location: Wellington, New Zealand

Goosey

Post by pathenry »

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 ;)
Last edited by pathenry on Tue Oct 13, 2015 3:47 am, edited 2 times in total.
You won't really understand GRACE until you fully realise you've been GRACED.
ALoveSvpreme
Trader
Posts: 94
Joined: Fri Dec 05, 2014 8:46 am
Location: Vancouver, BC, Canada

Goosey

Post by ALoveSvpreme »

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
Shoddy
Trader
Posts: 37
Joined: Tue Jan 13, 2015 8:18 am
Location: New Nose Harbour (Nynäshamn south of Stockholm in Sweden)

Goosey

Post by Shoddy »

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:
trader689
Trader
Posts: 674
Joined: Thu Nov 17, 2011 12:53 am

Goosey

Post by trader689 »

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:
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Goosey

Post by SteveHopwood »

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:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
SWG123
Trader
Posts: 565
Joined: Wed Nov 16, 2011 3:02 pm
Location: Cape Town

Goosey

Post by SWG123 »

SteveHopwood » Tue Oct 13, 2015 11:45 am wrote: Fixed in 1g in post 1.
Version in post 1 is 1f.
thomasmore
Trader
Posts: 275
Joined: Tue Nov 15, 2011 10:35 pm
Location: Knokke, Belgium

Goosey

Post by thomasmore »

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)
You do not have the required permissions to view the files attached to this post.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Goosey

Post by SteveHopwood »

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:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
Post Reply

Return to “Automated trading systems”