phoenix wan / Publications
Forum
How to access the second if clause
I am totally drain out. I took few hours to find out why the program wont enter the second if clause. Any skillful programmer wanna give a shot? if (TodayVolatilityPercentage>= 90 &&(dayTrend== 1 )&&orderOpened== false ) { Print ( "Entered if clause" ); ticket= OrderSend (
How can I determin daily candlestick up or down
I am new to the mt4 programming. Can anyone please help me with this? I'd like to know whether a daily candlestick is up or down. How to achieve in the programming
[back testing] marketinfo mode_high return 0
Hi all, Could anyone please help me! When I am doing back testing using code: double TodayHighest = MarketInfo(Symbol(),MODE_HIGH); Print("TodayHighest is: ",TodayHighest); double TodayLowest = MarketInfo(Symbol(),MODE_LOW); Print("TodayLowest is: ",TodayLowest); All the values I got were