- SERIOUS WARNING
- Most Forex traders lose all their money.
- Using the robot posted here in trading Forex does not guarantee success.
- Trading this robot could lead to serious financial loss.
- Trading this robot without understanding its underlying trading strategies guarantees traders will lose their money.
- To trade this robot, you have to understand all concept
I'm running on live account my Windev/Empty4 version. You will find here Niepce/Tommaso Empty4 transcriptions/Evolutions. Please run it on demo some weeks to find your own settings.
Macd Stochastic Fractal MA5/25 Daily Marylin parameters explanation
MACDMiniLevelToTrade=0.0; Absolute minimum MACD value to allow a trade. Kind of range filter.
SL_MAX=300; The virtual initial stop loss. Use this for risk sizing when using manual lots.
StochLevelMaxToTrade=70; Upper stoch boundary to allow a long order. Automatically revert for shorts.
StochH4LevelMax=70; Upper stoch boundary if using the H4 stoch option. More reactive. Probable more false positives, tough.
UseStochH4ToTakeTrade=false; Enable Stoch H4 instead of D1.
StochOBOSToMoveSL=90; Upper stoch boundary to set SL to BE if crossed, for long orders. Automatically revert for shorts.
UseCloseFriday=false; if true = Close trade parts on friday option.
UseTakeProfitOn3MACD=true; Take profit parts, when reverse MACD condition occurs.
UseFractalFilterToOpenTrades=false; Only take orders in the direction of the last fractal signal.
UseStochD1slowToFilterTrade=true; Only take orders if immediate slow stoch slope in agreement.
UseStochToConfirmCloseOn3MACD=true; For a long order, MACD close will only occur if stoch has crossed down.
UseHighLowCalcForMoveSLOnStoch=true; Will only move SL to the lowest open price (for longs) of a group of trades for the given pair, when enabled. If disabled, SL will be put on the highest open price (for longs), when stoch enter the overbought zone. Revert rules for shorts.
DeltaPipsFromSRZoneToTakeTrade=250; How near is the next most-hit SR zone. Below this value, trade won't occur.
NbHitMaxSRZoneToTakeTrade=4; Under this hit value, don't consider SR zone to be a real one.
DeltaPipsInterMacdToClose=5; Delta in pips between 48h-ago MACD value and current value, to consider a close condition. Overriden if 4 MACD bars align against you.
UseRSI_W1_ToTrade=false; Weekly range filter toggle.
ValeurRSI_W1_ToTrade=52; Upper boundary. Lower is computed internally.
UseRSI_W1_ToCloseTrade=false; Weekly range filter trade closure toggle. Will close open trades if market start to range again.
ValeurRSI_W1_ToCloseTrade=52;See above, same idea.
DeltaPipsMA25=10; Delta max in pips between today and yesterday EMA to allow trade.
DeltaTimeLiveTrades=86400; 24H min between two live trades.
DeltaTimeHistoTrades=14400; 4H min between last closed trade and the new one.
BrokerHasSundayCandle=true; Set to true or false, accordingly. GMT brokers should have this set to true. GMT+2 brokers probably not.
DistanceInterTrade=10; Don't trade again if less than x pips from previous trade open price.
RequiredMarginPercentile=1000; Required margin percent available. Won't trade under.
slippage = 1;
AdvertisedSpread=5.0;Spread Advertised by broker for this pair. In Pips. You must put 150% of the advertised spread. Exemple : if EURUSD advertised spread is 1.0, put 1.5 here.
UseFixedLot=true; Don't use auto lotsize, input manual lotsize.
FixedLot=0.1; Input here.
NbTradeMax=3;Max number of unprotected (no SL) trade for a given pair at a given moment.
Following values should be tweaked only if you intend to use this on another TF than D1 :
PERIOD_FRACTAL=PERIOD_D1; Period for fractal calculation
PERIOD_OSC=PERIOD_D1; Oscillators periods
PERIOD_OSC_SMALL=PERIOD_H4; Lower periods for oscillators
PERIOD_RSI=PERIOD_W1; RSI period
MagicNumber=199;
Official Hymn for Marilyn

Last update :
The version 0.40x is the last official version compatible 100 % with my backtest forextester. You will find in posts, versions modified by users testing various options. Get closer to them for any questions
Mike's Documentation with exp. settings http://www.stevehopwoodforex.com/phpBB3 ... 051#p87051 TonkaTuff's parameters summary :
http://www.stevehopwoodforex.com/phpBB3 ... 996#p75996 10/02/2014 0.41a for Empty4 build 6xx 19/10/2013 0.40B
-added automatic recognizing if BrokerHasSundayCandle
- adedded DisplayUserFeedback
-adedded Lot size and part-close check
v 0.40x
Bug correction in Move SL On Fractal
v 0.39x
6/10/2013 0.39
missed "Delta pips inter MACD 1-3 to take trade" control form Phil_trade Windev version implanted in Empty4 version by milanes ,
now we have the hope the versions are near indentical
4/10/2013
-some fixes
2/10/2013
-intergration SS_SupportResistance (code by Andrew Summer thank you for this great Indi!!) by milanese
13/9/2013
- Modification of Move SL on Stoch OBOS exit :
added read Stoch Slow N-2 and N-3 to avoid missed signals
v 0.36B
- Modif. on MoveSLOnStochObos module v 0.36
- merged no_indi fix by PhP71
- changed TimeElapsedSinceLastHistoTrade() calculation, to calculate from closure of last histo trade, instead of opening. http://www.stevehopwoodforex.com/phpBB3 ... &start=330 Marilyn V 1.x benchmark 2009-2013 :
Marilyn V 2.x running with my LIVE Windev/Empty4 console : New BenchMark from 2009-2013
Philippe