Invictus v Fratelli

Place your new trading idea here to see if someone can automate it.
harry45
Trader
Posts: 158
Joined: Fri Nov 18, 2011 11:36 am
Location: Russia,St.Petersburg

Re: Invictus v Fratelli

Post by harry45 »

DragosDanescu wrote:Tex, I use following values and works fine:

BE = 15;
BEP = 1;
AddBEP= true;
EarlySLAdjust= true;
EarlySLValue=10; //calculates this value for both (price - SL) and (price - OrderOpenPrice)
TS = 16;
AlsoManageMartingaleTrades= true;// needed, even if you don't use Martingale

Everything else disabled, JS and hidden stuff.
Exellent work,thanks a lot.Can you send us a set file.(Can not find -EarlySLAjust and EarlySLValue)
In Fratelli thread FF- Peter uses new SuperTrend Candles and macd_col_mm_buffer,are you going to
insert it in your EA.
Thnk you very much
kubo207
Posts: 2
Joined: Wed Nov 16, 2011 6:14 pm
Location: Czech rep.

Set file

Post by kubo207 »

tex wrote:Cubo, how did u setup the EA ? I am having problems with the TP/ SL managment. It's taking the trade correctly, but the MPTM features don't seem to work correctly.
Hi,

here is my set file. I am running it on M10 offline chart.

Jakub
You do not have the required permissions to view the files attached to this post.
User avatar
tex
Trader
Posts: 89
Joined: Wed Nov 16, 2011 7:27 am

Re: Invictus v Fratelli

Post by tex »

Ahhh Dragos, i ve just seen that i was using an old version of your EA.. I did not have the option : EarlySlAdjust in my bot. Downloaded it again and set it up, i hope everything is fine now ;)

thanks
harry45 wrote:
DragosDanescu wrote:Tex, I use following values and works fine:

BE = 15;
BEP = 1;
AddBEP= true;
EarlySLAdjust= true;
EarlySLValue=10; //calculates this value for both (price - SL) and (price - OrderOpenPrice)
TS = 16;
AlsoManageMartingaleTrades= true;// needed, even if you don't use Martingale

Everything else disabled, JS and hidden stuff.
Exellent work,thanks a lot.Can you send us a set file.(Can not find -EarlySLAjust and EarlySLValue)
In Fratelli thread FF- Peter uses new SuperTrend Candles and macd_col_mm_buffer,are you going to
insert it in your EA.
Thnk you very much
magft
Trader
Posts: 195
Joined: Tue Nov 15, 2011 9:59 pm
Location: East Midlands, UK

Re: Invictus v Fratelli

Post by magft »

DragosDanescu wrote:No, no, the error comes from the routine I added to move tha damn SL at -10. Was a bit tired last night and haven't found a better logic to do this.
Ea checks this every time SL< Opening price AND Bid = Opening price + 10 (for a BUY). So, if stop was already moved, but conditions met again, then comes the error.
Also, I've noticed that if you set TS at the same value as BE (15 pips), the routine of SL adjusting is aborted, can't understand why, maybe Mike can see the bloop... :)
Any greater value than 15 works fine.

Thanks, Mike.
Ive fixed the first error and i'm looking for the TS error now. I'll open a new thread for this great piece of work in a bit. I'll rename to version 2 and i'll make sure the defaults are correct that way it can be tested ootb.

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

Re: Invictus v Fratelli

Post by DragosDanescu »

magft wrote:
DragosDanescu wrote:No, no, the error comes from the routine I added to move tha damn SL at -10. Was a bit tired last night and haven't found a better logic to do this.
Ea checks this every time SL< Opening price AND Bid = Opening price + 10 (for a BUY). So, if stop was already moved, but conditions met again, then comes the error.
Also, I've noticed that if you set TS at the same value as BE (15 pips), the routine of SL adjusting is aborted, can't understand why, maybe Mike can see the bloop... :)
Any greater value than 15 works fine.

Thanks, Mike.
Ive fixed the first error and i'm looking for the TS error now. I'll open a new thread for this great piece of work in a bit. I'll rename to version 2 and i'll make sure the defaults are correct that way it can be tested ootb.

Mike
Great, thank you, Mike! Have fixed errors here too, now I'm implementing the new indi's(changed today), but I have noticed a strange one: EA is trading on EU,EJ offline charts, but not on AU, same settings. Any clue why? Could be a digit issue, as AU is 0.0000X ?
Image
DragosDanescu
Trader
Posts: 118
Joined: Wed Nov 16, 2011 5:18 pm
Location: Oradea, Western Romania

Re: Invictus v Fratelli

Post by DragosDanescu »

harry45 wrote:
DragosDanescu wrote:Tex, I use following values and works fine:

BE = 15;
BEP = 1;
AddBEP= true;
EarlySLAdjust= true;
EarlySLValue=10; //calculates this value for both (price - SL) and (price - OrderOpenPrice)
TS = 16;
AlsoManageMartingaleTrades= true;// needed, even if you don't use Martingale

