chartkingII / Publications
Forum
How to Clear Cache
I take it this needs the cache clearing: // Define variables int buySignal = 0 ; int sellSignal = 0 ; double entryPrice = 0 ; double stopLossPrice = 0 ; double takeProfitPrice = 0 ; enum ENUM_TRADE_REQUEST_ACTIONS { TRADE_ACTION_PENDING = 0 , TRADE_ACTION_DEAL = 1 , }; I get the following error