*lol, my 'siftware' typo an unintentional pun 
Posts made by martymoon120
-
RE: Too many combinations of Conditions and Parameters to test manuallyposted in Questions & Answers
-
Too many combinations of Conditions and Parameters to test manuallyposted in Questions & Answers
Hi all, Loving the last couple of weeks, knee deep in my Fxdreema learning curve. Having all but replicated my manual trading system, I wonder now whether there is a way for a bit of siftware to run through all of my conditions, parameters & settings to determine which one's might be the best fit. Does such an 'optimization' platform exist? For example, if I have say 5 conditions in my strategy and 8 parameters, each with 10 possible settings, that's 400++ different tests to work on, you get the picture. Many thx.
-
RE: Higher timeframe breakoutposted in Questions & Answers
Thanks l andorra. You mean a variable like a switch? i.e. a constant boolean 'breakOut_occured' yes/no and adjust this variable when my breakout condition is passed?
-
RE: Higher timeframe breakoutposted in Questions & Answers
Ah I know why I'm getting no trades, my flow thereafter is to detect a pullback, so I'm asking whether price has broken the last 15 candles and then waiting for a pullback - when obviously price is no longer above the breakoout point. Anyone got any examples of the block sequence for a break and re-test, therefore?
-
RE: Higher timeframe breakoutposted in Questions & Answers
Any ideas on this, I have tried this but I keep getting no trades... Is using 'candle' versus 'market properties - highest price (candles period) the right way to do it? Are my settings incorrect?
 -
Higher timeframe breakoutposted in Questions & Answers
Hi all, Just from a high level view, how would I go about filtering (on the 1m chart) for trades only when a recent swing level has been broken, i.e. looking left at what will be a recent 5m or 15m high....?
I don't want it to be a function of, say, the last 15 1m candles, I want it to be the actual 5m or 15m highs.
Thanks for any input.