- Search Energy EXCH
-
arbinka replied Oct 9, 2010Max! — I suggest adding externals to control on which days and on which market to activate this function. So one can select to activate it on Friday US market only - for example.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 9, 2010OK! here it is. I didn't want to do it until now hopping that Max's new version will be clean. But on backtest I found that 82g is still infected with "Invalid stops" errors and others, and also that I don't have the time to go trough the code at ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 9, 2010It does not show any thing today because there is no trading today! it needs a tick in order to perform its calculations. But if you insert the following line: start(); at the end of the init() function (just befor the return line) you will simulate ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 9, 2010Which EA you are running? how many trades for this week?
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 9, 2010Status for my forward test on the corrected 71c — Running since October 4 at market start. Net pips gain for the week - 1551 Net account gain for the week - 17.8% image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 8, 2010Sorry! i have missed that one! BaseLot was not in my globalvars because I'm running 71c. I will look some more to see if I can find something. But it could help if you can tell me what is the problem you are facing with this functionality.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 8, 2010Master 016 — Well, it was easer then i thought. Just look at this sequence in Master 016: double Lot=GlobalVariableGet("BaseLot"); rapport=Lot*100000/AccountBalance(); EquityMemo =GlobalVariableGet("EquityMemoGv"); ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010Many of the corrections in 71c was implemented in the new versions. but on my back test on the new version there are still some problems - some of them are due to new functionality. I'm doing some backtest whenever I get the time. once I will be ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010Hi Max — Which ea version you are using in your forward test? It will be nice if you could run and post the result for the attached indicator on your forward test - then we could compare how many trades and different pairs was involved in this ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010I will try to look at this master. It may take time because I can't back test the master ea.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010here is the setup for Trend detection: extern string tm="----Trend detection module----"; extern string mts="Manual trend-setting"; extern bool TrendIsUp =false; extern bool TrendIsDown =false; extern string ats="Automatic trend detection"; extern ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010I didn't had any manual intervention! It looks quite nice!
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010Status for my forward test on the corrected 71c — Running since October 4 at market start. image image
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010I still think that you don't need it in CountOpenTrades4H. Because in this function you still don't know the correct value for the new breakeven. and also if you insist then the line: ObjectCreate(breakevenlinename4H,OBJ_HLINE,0,TimeCurrent(), ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010Hi Max — I don't know about that. I don't run any forward test with the new version. but my observation on backtest was that when recovery order was fired then the trade count function modified tp to the old be line but then the ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 7, 2010version 082d with some correction — 082d : 1. Removed ordermodify sequence for breakeven in CountOpenTrades4H and CountOpenTrades - the correct adjustment for the new breakeven is done in ModifyTakeProfit4H and ModifyTakeProfit . This will ...
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 6, 2010Did you made the correction in this post? url But you better run 82c. the correction is in.
Nanningbob V5: Steve Hopwood's auto-trading robot
-
arbinka replied Oct 6, 2010Sure Max! I hope that tomorrow I will be ready with my corrections ( They need to be tested)
Nanningbob V5: Steve Hopwood's auto-trading robot