Spider: an auto-trader for spiderforex's VQ system

Post Reply
DragosDanescu
Trader
Posts: 118
Joined: Wed Nov 16, 2011 5:18 pm
Location: Oradea, Western Romania

Re: Spider: an auto-trader for spiderforex's VQ system

Post by DragosDanescu »

No problem, was easy.
At least you have tried even this... :)
Image
fchaman
Trader
Posts: 119
Joined: Sat Nov 19, 2011 1:13 pm
Location: End of the world

My personal Spider setting...

Post by fchaman »

This is not a recommendation, only my own comfortable setting with the spider...also very much like the attached supply/demand levels as an indicator(II_SupDem.mq4), which I found in Ribelo thread: http://www.stevehopwoodforex.com/phpBB3 ... p?f=5&t=43

I trade only eurusd 30min chart,

initial SL: 67, with ATR setting:

extern int AtrPeriod=150;// 0 turns off atr
extern int AtrTimeFrame=0;//Allows tf independent of the chart. 0 means current chart
extern double TpAtrMultiplier=3;
extern double SlAtrMultiplier=2;


All other filters set to: false.
You do not have the required permissions to view the files attached to this post.
currymonster
Trader
Posts: 99
Joined: Wed Nov 16, 2011 8:37 pm

Re: Spider: an auto-trader for spiderforex's VQ system

Post by currymonster »

I'm running spider on 15m eurusd, gbpusd and usdchf. It's doing well so far, but I've set trading hours to 7 till 16:00 as it was losing overnight what it made in the day. OOTB settings.

will post a statement at the end of the week. Running on a Cowboy Go Markets demo.

Cal
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.

Re: Spider: an auto-trader for spiderforex's VQ system

Post by SteveHopwood »

I still have it running on an EU M15 dem, trading the euro hours. It chinkers along quietly making a few pips here and there.

:D
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.
OxygenX
Posts: 2
Joined: Wed Nov 16, 2011 6:17 pm
Location: Heaven called Derbyshire

simple spider demo

Post by OxygenX »

Hi all

I have been running simple spider OOTB since 8/11/11 on alpari demo M30 24/7 on 26 pairs.
I dont know how to upload here and the more trades spider makes the less history gets detailed in the reports so here are the results.

starting balance- 10270
current balance- 11467
maximum drawdown i have seen on any report- 2.17%
win %- about 49%
number of trades- over 2000 plus (all sells and i have checked the obvious reasons)
balance increase- about 11%

It has been consistant and i am waiting for something to go wrong.
You must first learn how to lose money before you learn how to make it.
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.

Re: simple spider demo

Post by SteveHopwood »

OxygenX wrote:Hi all

I have been running simple spider OOTB since 8/11/11 on alpari demo M30 24/7 on 26 pairs.
I dont know how to upload here and the more trades spider makes the less history gets detailed in the reports so here are the results.

starting balance- 10270
current balance- 11467
maximum drawdown i have seen on any report- 2.17%
win %- about 49%
number of trades- over 2000 plus (all sells and i have checked the obvious reasons)
balance increase- about 11%

It has been consistant and i am waiting for something to go wrong.
I know how you feel. Thing is, spider posted a simple system that he has been trading profitably for ages.

It is not a get-rich-quick thingy. spider has stated that this is a slow equity builder. The idea here is to test the bot on demo for a few months. If it survives, then start a live account with a small deposit and leave SS to do its thingy slowly.

SS rarely goes a day without making 30 pips. I started trading forex in 2007. I wish, wish, wish, wish, wish that I had made 30 pips a day ever since. I might not yet be rich, but I would be a hell of a lot better off than I am right now.

It could be that your use of 26 pairs will eventually blow the account when the perfect storm blows up. On the other hand, spider perfected his system trading, I think, EU manually. One of the wonderful things about using an ea is that we do not have to monitor all our charts and trades all the time, so we can experiment much more. It could be that you have found the answer to all our searching for a system that will be profitable long-term.

