If it can make 2% I would be shocked im amazed it makes 1% but who knowsGertje » Sat May 12, 2018 10:11 pm wrote: Why stop there?
Awesome + SS version
- c1borg
- Trader
- Posts: 456
- Joined: Sun Aug 14, 2016 5:09 pm
Awesome + SS version
- tomele
- Administrator
- Posts: 1208
- Joined: Tue May 17, 2016 3:40 pm
- Location: Germany, Forest of Odes, Defending the Limes
Awesome + SS version
Hi guys.c1borg » 13 May 2018, 20:31 wrote:Thanks Wallywonka your version is in post 1 for everyone to test :hi: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.
Looks like you've also added Letsarbs Gann code is that correct?
The database code will cause some confusion. Just to let you know.
Cheers
Happy pippin, Thomas 
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
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
- c1borg
- Trader
- Posts: 456
- Joined: Sun Aug 14, 2016 5:09 pm
Awesome + SS version
I notice it has this codetomele » Sun May 13, 2018 7:56 pm wrote:
Hi guys.
The database code will cause some confusion. Just to let you know.
Cheers
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)); - tomele
- Administrator
- Posts: 1208
- Joined: Tue May 17, 2016 3:40 pm
- Location: Germany, Forest of Odes, Defending the Limes
Awesome + SS version
You got it. Well done.
Happy pippin, Thomas 
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
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
Yep my bad, that slipped through... The code changes were based on the AWSSG by Letsarb.tomele » Sun May 13, 2018 8:11 pm wrote:You got it. Well done.
- tomele
- Administrator
- Posts: 1208
- Joined: Tue May 17, 2016 3:40 pm
- Location: Germany, Forest of Odes, Defending the Limes
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
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 
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
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
thanks c1borg for your great sharing 

- ThaiGuy
- Trader
- Posts: 17
- Joined: Mon Apr 29, 2013 6:33 am
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
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
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.
- c1borg
- Trader
- Posts: 456
- Joined: Sun Aug 14, 2016 5:09 pm
Awesome + SS version
Is this code correct im not a coder but just an observation should the last line contain SsTimeFrame3rd as opposed to SsTimeFrame1st?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.
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))