Rahul Ramani / Publications
Forum
Remove double quotes in results
Hi I want to remove " symbol. I remove : using this Print ( "Raw results are : " ,result[ 21 ]); string sep_for_limit = ":" ; ushort l_sep; l_sep = StringGetCharacter (sep_for_limit, 0 ); string ltp[]; int p= StringSplit (result[ 21 ],l_sep,ltp);
ATR Trailing not work in sell order
in this coding ATR Trailing for buy order is work but sell order not apply help me to solve error void TrailStops() { double ATR = iATR ( NULL , 0 , 14 , 0 ); double TrailingStop = ATR * 2 ; double minstoplevel = MarketInfo( _Symbol ,MODE_STOPLEVEL)* _Point ; double buyStopLoss