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

Awesome + SS version
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=5447
Page 11 of 40
Author:  Letsarb [ Tue May 15, 2018 5:59 pm ]
Post subject:  Awesome + SS version

wallywonka » Sun May 13, 2018 5:35 am wrote:
c1borg » Sat May 12, 2018 2:24 pm wrote: Other news is Walywonka has come up with a 3SS version with adjusted Flying Bhudda code which im going to try.
Yes I I'm testing a Higher timeframe range (1W, 1D, 4H) and also a lower timeframe range (1H, 30M, 15M) to see if there any any benefits or not...

For those that have been testing this on multiple terminals you'll have also noticed the flying buddha symbols did not match, I also fixed this in addition to adding a 3rd Superslope timeframe so you'll now get the same FB signals across multiple terminals as it should be.

I did run this on a live account last week with positive results.

Cheers Wally
Hi Wallywonka,

Could you tell exactly what you did in the code when you say you fixed the flying buddha symbols that did not match ?
I had a fast look to the code and I did not see any differences for the flying buddha (only the inputs are different with the fast and slow periods)...

Cheers

Letsarb
Author:  Letsarb [ Tue May 15, 2018 6:01 pm ]
Post subject:  Awesome + SS version

c1borg » Tue May 15, 2018 3:06 pm wrote:
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?

Hi C1borg,

No worry, it is only a comment, a bad copy paste without any incidence on the code...

Cheers

Letsarb
Author:  c1borg [ Tue May 15, 2018 6:26 pm ]
Post subject:  Awesome + SS version

Letsarb » Tue May 15, 2018 6:01 pm wrote:
Hi C1borg,

No worry, it is only a comment, a bad copy paste without any incidence on the code...

Cheers

Letsarb
No worries :smile: didn't notice the comment lines still a novice.
Author:  hilavoku [ Tue May 15, 2018 7:34 pm ]
Post subject:  Awesome + SS version broker error 130

Hi,

all together. After some while and trying Awesome last year and happy to see it arise again in a modified way I also started all over with Awesome+SS today.

It has opened some USDJPY trades but all GBPJPY and other trades errored out with

2018.05.15 19:12:57.552 AwesomeSS GBPJPY,H1: Alert: GBPJPY AwesomeSS OP_BUYSTOP order send failed with error(130): invalid stops TF = M5: bid = 148.95 Price = 149.06


I used the set file from the first post and only changed the DailyPercentOfBalanceProfitTarget to 0.0

I had the same problems with another EA where sometimes this error appears. I am using a demo account from Forex4You. I think i need to change the broker. What do you guys think?

thanks in advance
hilavoku
Author:  Gertje [ Tue May 15, 2018 10:50 pm ]
Post subject:  Awesome + SS version broker error 130

hilavoku » Tue May 15, 2018 7:34 pm wrote:Hi,

all together. After some while and trying Awesome last year and happy to see it arise again in a modified way I also started all over with Awesome+SS today.

It has opened some USDJPY trades but all GBPJPY and other trades errored out with

2018.05.15 19:12:57.552 AwesomeSS GBPJPY,H1: Alert: GBPJPY AwesomeSS OP_BUYSTOP order send failed with error(130): invalid stops TF = M5: bid = 148.95 Price = 149.06


I used the set file from the first post and only changed the DailyPercentOfBalanceProfitTarget to 0.0

I had the same problems with another EA where sometimes this error appears. I am using a demo account from Forex4You. I think i need to change the broker. What do you guys think?

thanks in advance
hilavoku
I think so too.
The error indicates your ‘broker’ uses a minimal pip distance to enter from current price.
Author:  wallywonka [ Tue May 15, 2018 11:08 pm ]
Post subject:  Awesome + SS version

c1borg » Tue May 15, 2018 3:06 pm wrote:
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?
Think that's from an older version and not the one above I posted but yeah it was only a commented line so it didn't affect anything.
Author:  tomele [ Tue May 15, 2018 11:12 pm ]
Post subject:  Awesome + SS version

Hi folks.

The posted code doesnt make any sense. What is that? I cant find it in any EA.
Author:  c1borg [ Wed May 16, 2018 4:52 am ]
Post subject:  Awesome + SS version

tomele » Tue May 15, 2018 11:12 pm wrote:Hi folks.

The posted code doesnt make any sense. What is that? I cant find it in any EA.
It was posted here http://www.stevehopwoodforex.com/phpBB3 ... 90#p161670 by Wallywonka but is to trry and not been proven as yet.
Author:  hilavoku [ Wed May 16, 2018 4:58 am ]
Post subject:  Awesome + SS version broker error 130

Gertje » Wed May 16, 2018 12:50 am wrote:
I think so too.
The error indicates your ‘broker’ uses a minimal pip distance to enter from current price.
Thank you Gertje. I will open a demo account with GlobalPrime.
Author:  wallywonka [ Wed May 16, 2018 7:08 am ]
Post subject:  Awesome + SS version

c1borg » Wed May 16, 2018 4:52 am wrote:
tomele » Tue May 15, 2018 11:12 pm wrote:Hi folks.

The posted code doesnt make any sense. What is that? I cant find it in any EA.
It was posted here http://www.stevehopwoodforex.com/phpBB3 ... 90#p161670 by Wallywonka but is to trry and not been proven as yet.
I think you are looking at an older version of the code mate, the one I posted on the previous page does not have those changes you listed.
All times are UTC Page 11 of 40