MathiasJ » Sat Jun 18, 2016 8:03 am wrote:
Hi Renée!
It sounds like we are on the same page.
I am myself an Enterprise/IT Architect and fully understand your standpoint.
I will use my versions as a playground to evaluate things.
I will explain my settings that I have added in another post just to give you an idea what I try to explore.
BR
Mathias
Here are the settings I currently explore:
UseMADDYSignals=true/false (Odd one, but used when exploring the CSS part to temporarily exclude MADDY signals)
entryRule (here I have added CSS as a new entryRule in the enumeration)
CSSTimeFrame=15
CSSAlignWithD1=true (flag if also testing currencies towards CSS D1 so they are aligned)
CSSMinLevel=0.2 (the normal border for ranging)
CSSMaxLevel=0.8 (upper border for level limit for when to test "Angle")
CSSMinAngle=0.05 (It is actually not a real angle, it is delta of CSS for curr on shift 0 compared to shift CSSShift)
CSSShift=2 (Mentioned above)
Then I have added a separate list of filters:
AddCSSFilter=false (I think this is like in MADDY but here only tested when there is a signal from MADDY)
flt_CSSDiffLimit=0.3
flt_CSSTimeFrame=240
filterEntryRule=4 (new enumeration with extra filtering possibilities if needed)
FILTER_MA_STACKING, // Use proper MA Stacking for filter
FILTER_MA_CROSS, // Use MA Cross for filter
FILTER_HGI, // Use HGI Trend Arrows for filter
FILTER_STOCH, // Use Stoch OB/OS for filter
FILTER_NONE, // Do not use filter
FILTER_MA_SINGLE, // Use single MA for filter
FILTER_MA_SINGLE_CROSS // Use single MA Cross for filter
I actually added possibility to select both HGISignalTrend and HGISlopeTrend.
Then regarding exit criterias I added the following to be able to have another and maybe more tight setting for close of trades than for open of trades.:
exit_MATimeFrame=5
exit_SlowMAPeriod=35
exit_SlowMAMethod=3
exit_FastMAPeriod=20
exit_FastMAMethod=3
exit_StochTimeFrame=15
exit_StochKPeriod=5
exit_StochDPeriod=3
exit_StochSlowing=3
exit_StochMethod=3
exit_StochOSLevel=30.0
exit_StochOBLevel=70.0
exit_HGITimeFrame=240
exit_HGIActOnSignalTrend=true
exit_HGIActOnSignalRange=true
exit_HGIActOnSignalRAD=true
exit_HGIActOnSlopeTrend=true
exit_HGIActOnSlopeRange=true
exit_HGILookBackCandles=10
And a new flag for closing trades at a specific time:
doCloseTradesAtHour=false
CloseHour=17
I have yet to add a News filter, because that can be needed sometimes.
I can imagine that some of those settings may not be needed but that is what I try to find out.
In the end it can even be so that my CSS ideas may evolve into another EA, like a new CSS Trader
But that is yet to find out.
Imagine having CSS D1 levels giving the trend direction.
Then follow up with eg CSS on m15 to try the level and Angle to find movement.
Add to that MADDY signals confirming the CSS15.
After that I am not sure we need more signals like MA Cross/Stack etc to filter or we can just go with what we have.
That was my thinking so far

I may have misunderstood some concepts as I am quite new on CSS, but please direct me then as I do what I can to contribute here.

BR
Mathias