Andy, this bot use so huge system resource that my VPS service had been disabled by administrator. Could you modify the code to decrease resource usage?
Multi Pair Swing Trader,,
-
chrisD
- Posts: 8
- Joined: Thu Dec 20, 2012 1:55 am
Re: Multi Pair Swing Trader,,
Andy, this bot use so huge system resource that my VPS service had been disabled by administrator. Could you modify the code to decrease resource usage?
-
fmuir
- Trader
- Posts: 87
- Joined: Sun Apr 01, 2012 7:32 am
- Location: Seattle, WA, USA
Re: Multi Pair Swing Trader,,
MrLong wrote: Hello Frank,
Those lines mean, price is within 10 pips of a swing.
Andy
Thanks for response, Andy!
-
MrLong
Re: Multi Pair Swing Trader,,
chrisD wrote:![]()
Andy, this bot use so huge system resource that my VPS service had been disabled by administrator. Could you modify the code to decrease resource usage?
Hi Chris,
Turn off, Hanover.
Andy
-
MrLong
Re: Multi Pair Swing Trader,,
quanttraderjoe wrote:Hello Andy,
"Make sure, extern bool AnotherTM = false; /// Switch to true if you are using another trade manager, this swithches trade management off."
yes i have adaptive set at 50pips adaptive sl set at 0 with adaptive set to true. other options like basket etc. is set to false.i also have AnotherTM = false; but it doesnt close the baskets.
but somehow the adaptive setting does not work in v1.02, it is also not working in alpari uk live n demo acct.
in v1.01b , i had the same settings and many baskets closed when adapt tp 50 was hit so i know it works in v1.01b.
yeah i see that the ea has done really well indeed, cos we had a very nice breakout that is with the trend after the consolidation, so the one that had the follow trend option turned off did superbly whilst the one with followtrend turned on missed alot of great trades...a pity.
so i guess u are right, we should not be looking to minimize the trades taken by the ea cos i think probably half the trades will turn out to be gems, we shld try to minimize the loss, by using the previous candle as the stop, maybe setting the stop at 10 or 15 pips behind the previous candle. i think this is a very logical way to set the stoplosses. looking forward to trying the version with the tightened stops.
Hi Joe,
Have you changed the MagicNo?
The code is the same in both versions, I haven't changed anything, I'll have a look if I can find anything.
Andy
-
quanttraderjoe
- Trader
- Posts: 65
- Joined: Sat Feb 04, 2012 3:28 pm
Re: Multi Pair Swing Trader,,
Hi Joe,
"Have you changed the MagicNo?
The code is the same in both versions, I haven't changed anything, I'll have a look if I can find anything.
Andy"
Hello Andy,
rergarding the magic no, i used the default 999. its really pretty weird cos i have a few demos running v1.01b n all closed out at 50pips adaptive tp on multiple occasions, but for v1.02, i also have demos n live accts but none closed out at adapt tp50. also there were no error msgs at all.
"Have you changed the MagicNo?
The code is the same in both versions, I haven't changed anything, I'll have a look if I can find anything.
Andy"
Hello Andy,
rergarding the magic no, i used the default 999. its really pretty weird cos i have a few demos running v1.01b n all closed out at 50pips adaptive tp on multiple occasions, but for v1.02, i also have demos n live accts but none closed out at adapt tp50. also there were no error msgs at all.
-
MrLong
Re: Multi Pair Swing Trader,,
Ok, I'll run it with adaptive pips and try find the problem.quanttraderjoe wrote:Hi Joe,
"Have you changed the MagicNo?
The code is the same in both versions, I haven't changed anything, I'll have a look if I can find anything.
Andy"
Hello Andy,
rergarding the magic no, i used the default 999. its really pretty weird cos i have a few demos running v1.01b n all closed out at 50pips adaptive tp on multiple occasions, but for v1.02, i also have demos n live accts but none closed out at adapt tp50. also there were no error msgs at all.
Thanks
Andy
-
MrLong
Re: Multi Pair Swing Trader,,
Strength Module.chrisD wrote:what is hanover?
extern bool UseStrength = true; <== turn to false.
-
MrLong
Re: Multi Pair Swing Trader,,
Latest Version 1.03 on the front page.
Fixed Adaptive pips.
Andy
Fixed Adaptive pips.
Andy
-
quanttraderjoe
- Trader
- Posts: 65
- Joined: Sat Feb 04, 2012 3:28 pm
Re: Multi Pair Swing Trader,,
Hello Andy,MrLong wrote:Latest Version 1.03 on the front page.
Fixed Adaptive pips.
Andy
great news indeed! appreciated! has your tests with the tightened stops version been running well?
from all my demos, i have seen that setting adap tp of 50 is pretty safe cos it typically ranges from 50-70, so if we can reduce the stops to about 30-40, then most of the time the baskets shld be profitable.