Macd Stochastic Fractal MA5/25 Daily Marylin

Locked
zTB
Trader
Posts: 75
Joined: Sat Mar 16, 2013 9:45 am

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by zTB »

milanese wrote:
spotdespot wrote:You could do that already if you want to with Steve's MPTM or Baluda's MPBM.

Cheers,
Dave.
Hi Dave ,

sure you are right, but I am more thinking of a kind of stack-basketmanagement similary BASA has.., maybe here included the ideas of Mike..

Cheers :)
Tommaso
Great stuff, Tommaso.

The harder you work, the luckier you get. :)

Z
Wishing good things for all.
kwittusen
Trader
Posts: 47
Joined: Thu Dec 13, 2012 9:44 am

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by kwittusen »

Thanks for the answer Tommaso, and i Spotdespot i know you can apply Steve's MPTM or Baluda, but i tought i would be nice to have it in the same EA, but i understand what your saying, as we say here, "why run over the lake for water" (Sometimes it can be worth it :-)
User avatar
niepce
Trader
Posts: 152
Joined: Wed Jul 04, 2012 11:00 pm
Location: Grenoble, France

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by niepce »

Off topic : various pics of code improvement, code review, backtesting and forwardtesting
http://occultpopagenda.blogspot.fr/2011 ... mming.html
grat001

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by grat001 »

Hi,

here is my new modification. I changed all is now pending orders with expire.

Include also notification for android MT.

Grat
You do not have the required permissions to view the files attached to this post.
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

Hi all,

here is an experimental version, with a partclose (50%) function, if profit is > as an user determinated value. Just for experimenting..

UsePartCloseOnTP if it is set true it will partclose if profit is bigger as PartCloseTpInUSD here you can set in USD what you want. Note partclose will only work if your lotsize will allow it (it must be divisible in 2 and rest must be > MinLotSize broker wants)

Cheers and have a great weekend :)

Tommaso
You do not have the required permissions to view the files attached to this post.
AGT
Trader
Posts: 889
Joined: Thu Nov 17, 2011 7:20 pm
Location: Germany

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by AGT »

@Grat - is your version for Gold only ? Bcz of "0.40B-G" ...
grat001

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by grat001 »

for AGT - i trying for EURUSD - working also on H1

G... like Grat :)

here is my idea,

every order that opens MM goes briefly into the red. Therefore I open pending trade with expire time.

Now in the same time EA open 3 order. I now make modification, Open 2 pending order, one OP_BUY(SELL)LIMIT and second OP_BUY(SELL)STOP.

Now i make backtesting.

Grat
User avatar
Zypip
Trader
Posts: 148
Joined: Thu Apr 26, 2012 9:44 am

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by Zypip »

milanese wrote:Hi all,

here is an experimental version, with a partclose (50%) function, if profit is > as an user determinated value. Just for experimenting..

UsePartCloseOnTP if it is set true it will partclose if profit is bigger as PartCloseTpInUSD here you can set in USD what you want. Note partclose will only work if your lotsize will allow it (it must be divisible in 2 and rest must be > MinLotSize broker wants)

Cheers and have a great weekend :)

Tommaso
Hi Tommaso,

Your contribution on this thread is amazing. Thanks a lot.

I have noticed recently that taking (user defined)% of profit (user defined) pips away from the nearest S or R avoided to give too much of the profit back. Being myself a code-nutter, do you think you could implement this into v0.39 (that's the version I'm using and enjoying right now) ?

Hope you are making pips,

Cheers,

Zyp
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

Zypip wrote:
milanese wrote:Hi all,

here is an experimental version, with a partclose (50%) function, if profit is > as an user determinated value. Just for experimenting..

UsePartCloseOnTP if it is set true it will partclose if profit is bigger as PartCloseTpInUSD here you can set in USD what you want. Note partclose will only work if your lotsize will allow it (it must be divisible in 2 and rest must be > MinLotSize broker wants)

Cheers and have a great weekend :)

Tommaso
Hi Tommaso,

Your contribution on this thread is amazing. Thanks a lot.

I have noticed recently that taking (user defined)% of profit (user defined) pips away from the nearest S or R avoided to give too much of the profit back. Being myself a code-nutter, do you think you could implement this into v0.39 (that's the version I'm using and enjoying right now) ?

Hope you are making pips,

Cheers,

Zyp
You have to thank Philippe for this really great strategy :) , yes I think I can code this, but I will use the 0.40B as base because 0.39 has still some bugs.., I will look tomorrow if I find some time, it is an interesting idea :) Thanks for that

Cheers :)

Tommaso
User avatar
milanese
TechAdmin
Posts: 3293
Joined: Wed Jan 09, 2013 9:02 am
Location: btr rdx, r8 +

Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Post by milanese »

Zypip wrote:
Hi Tommaso,

Your contribution on this thread is amazing. Thanks a lot.

I have noticed recently that taking (user defined)% of profit (user defined) pips away from the nearest S or R avoided to give too much of the profit back. Being myself a code-nutter, do you think you could implement this into v0.39 (that's the version I'm using and enjoying right now) ?

Hope you are making pips,

Cheers,

Zyp
Hi Zyp,

ok here you go :D

UsePartCloseOnTP=true determinates if you want to use the modul
MinSRHitForTPZone=0 min Hits that are needed for a SR zone to be a "PartTP Zone"
DeltaPipsFromSRZoneToTakeProfit=50 x pips away MM will close
extern double PartClosePercent=50 Percentage of the trade lots to close

Cheers :)

Tommaso
You do not have the required permissions to view the files attached to this post.
Locked

Return to “Automated trading systems”