I have started the test this morning and I might have found a bug with the global basket closure feature.
Nice spot. Thanks.
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:
//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.
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.
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.
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.
Thanks Steve and TJF for this present,
Maximilian
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 ?
Not bad for trading the previously untradable M1 time frame.
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.
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.
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).
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.
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: