- Search Energy EXCH
-
arbinka replied Oct 23, 2010Here is iHistory v1.7 that allows to enter start and end date for the report
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 19, 2010Hi Max, In the last problem with lot size that was reported on this thread the value of the lot was 0. This can happened when you do arithmetic on the lot size that result with a number less minlot. In this case the lot will be 0 after you normalize ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 14, 2010If you want to run with fixed Lot size just set AdaptLotWithAtrPipvalue=false V109 has fixed the problem with lot digits so you can go on with multiplier with digits for the recovery.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 14, 2010I can see that except the new option for lot size version 109 also take care for adjusting the lot value to the brokers lot digits. this will fix the error reported by tazmaan
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 14, 2010Sorry! my mistake because TX4 using magicOnTrend so it can coexist with NB in opposite direction.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 14, 2010I think this is a bug. NB trades and TX4 trades are using the same magic magicCounterTrend in this case they shouldn't be in different directions otherwise recovery goes wrong and you get invalid stop errors . Look at your journal to see if you have ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 14, 2010Max I have seen this problem before but I did not have any clever solution for it except the following: 1. Add global variable int LotDigits. 2. In init() function add the following: double minlot = MarketInfo(Symbol(),MODE_MINLOT) if (minlot)==1) ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 13, 2010Hi Max, unfortunately I'm quite busy at the moment so I will start forward testing your latest version tomorrow. as I can see is that 86d doing more trades then 71c. I think this may be due to improvement of NB and the addition of Trix.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 13, 2010Status for my forward test on 86d — image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 13, 2010Status for my forward test on the corrected 71c — image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 12, 2010This error means that you did not installed the indicator THV4 Trix called_bar1.ex4 in indicators folder. you need to install this indicator in the folder.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 12, 2010Status for my forward test on 86d — image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 12, 2010Status for my forward test on the corrected 71c — image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 12, 2010What are the errors you have seen? On my forward test i can only see few error 146 which is "trade context is busy" that means that the server was busy and the next attempt may go well. This is not a coding problem. Max's new version seems to be ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 11, 2010Status for my forward test on the corrected 71c — Quite poor result compare to last week... image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 11, 2010Forward test on 86d today — Runs error free until now! There are some conflict with KG_OS/OB and RsiOB/OS. Can co exist with opposite direction (one BUY and one SELL) resulting in recovery problems. image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 10, 2010I'm running it with 06.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 10, 2010some preliminary observation on 85d — Hi Max, 1. Supposed you have the following setup: extern bool UseTrixStrategy = true; extern bool TrixAllowTrade = true; extern bool Use4HTrendline = false; In this case Trix orders with the trend ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 10, 2010You need to install the missing indicators. You can download the missing indicators from this post: url
Nanningbob V5: Steve Hopwood's auto-trading robot