Hmmm ... so Marilyn dont like to dance for me so far ...
https://www.myfxbook.com/portfolio/mari ... p-1/516563 (last v0.34)
Macd Stochastic Fractal MA5/25 Daily Marylin
-
AGT
- Trader
- Posts: 889
- Joined: Thu Nov 17, 2011 7:20 pm
- Location: Germany
-
phil_trade
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Niepce, it could be RSI W1 filter or Friday Closeniepce wrote:Cuz,
For the yellow trades, do you recall the closure message in the log ?
You have to add code to avoid to open trade of pairs that use this filter is this filter is already ON otherwise Open/Close !
- cuzgeorge
- Trader
- Posts: 674
- Joined: Mon Mar 05, 2012 10:10 am
- Location: Johannesburg, South Africa.
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi Niepce,
i'll get that to you as soon as i get the PC up and running. I didnt see this at the time and only noticed today while reviewing EA's. There must be something in the logs/history.
regards and thanks again Niepce,
cuz
i'll get that to you as soon as i get the PC up and running. I didnt see this at the time and only noticed today while reviewing EA's. There must be something in the logs/history.
regards and thanks again Niepce,
cuz
10.X, BMac,Xmeter,Marylin,and CaptsNakedTrading thread coupled with Slowkeys Intraday setup for manual trades.
http://www.stevehopwoodforex.com/phpBB3 ... f=36&t=848
http://www.stevehopwoodforex.com/phpBB3 ... f=36&t=848
- jjgengis
- Trader
- Posts: 39
- Joined: Thu Nov 24, 2011 8:45 pm
- Location: Bologna - Italy
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi to all,
have someone noticed that MM's memory usage is very high? After two days my VPS was blocked. Turning off Empty4 and restart it, the situation become normal.
is there a mql instruction that allow to reset the EA/indi's memory usage?
JJ
have someone noticed that MM's memory usage is very high? After two days my VPS was blocked. Turning off Empty4 and restart it, the situation become normal.
is there a mql instruction that allow to reset the EA/indi's memory usage?
JJ
-
phil_trade
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi AGTAGT wrote:Hmmm ... so Marilyn dont like to dance for me so far ...
https://www.myfxbook.com/portfolio/mari ... p-1/516563 (last v0.34)
look at this graph :
You can see some drawdown in balance or equity, but the master way is up. Depending when you enter the market you could have lost one week or one month. So trade small and constantly !
You do not have the required permissions to view the files attached to this post.
- cuzgeorge
- Trader
- Posts: 674
- Joined: Mon Mar 05, 2012 10:10 am
- Location: Johannesburg, South Africa.
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi Niepce,niepce wrote:Cuz,
For the yellow trades, do you recall the closure message in the log ?
When the markets opened for me on GPrime, the same happened on AUDUSD as mentioned before.
Here is a series of pics showing the tabs and mailbox message i also got. Sorry there are no hisotrical logs for the previous yellow-marked messages, but this is the same.
Hope this helps,
cuz
You do not have the required permissions to view the files attached to this post.
10.X, BMac,Xmeter,Marylin,and CaptsNakedTrading thread coupled with Slowkeys Intraday setup for manual trades.
http://www.stevehopwoodforex.com/phpBB3 ... f=36&t=848
http://www.stevehopwoodforex.com/phpBB3 ... f=36&t=848
-
skoda2008
- Trader
- Posts: 60
- Joined: Wed Nov 16, 2011 12:20 am
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Try and send a 0.01 size order and see if it is "Off Quotes". If so, call GP (when it's a real account).
-
phil_trade
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Have you disabled all Signals from signals tabs ?jjgengis wrote:Hi to all,
have someone noticed that MM's memory usage is very high? After two days my VPS was blocked. Turning off Empty4 and restart it, the situation become normal.
is there a mql instruction that allow to reset the EA/indi's memory usage?
JJ
Are you using 512000/65000 bars in Options Menu / Graphics tabs ?
may be it could help
-
phil_trade
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hi all
€/$ add on trade this morning. all green pips now...let's run and have fun
€/$ add on trade this morning. all green pips now...let's run and have fun
You do not have the required permissions to view the files attached to this post.
- niepce
- Trader
- Posts: 152
- Joined: Wed Jul 04, 2012 11:00 pm
- Location: Grenoble, France
Re: Macd Stochastic Fractal MA5/25 Daily Marylin
Hello,
Here is V0.35, has important fix on the RSI Open/Close Filter.
If you do use RSI filters, this is a mandatory update.
Beware, if you do enable UseRSI_W1_ToCloseTrade, the value must be greater than RSI_W1_ToTrade.
For example, these v0.35 OOTB settings should do the job correct :
extern bool UseRSI_W1_ToTrade=true;
extern double ValeurRSI_W1_ToTrade=52;
extern bool UseRSI_W1_ToCloseTrade=true;
extern double ValeurRSI_W1_ToCloseTrade=70;
Be careful if you load your older setfiles, as they may override these value and recreate the problem.
I hereby upload newer setfiles with my settings.
Pay attention autolotsizing is enabled.
PS : sorry have no time to add recent requests like timer delays for VPS and low cpu machines.
Will do later.
Here is V0.35, has important fix on the RSI Open/Close Filter.
If you do use RSI filters, this is a mandatory update.
Beware, if you do enable UseRSI_W1_ToCloseTrade, the value must be greater than RSI_W1_ToTrade.
For example, these v0.35 OOTB settings should do the job correct :
extern bool UseRSI_W1_ToTrade=true;
extern double ValeurRSI_W1_ToTrade=52;
extern bool UseRSI_W1_ToCloseTrade=true;
extern double ValeurRSI_W1_ToCloseTrade=70;
Be careful if you load your older setfiles, as they may override these value and recreate the problem.
I hereby upload newer setfiles with my settings.
Pay attention autolotsizing is enabled.
PS : sorry have no time to add recent requests like timer delays for VPS and low cpu machines.
Will do later.
You do not have the required permissions to view the files attached to this post.