Awesome + SS version

The place for Peaky and Peaky-related stuff.
Post Reply
User avatar
c1borg
Trader
Posts: 456
Joined: Sun Aug 14, 2016 5:09 pm

Awesome + SS version

Post by c1borg »

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:
User avatar
tomele
Administrator
Posts: 1208
Joined: Tue May 17, 2016 3:40 pm
Location: Germany, Forest of Odes, Defending the Limes

Awesome + SS version

Post by tomele »

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
Happy pippin, Thomas :-BD

It ain't what you don't know that gets you into trouble.
It's what you know for sure that just ain't so.
(Mark Twain)

Keep the coder going: Donate
User avatar
c1borg
Trader
Posts: 456
Joined: Sun Aug 14, 2016 5:09 pm

Awesome + SS version

Post by c1borg »

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?
User avatar
tomele
Administrator
Posts: 1208
Joined: Tue May 17, 2016 3:40 pm
Location: Germany, Forest of Odes, Defending the Limes

Awesome + SS version

Post by tomele »

You got it. Well done.
Happy pippin, Thomas :-BD

It ain't what you don't know that gets you into trouble.
It's what you know for sure that just ain't so.
(Mark Twain)

Keep the coder going: Donate
wallywonka
Trader
Posts: 188
Joined: Thu May 12, 2016 7:46 am

Awesome + SS version

Post by wallywonka »

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.
User avatar
tomele
Administrator
Posts: 1208
Joined: Tue May 17, 2016 3:40 pm
Location: Germany, Forest of Odes, Defending the Limes

Awesome + SS version

Post by tomele »

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
Happy pippin, Thomas :-BD

It ain't what you don't know that gets you into trouble.
It's what you know for sure that just ain't so.
(Mark Twain)

Keep the coder going: Donate
pintubesar
Posts: 3
Joined: Fri May 11, 2018 2:20 pm

Awesome + SS version

Post by pintubesar »

thanks c1borg for your great sharing :!!:
User avatar
ThaiGuy
Trader
Posts: 17
Joined: Mon Apr 29, 2013 6:33 am

Awesome + SS version

Post by ThaiGuy »

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 :)
wallywonka
Trader
Posts: 188
Joined: Thu May 12, 2016 7:46 am

Awesome + SS version

Post by wallywonka »

If anyone is having issues with the SuperSlopes not being populated correctly you can download this version which should fix the problem for you.
You do not have the required permissions to view the files attached to this post.
User avatar
c1borg
Trader
Posts: 456
Joined: Sun Aug 14, 2016 5:09 pm

Awesome + SS version

Post by c1borg »

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?
Post Reply

Return to “Peaky forum”