Rahul Ramani
Rahul Ramani
  • Information
3 years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Rahul Ramani
Added topic 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;
Rahul Ramani
Added topic 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 ;