Everything else disabled, JS and hidden stuff.
Exellent work,thanks a lot.Can you send us a set file.(Can not find -EarlySLAjust and EarlySLValue)
In Fratelli thread FF- Peter uses new SuperTrend Candles and macd_col_mm_buffer,are you going to
insert it in your EA.
Thnk you very much
Will do, as soon as I finish with coding here...
Image
Lufkindog
Posts: 2
Joined: Tue Nov 15, 2011 10:27 pm
Location: Texas

Re: Invictus v Fratelli

Post by Lufkindog »

DragosDanescu wrote:
magft wrote:
DragosDanescu wrote:No, no, the error comes from the routine I added to move tha damn SL at -10. Was a bit tired last night and haven't found a better logic to do this.
Ea checks this every time SL< Opening price AND Bid = Opening price + 10 (for a BUY). So, if stop was already moved, but conditions met again, then comes the error.
Also, I've noticed that if you set TS at the same value as BE (15 pips), the routine of SL adjusting is aborted, can't understand why, maybe Mike can see the bloop... :)
Any greater value than 15 works fine.

Thanks, Mike.
Ive fixed the first error and i'm looking for the TS error now. I'll open a new thread for this great piece of work in a bit. I'll rename to version 2 and i'll make sure the defaults are correct that way it can be tested ootb.

Mike


Great, thank you, Mike! Have fixed errors here too, now I'm implementing the new indi's(changed today), but I have noticed a strange one: EA is trading on EU,EJ offline charts, but not on AU, same settings. Any clue why? Could be a digit issue, as AU is 0.0000X ?
I had the same problem with no trades on AU... I changed the following user input, after that, AU started trading..

AudPairsPositiveOnly=False

I am not a coder and do not even know what that User input does but after changing from True to False,
AU started trading.

FYI.. Trading 4 pairs today netted +99 Pips from London open to Close
magft
Trader
Posts: 195
Joined: Tue Nov 15, 2011 9:59 pm
Location: East Midlands, UK

Re: Invictus v Fratelli

Post by magft »

Lufkindog wrote:
Great, thank you, Mike! Have fixed errors here too, now I'm implementing the new indi's(changed today), but I have noticed a strange one: EA is trading on EU,EJ offline charts, but not on AU, same settings. Any clue why? Could be a digit issue, as AU is 0.0000X ?
I had the same problem with no trades on AU... I changed the following user input, after that, AU started trading..

AudPairsPositiveOnly=False

I am not a coder and do not even know what that User input does but after changing from True to False,
AU started trading.

FYI.. Trading 4 pairs today netted +99 Pips from London open to Close[/quote]

That filter is in because the swap costs can be quite large for those currencies AUD, CAD, NZD but turning off stops this and allows trades as you have stated.

I am setting up new thread now :D
DragosDanescu
Trader
Posts: 118
Joined: Wed Nov 16, 2011 5:18 pm
Location: Oradea, Western Romania

Re: Invictus v Fratelli

Post by DragosDanescu »

magft wrote:
Lufkindog wrote:
Great, thank you, Mike! Have fixed errors here too, now I'm implementing the new indi's(changed today), but I have noticed a strange one: EA is trading on EU,EJ offline charts, but not on AU, same settings. Any clue why? Could be a digit issue, as AU is 0.0000X ?
I had the same problem with no trades on AU... I changed the following user input, after that, AU started trading..

AudPairsPositiveOnly=False

I am not a coder and do not even know what that User input does but after changing from True to False,
AU started trading.

FYI.. Trading 4 pairs today netted +99 Pips from London open to Close
That filter is in because the swap costs can be quite large for those currencies AUD, CAD, NZD but turning off stops this and allows trades as you have stated.

I am setting up new thread now :D[/quote]

Lol, of course, what a noob I am! Just throwed out the swap filter, forgot about it!That was the coolest issue I ever had! Why an EA doesn't trade, when I tell it NOT to trade, hahahahaha!
Image
batemap
Trader
Posts: 20
Joined: Tue Nov 15, 2011 9:17 pm
Location: Melbourne, Australia

Re: Invictus v Fratelli

Post by batemap »

DragosDanescu wrote:
magft wrote:
Lufkindog wrote:
Great, thank you, Mike! Have fixed errors here too, now I'm implementing the new indi's(changed today), but I have noticed a strange one: EA is trading on EU,EJ offline charts, but not on AU, same settings. Any clue why? Could be a digit issue, as AU is 0.0000X ?
I had the same problem with no trades on AU... I changed the following user input, after that, AU started trading..

AudPairsPositiveOnly=False

I am not a coder and do not even know what that User input does but after changing from True to False,
AU started trading.

FYI.. Trading 4 pairs today netted +99 Pips from London open to Close
That filter is in because the swap costs can be quite large for those currencies AUD, CAD, NZD but turning off stops this and allows trades as you have stated.

I am setting up new thread now :D
Lol, of course, what a noob I am! Just throwed out the swap filter, forgot about it!That was the coolest issue I ever had! Why an EA doesn't trade, when I tell it NOT to trade, hahahahaha![/quote]

These are short term trades (open/close same day), so the swap shouldn't be an issue, I'd remove the function from the EA, but it is configurable ;-)
Post Reply

Return to “Ideas for Possible Automation”