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

Awesome + SS version
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5447
Page 10 of 40
Author:  c1borg [ Sun May 13, 2018 7:39 pm ]
Post subject:  Awesome + SS version

Gertje » Sat May 12, 2018 10:11 pm wrote: Why stop there? :jump:
If it can make 2% I would be shocked im amazed it makes 1% but who knows :smile:
Author:  tomele [ Sun May 13, 2018 7:56 pm ]
Post subject:  Awesome + SS version

c1borg » 13 May 2018, 20:31 wrote:
wallywonka » Sun May 13, 2018 2:02 pm wrote:
I've just sent it to c1borg to test it and make sure it's working correctly and then he can post it in the thread.
Thanks Wallywonka your version is in post 1 for everyone to test :hi:

Looks like you've also added Letsarbs Gann code is that correct?
Hi guys.

The database code will cause some confusion. Just to let you know.

Cheers
Author:  c1borg [ Sun May 13, 2018 8:01 pm ]
Post subject:  Awesome + SS version

tomele » Sun May 13, 2018 7:56 pm wrote:
Hi guys.

The database code will cause some confusion. Just to let you know.

Cheers
I notice it has this code

Code: Select all

int OnInit()
{

   if(WriteFileForTestDatabase) 
      ChartSaveTemplate(0,StringFormat("ZZT2MTPL-%s-%s-%s-%d-%d-%d-%d-%d-%d-%d","SHF","AWSSG","MULSYM",
         Period(),AccountNumber(),TimeCurrent(),Trade1MagicNumber,Trade2MagicNumber,Trade3MagicNumber,Trade4MagicNumber));      
I am guessing you mean changing the AWSSG to something like AW3SS?
Author:  tomele [ Sun May 13, 2018 8:11 pm ]
Post subject:  Awesome + SS version

You got it. Well done.
Author:  wallywonka [ Mon May 14, 2018 12:19 am ]
Post subject:  Awesome + SS version

tomele » Sun May 13, 2018 8:11 pm wrote:You got it. Well done.
Yep my bad, that slipped through... The code changes were based on the AWSSG by Letsarb.
Author:  tomele [ Mon May 14, 2018 12:36 am ]
Post subject:  Awesome + SS version

Hi folks.

I changed the code to make it an unique EA for the database. Those of you wanting to submit results, please re-download and update Awesome_3SS.mq4.

Cheers
Thomas
Author:  pintubesar [ Mon May 14, 2018 4:06 am ]
Post subject:  Awesome + SS version

thanks c1borg for your great sharing :!!:
Author:  ThaiGuy [ Tue May 15, 2018 5:38 am ]
Post subject:  Awesome + SS version

silly question, but what is this?

2018.05.14 22:42:48.833 AwesomeSS_1c EURUSD,M1: Equity did not reach any target, next target is 10.00

what have I done wrong? lol

trying to duplicate the same good results as everyone else, and I want to test it on all non-mentioned pairs, ie. minors/exotics like eurhkd,gbpsgd,usdthb and share results here also :)
Author:  wallywonka [ Tue May 15, 2018 2:06 pm ]
Post subject:  Awesome + SS version

If anyone is having issues with the SuperSlopes not being populated correctly you can download this version which should fix the problem for you.
Author:  c1borg [ Tue May 15, 2018 3:06 pm ]
Post subject:  Awesome + SS version

wallywonka » Tue May 15, 2018 2:06 pm wrote:If anyone is having issues with the SuperSlopes not being populated correctly you can download this version which should fix the problem for you.
Is this code correct im not a coder but just an observation should the last line contain SsTimeFrame3rd as opposed to SsTimeFrame1st?

Code: Select all

ChartSaveTemplate(0,StringFormat("ZZT2MTPL-%s-%s-%s-%d-%d-%d-%d-%d-%d-%d","SHF","AWSSG","MULSYM",
            SsBarTime[pairsIndex] = iTime(symbol, SsTimeFrame1st, 0);
         }//if (SsBarTime[pairsIndex] != iTime(symbol, SsTimeFrame1st, 0))
            SsBarTime[pairsIndex] = iTime(symbol, SsTimeFrame2nd, 0);
         }//if (SsBarTime[pairsIndex] != iTime(symbol, SsTimeFrame2nd, 0))
            SsBarTime[pairsIndex] = iTime(symbol, SsTimeFrame3rd, 0);
         }//if (SsBarTime[pairsIndex] != iTime(symbol, SsTimeFrame1st, 0))
If it is correct just to be clear, what was the problem in the previous version which needed fixing?
All times are UTC Page 10 of 40