Topics
Replies
Capilta
18 May 2016, 04:48
RE:
Spotware said:
Dear Trader,
Could you please provide us with more information regarding your issue?
For example when have you started experiencing this issue? Have you installed a certain program or a Browser extension on Internet explorer?
In addition, could you please restart your Computer and try again?
I restart my computer. but still same problem. I used cTrader and Login was working fine. I just reinstall my computer and now Login not working. i have two cTrader, 1.Pepperstone cTrader and 2. Octafx cTrader both platform Login not working. I use default browser Chrome, i am not using internet explorer. i don't know why it happens. please help me.
@Capilta
Capilta
14 Nov 2014, 13:58
RE:
Spotware said:
But when backtest test Print result show like: high-low = 7.0000 like that . this is wrong result
7E-05 means 7 * Math.Pow(10, -5) = 0.00007
I am sorry don't understand. do you mean both are same. then why show different value. Then below code not work on backtest.
double HL = MarketSeries.High[0] - MarketSeries.Low[0]; double MaLow = MA_Low.Result.Last(0); double MaHigh = MA_High.Result.Last(0); if (HL > _Filter) { SingalType = 1; }
Above code "HL>_Filter" never true in backtest. it is work on forward test. But never True in backtest.
@Capilta
Capilta
01 Apr 2020, 08:29
RE:
Capilta said:
Is anyone help me
@Capilta