Liquidity_Predator/Structs/E_STATEMACHINE.mqh

11 lines
212 B
MQL5
Raw Permalink Normal View History

2026-01-31 07:59:15 +01:00
enum E_STATEMACHINE
{
SM_WAIT_FOR_START,
SM_LIQUIDITY_ACTIVATED,
SM_WAIT_FVG_INVERTED,
2026-04-30 15:51:09 +02:00
SM_S1_WAIT_FVG_CREATED,
SM_S1_WAIT_FVG_INVERTED,
2026-04-30 16:53:46 +02:00
SM_S1_WAIT_TRADE_ACTIVATED,
2026-01-31 07:59:15 +01:00
SM_IN_TRADE,
SM_RESET
};