家里的笔记本罢工了,现在把昨天的走势分析补上:
对于这个图里的交易,它的系统逻辑判断是这样的:
1. define Z=0
IF price moved>100pips intraday,
Z=Z+1;
IF Z>0, and price retraced and bounced from 61.8%(50%) fib level,
Z=Z+1;
IF Z>1, and price broke EMA10 on 5min chart,
Z=Z+1
IF Z>2,
short/long X position (with a stop and target)
IF Z>2, and price breaks the continues formation on the trend direction,
Z=Z+1
IF Z>3,
Short/long Y position (with a stop and target)
IF Z>2, and price makes higher high/lower low,
close position
IF time>9pm, return to 1.