We shall see. What I can say is this; keep your trial going. it looks as though you might be on the right track.

:D
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.
JJ Johnson
Posts: 1
Joined: Wed Nov 30, 2011 2:49 am

Re: Spider: an auto-trader for spiderforex's VQ system

Post by JJ Johnson »

Hi all!

Noting that this is one of the few EAs that Steve has traded live, I downloaded it to try it for myself. When I did so and ran it through the MQL Editor, compiling got me the following error messages:

'WinUser32.mqh' - cannot open the program file
'stdlib.mqh' - cannot open the program file

Clicking on the error messages directed me to the following two code lines:

#include <WinUser32.mqh>
#include <stdlib.mqh>

Can anyone tell me how to solve this issue?

Many thanks!!

JJ Johnson
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.

Re: Spider: an auto-trader for spiderforex's VQ system

Post by SteveHopwood »

JJ Johnson wrote:Hi all!

Noting that this is one of the few EAs that Steve has traded live, I downloaded it to try it for myself. When I did so and ran it through the MQL Editor, compiling got me the following error messages:

'WinUser32.mqh' - cannot open the program file
'stdlib.mqh' - cannot open the program file

Clicking on the error messages directed me to the following two code lines:

#include <WinUser32.mqh>
#include <stdlib.mqh>

Can anyone tell me how to solve this issue?

Many thanks!!

JJ Johnson
Your platform has corrupted files. Uninstall the platform and delete all the folders left behind. Then start again.

Not only is Empty4 total crap, but it is total crap that corrupts itself from time to time. It makes Windows look good. That is how bad Empty4 is.

Spider is really good so long as you trade it as Spiderforex intended it.

:D
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.
rebeljedi
Trader
Posts: 87
Joined: Mon Nov 21, 2011 4:17 am

Re: Spider: an auto-trader for spiderforex's VQ system

Post by rebeljedi »

Hi Steve,

I have been testing spider and I'm thinking of preventing spider to "overtrade" within the same day and lose the profit gained within the same day.

Hence, I ask for your kind consideration to add a win-stop/loss-continue filter:

Win-stop/loss-continue filter logic:
1. if spider makes a win within the start and end hours, the bot stops trading within the start and end hours for the same day, and continues only the next day's start and end hours.
2. if spider makes a loss within the start and end hours, the bot continues until there is a win within the start and end hours for the same day and then the bot stops trading for the same day. The bot will continue its trading the next day's start and end hours.

In addition, will you consider making the start and end time to have both hours and minutes too?

Thanks!
User avatar
gaheitman
Trader
Posts: 655
Joined: Tue Nov 15, 2011 10:55 pm
Location: Richmond, VA, US

Re: Spider: an auto-trader for spiderforex's VQ system

Post by gaheitman »

rebeljedi wrote:Hi Steve,

I have been testing spider and I'm thinking of preventing spider to "overtrade" within the same day and lose the profit gained within the same day.

Hence, I ask for your kind consideration to add a win-stop/loss-continue filter:

Win-stop/loss-continue filter logic:
1. if spider makes a win within the start and end hours, the bot stops trading within the start and end hours for the same day, and continues only the next day's start and end hours.
2. if spider makes a loss within the start and end hours, the bot continues until there is a win within the start and end hours for the same day and then the bot stops trading for the same day. The bot will continue its trading the next day's start and end hours.

In addition, will you consider making the start and end time to have both hours and minutes too?

Thanks!
This functionality exists in the DoneForTheDay() code I posted a bit back. It has settings for MaxWinningTrades and MaxLosingTrades (among others). Perhaps Steve can look over it and see if it is worth adding.

If he is too busy with other EAs (he's got several in the early stages) I'll take a crack at updating it with the new time check (includes multiple sessions and hours/minutes) as well as the DoneForTheDay() code.

George
Post Reply

Return to “Automated trading systems”