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

TC Revisited
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5367
Page 2 of 3
Author:  SteveHopwood [ Tue Jan 23, 2018 4:16 pm ]
Post subject:  TC Revisited

I rushed the fix out prematurely this morning; it would not let TCR trade again following retrace closure. Fixed in 1b in post 1. You need to re download if you downloaded before the time stamp on this post.

If you can do your own fixing the fix, then do a search for "//We do not want opposite direction trades following a retrace closure" and copy this over the top of the code block:

Code: Select all

   //We do not want opposite direction trades following a retrace closure
   //if we are outside trading hours.
   if (OpenTrades == 0)
   {
      if (!TradeTimeOk)
      {
         DisplayUserFeedback();
         return;
      }//if (!TradeTimeOk)
   }//if (OpenTrades == 0)
 
:xm:
Author:  Wavegarrick [ Tue Jan 23, 2018 4:21 pm ]
Post subject:  TC Revisited

Hi Guys,

It has been a long time since I have seen an Ea perform like this and in only two days on one currency pair. Absolutely fantabulous :good: Anyway I will not count my chickens before they hatch.

Retraces are caught and so far a good picture. Nevertheless, early days and depending on this weeks performance I might add another pair or two.

Cheers
Leon
Screenshot_7.png
Author:  Wavegarrick [ Tue Jan 23, 2018 4:27 pm ]
Post subject:  TC Revisited

Hi Steve,

It seems my post overlapped yours.

Will look at your latest changes.

Thanks
Leon
Author:  SteveHopwood [ Tue Jan 23, 2018 4:51 pm ]
Post subject:  TC Revisited

Similar performance here:
XAUUSDH4.png
Less cash profit because only 0.01 lot sizes, but a super start.

It has been fun watching TCR riding the waves.

:xm:
Author:  SteveHopwood [ Tue Jan 23, 2018 10:17 pm ]
Post subject:  TC Revisited

This is the sort of market I describe as getting murdered in post 1.
GBPJPYM5.png
This is only a 5 minute chart, so no need to get too excited.

Here is the H1 that covers my entire trading period with this bot:
GBPJPYH1.png
Great stuff on the way up.

Great stuff on the way down.

Now look back at a couple of periods where the market flatlined. Is it going to do this again? If so, how much of the profits it makes on the way up and down will we give back when it flatlines?

We shall see.

:xm:
Author:  Vokin [ Wed Jan 24, 2018 8:50 am ]
Post subject:  TC Revisited

Hi Steve,
now i have problem with Trading Hours from other side - EA showed Outside trading hours (does not open trades), but by my setting is in alowed trading hours.
Thanks.
Author:  SteveHopwood [ Wed Jan 24, 2018 10:07 am ]
Post subject:  TC Revisited

Vokin » Wed Jan 24, 2018 8:50 am wrote:Hi Steve,
now i have problem with Trading Hours from other side - EA showed Outside trading hours (does not open trades), but by my setting is in alowed trading hours.
Thanks.
Whether this is a problem or not depends on the circumstances.

It is not a problem if the trades are continuation trades. Imagine you have a string of open buys but outside of trading hours. The market is doing a leaky toilet ever upwards. We do not want the highest buy trade being left further and further behind. We want the gaps filling in until the eventual retrace closes them all.

It is a problem if the trades outside of trading hours are opposite direction trades following a retrace closure i.e. a sell after closing all the buys.

Which is it?

:xm:
Author:  Vokin [ Wed Jan 24, 2018 10:33 am ]
Post subject:  TC Revisited

My english is little poor - so:
In EA i have Trading Hours from +08.00,-10.00,+14.30,-15.55
In 8.30 first trade opened, in 9.00 closed.
When i look after 9.00 none trade opened.
In 9.20 i look at chart - none trade opened, EA showed Outside Trading Hours.
Only one question - Trading Hours is Local Time still?
Anyway - this problem is not big for me - i will only help you little with your EAs.
Regards.
V.
Author:  tomele [ Wed Jan 24, 2018 10:53 am ]
Post subject:  TC Revisited

Hi.

Its server time. Have a look at the description: "Use 24H format, breker's server time."
Author:  Vokin [ Wed Jan 24, 2018 11:37 am ]
Post subject:  TC Revisited

tomele » Wed Jan 24, 2018 11:53 am wrote:Hi.

Its server time. Have a look at the description: "Use 24H format, breker's server time."
Ouch - my old eyes :arrrg: :arrrg: :arrrg:
Habit from HGBMultiCP...
All times are UTC Page 2 of 3