stevehopwoodforex.com
https://www.stevehopwoodforex.com/phpBB3/
Print view

Macd Stochastic Fractal MA5/25 Daily Marylin
https://www.stevehopwoodforex.com/phpBB3/viewtopic.php?t=1448
Page 83 of 141
Author:  phil_trade [ Fri Aug 23, 2013 1:05 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

AGT wrote:As I know where does not exist any doc - so far. May be you write phil some special questions.
All in all read post #1 - later on "niepce" posted setfiles which are in use - to my knowledge no more actual settings exist. The latest version is v37 ... many members use even v36. For me the most import question is the availability of a bugfree Empty4 version. Not sure even so far: does it exist here in this thread ? Otherwise no one can get the good results phil is getting all the time (using his Windev approach).
see DUDEST +75 above :D
Author:  ymleong [ Fri Aug 23, 2013 1:39 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

AGT wrote:The latest version is v37 ..
Hi AGT

Post 1 is still v36, pls give me the link to download v37. :ugeek:
Author:  milanese [ Fri Aug 23, 2013 1:45 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Hi

you will find it herehttp://www.stevehopwoodforex.com/phpBB3 ... &start=690 but it is still beta..

Cheers :)

Tommaso
Author:  ymleong [ Sat Aug 24, 2013 12:48 am ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

milanese wrote:Hi

you will find it herehttp://www.stevehopwoodforex.com/phpBB3 ... &start=690 but it is still beta..

Cheers :)

Tommaso
8-) Thanks a zillion, will go test out both versions.
Author:  matt_32 [ Mon Aug 26, 2013 1:42 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Radar wrote:Hey Matt,
matt_32 wrote:@Philippe

Can we have the lot size auto calculated for every trade (ie as % of balance)

Matt
The option is already there... "UseFixedLot" set it to risk 0.00004 of your balance, (or 0.01 lots). ;)

Have fun!

Radar =8^)

@ Radar


How do I set it?

Matt
Author:  matt_32 [ Mon Aug 26, 2013 1:52 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

matt_32 wrote:
Radar wrote:Hey Matt,
matt_32 wrote:@Philippe

Can we have the lot size auto calculated for every trade (ie as % of balance)

Matt
The option is already there... "UseFixedLot" set it to risk 0.00004 of your balance, (or 0.01 lots). ;)

Have fun!

Radar =8^)

@ Radar


How do I set it?

Matt

I have 10700$ in my account
usefixlot = false
fixedlot is set to 0.000010.

Despite that the system places 0,42 lot orders.

Am I missing something

Matt
Author:  milanese [ Mon Aug 26, 2013 2:18 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Hi Matt,

in int start() you have to change the 0.00004 to what ever you want or to define a new double variable for that ...

Cheers :)

Tommaso

Code: Select all

if(UseFixedLot==false){
			lot=AccountBalance()*0.00004;
		 //  if((StringFind(Symbol(),"XAUUSD",0)!=-1)&&(Digits==3)) lot*=0.1;
			if (lot<0.01) lot=0.01;
		}
		else lot=FixedLot;
Author:  Radar [ Mon Aug 26, 2013 3:39 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Hey Matt,
matt_32 wrote:
I have 10700$ in my account
usefixlot = false
fixedlot is set to 0.000010.

Despite that the system places 0,42 lot orders.

Am I missing something

Matt
I explained the setting back to front in my first reply...

Set FixedLot to true, and you can set your lotsize yourself...

Set FixedLot to false, and lotsize is calculated based on your balance... As Milanese said, lot size is worked out at 0.00004 x Balance, so 0.42 lots is pretty safe ;)

Have fun!

Radar =8^)
Author:  milanese [ Mon Aug 26, 2013 4:32 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Hi Matt and all,

attached a version that calculates the lotsize automatic if it is set to 0, using too for calculation the SL_MAX value.


Cheers :)

Tommaso
Author:  matt_32 [ Mon Aug 26, 2013 6:34 pm ]
Post subject:  Re: Macd Stochastic Fractal MA5/25 Daily Marylin

Thank you guys.

Matt
All times are UTC Page 83 of 141