Solved. Thanks
S
Posts made by swissi
-
RE: Error message when compilingposted in Questions & Answers
@roar
Yes I know but it can cause losses in trading. Any suggestions to solve this? -
Error message when compilingposted in Questions & Answers
I have this error when compiling .ex5:
possible loss of data due to type conversion (Value1.Shift = v::CandUpU;)
Code:
public: /* Custom methods */
virtual double Value1() {
Value1.Symbol = CurrentSymbol();
Value1.Period = CurrentTimeframe();
Value1.Shift = v::CandUpU;Can anyone help to solve this?