You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic to detect continuation trades does not work.
Entering a trade from WaitContinue[Long|Short| states are implemented..
Changing to the EXPERT_STATE WaitContinue[Long|Short] is not implemented.
Solution
Implement a separate state machine for continuation trades that only considers the continuation indicator. For example the two MACD lines shall not cross above 0 to give a continuation signal.
Does it have to cross twice below 0?
Problem
The logic to detect continuation trades does not work.
Solution
Implement a separate state machine for continuation trades that only considers the continuation indicator. For example the two MACD lines shall not cross above 0 to give a continuation signal.
Does it have to cross twice below 0?
depends on #6
The text was updated successfully, but these errors were encountered: