Awesome - original version

The place for Peaky and Peaky-related stuff.
Post Reply
User avatar
eaymon
Trader
Posts: 187
Joined: Wed Dec 16, 2015 3:18 pm

Awesome

Post by eaymon »

sudhindragk » Mon Jul 31, 2017 11:56 am wrote:Hi Steve,

A quick question...The performance that you have posted is just from your set file or all three mentioned?

Thanks and Regards
Sudhindra
just in my short testing this morning it seems like its either from :

Steve's four time frame.set

or

Awesome all timeframes non basket.set

both have very similar high gains
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Awesome

Post by SteveHopwood »

Johann » Mon Jul 31, 2017 4:14 pm wrote:Hi all,

I have started the test this morning and I might have found a bug with the global basket closure feature.
Nice spot. Thanks. :clap: :clap: :clap: :clap:

There is a fix in post 1 - you do not need it if you are not treating every trade on the platform as part of the same basket.

The same logic bloop applies to PoS, so I have added a fix there as well.

DIYers, do a search for:
//Check that there is sufficient margin for trading
and delete the entire block of code. The scroll down to:
//Trading. Look for the initial trade on this time frame.

Copy this over the top of the existing code block:

Code: Select all

 //Trading. Look for the initial trade on this time frame.
         if (MarginCheck())
            if (OpenTrades == 0)
               //Safety adapted from my shells
               if (TimeCurrent() >= TimeToStartTrading[TradingTimeCounter])
               {
                  LookForTradingOpportunities(symbol, cc);
               }//if (TimeCurrent() >= TimeToStartTrading[TradingTimeCounter])
               
Same fix for both bots.

:xm:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
alecsa72
Trader
Posts: 50
Joined: Wed Nov 09, 2016 7:50 pm
Location: South Africa

Awesome

Post by alecsa72 »

Anyone else is having issues with these repeating errors?
Capture.PNG
I opened a brand new Demo account for this mission, everything is fresh, only Awesome EA and indicators had been copied to the new installation. All history had been downloaded using scripts. Using the "Steve's four time frame.set" setfile as is, no changes

Experts log attached
You do not have the required permissions to view the files attached to this post.
Maximilian
Trader
Posts: 150
Joined: Sat Sep 06, 2014 2:43 pm

Awesome

Post by Maximilian »

Hi,
for those of you using an account with suffixes: Awesome didn´t find my suffix symbols "micro" (5 letters) and didn´t trade at all. So I had a look at the code and found this part:
//Cater for a symbol suffix
string AddChar = StringSubstr(Symbol(),6,4);
I changed the las digit to 5 and voila, Awesome found all symbols. :yahoo:
Thanks Steve and TJF for this present, :good: :clap:
Maximilian
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Awesome

Post by TraderJoeForex »

I got 9 full basket closes today on the M1 basket set :smile:
You do not have the required permissions to view the files attached to this post.
User avatar
pivotter
Trader
Posts: 38
Joined: Sun May 01, 2016 12:02 am
Location: The Hague, The Netherlands

Awesome

Post by pivotter »

alecsa72 » Mon Jul 31, 2017 6:06 pm wrote:Anyone else is having issues with these repeating errors?



I opened a brand new Demo account for this mission, everything is fresh, only Awesome EA and indicators had been copied to the new installation. All history had been downloaded using scripts. Using the "Steve's four time frame.set" setfile as is, no changes

Experts log attached
Yes,same here, OOTB or with setfiles give the same results
2017.07.31 21:41:54.583 Awesome EURNOK,M15: Awesome 158352047 CheckPricesAreStillValid pending order price modification failed with error 130: invalid stops

pivotter
You think the rumbling comes from our "magic" black-box ?
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Awesome

Post by SteveHopwood »

TraderJoeForex » Mon Jul 31, 2017 8:42 pm wrote:I got 9 full basket closes today on the M1 basket set :smile:
Not bad for trading the previously untradable M1 time frame. :lol:

Here is my first 24 hours of the trading week - it includes one of my manual closures of an entire position once a few trades had hit TP and the remainder eventually moved into basket profit:
XAUUSDH4.png
Good fun, all this.

:xm:
You do not have the required permissions to view the files attached to this post.
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
SteveHopwood
Owner
Posts: 9904
Joined: Tue Nov 15, 2011 8:43 am
Location: Misterton - an insignificant village in England. Very pleasant to live in.

Awesome

Post by SteveHopwood »

pivotter » Mon Jul 31, 2017 8:44 pm wrote:
Yes,same here, OOTB or with setfiles give the same results
2017.07.31 21:41:54.583 Awesome EURNOK,M15: Awesome 158352047 CheckPricesAreStillValid pending order price modification failed with error 130: invalid stops

pivotter
I do not actually know what is causing this, but the most likely cause is that a widened spread is causing difficulties with the new price for the stop order being too close to the market because of the spread. Try widening your buffer and see if that helps (Trade1BufferPips etc).

:xm:
Read the effing manual, ok?

Afterprime is the official SHF broker. Read about them at https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?p=175790#p175790.

I still suffer from OCCD. Good thing, really.

Anyone here feeling generous? My paypal account is always in the market for a tiny donation. pianodoodler@hotmail.com is the account.

To see The Weekly Roundup of stuff you guys might have missed Click here

My special thanks to Thomas (tomele) for all the incredible work he does here.
User avatar
TraderJoeForex
Trader
Posts: 1157
Joined: Fri Mar 08, 2013 10:29 pm
Location: South London

Awesome

Post by TraderJoeForex »

SteveHopwood » Mon Jul 31, 2017 8:55 pm wrote: Not bad for trading the previously untradable M1 time frame. :lol:

Here is my first 24 hours of the trading week - it includes one of my manual closures of an entire position once a few trades had hit TP and the remainder eventually moved into basket profit:

Good fun, all this.

:xm:
Excellent! :cheer:
User avatar
eaymon
Trader
Posts: 187
Joined: Wed Dec 16, 2015 3:18 pm

Awesome

Post by eaymon »

Steves four timeframe Set
1.PNG
all - no basket.set
2.PNG
m1 basket.set
3.PNG
first day is a little too good to be true...
You do not have the required permissions to view the files attached to this post.
Post Reply

Return to “Peaky forum”