commented out all of the variables
-
I am having trouble starting up the desktop version of my EA. So I thought I would move it to the on-line version.
There are 130 variables in the list that opens by clicking the Variables tab at the left of the on-line screen. When I click the MQ4 button all of the variables are missing, with only the comments left just like you see below. As a work-around I am pasting in the variable declarations from an older version of my EA. But, I am wondering what to do about the generation forgetting about my variables.
Thank you,
Dwight
// Variables (Global Variables)
// WaitOneCandle
// CloseTheTrade
// ClosePrice
// timer_seq
// CurrName
// TrendLineUp
// TrendLineDown
// TMP_STR
// NezCtr2
// NezCtr3
// TradePrice
// Candle_MA_Val
// TMA_CenterLine
// TMA_Last_Center
// Bands_TopLine
// Bands_BottomLine
// FL23_ADX_SM
// FL23_Last_SM
// FL23_ADX_Val
// FL23_ADX_Last
// tmp4
// tmp3
// CandleOpen
// CandleClose
// Candle_High
// Candle_Low
// BullCandle
// TrendAbove_MidTMA
// MedMA_Above_MidTMA
// LWMA_Val
// COG_Prep_Buy
// Red_Dot
// Blue_Dot
// BuyNow
// SellNow
// Band_Top
// Band_Bottom
// WasAboveBands
// WasBelowBands
// COG_Prep_Sell
// HMA_SM_Val
// HMA_SM_Last
// CandleSize
// TMA_Extreme_Top
// TMA_Top_Line
// TMA_Bottom_Line
// TMA_Extreme_Bottom
// CloseOnRedDot
// CloseOnBlueDot
// ATR_Val
// LastRedDot
// LastBlueDot
// tmp1
// tmp2
// CloseBuyAt
// CloseSellAt
// CdLow5
// CdlLow4
// CdlLow3
// CdlLow2
// CdlLow1
// CdlHigh5
// CdlHigh4
// CdlHigh3
// CdlHigh2
// CdlHigh1
// TMA_HighGold
// TMA_LowGold
// FL23_ADX_WasUp
// FL23_ADX_WasDn
// ImmediateSell
// ImmediateBuy
// TradeGains
// TradeLosses
// ClosedSell
// ClosedBuy
// TradeProfit
// Sine_MA_High_UP
// Sine_MA_High_DN
// Sine_MA_High_Val
// Sine_MA_Low_UP
// Sine_MA_Low_DN
// Sine_MA_Low_Val
// COG_Val
// COG_Last_Val
// COG_SM_Val
// COG_SM_Last_Val
// MACD_Last_Val
// MACD_Val
// HMA_UP_Val
// HMA_DN_Val
// HMA_Val
// TMA_Green_High
// TMA_Green_Low
// PTL_Line_Val
// BullCandleCount
// BearCandleCount
// COG_LNG_Last_Val
// COG_LNG_Val
// TMA_Trend
// COG_Trend
// HMA_Cross_Val
// CurrCandleVal
// Curr_HMA_Val
// CurrCdlLineVal
// Last_Cdl_Val
// TradeCandleCount
// CdlUP_CrossCtr
// CdlDN_CrossCtr
// TradeType
// PredictorCenterVal
// PredictorCenterLast
// PredictorRedExtreme
// PRedictorRedHigh
// PredictorGreenExtreme
// PredictorGreenHigh
// NezTopLine
// NezBottomLine
// NezCenterLast
// NezCenterLine
// HighMidNez
// LowMidNez
// NEZ_Trend
// CandleWasGT_Orange
// CandleWasLT_Green
// LastTradeDir
// TriTMA_Val
// TriTMA_Last
// LowNEZLast
// LSMA_Val -
Thanks for the fix!
