Hi Blaiserboy,
du you can tell me the name of the Software who detect A B C formations ?
The other thing is an idear to find out more complex trading strategies.
At the moment wie have:
a) Example what we have at the moment
State0:
if condition a1 and condition a2 => buy share (go State 1)
if (State 1)
if condition b1 and condition b2 => sell share (go State 0)
xxxxxxxxxxxxx
idear:
State0:
if condition a1 and condition a2 => (go State 1)
if(State 1)
if condition a3 and condition a4 => buy share (go State 2)
if (State 2)
if condition b1 and condition b2 => sell share (go State 0)
for example:
if ema5 > ema21 and RSI >50 => go state 1
state 1:
if the market has a good volatiy in the next 20 bars => by share (go state 2)
state 2:
if rsi < 50 sell share