Not off to a great start with v133. See pic
Nanningbob 4h trading system ver. 5.0 4,432 replies
Nanningbob 60x90 EA 3,920 replies
Help regarding NanningBob EA 27 replies
Nanningbob 4H trading system 2,017 replies
Help to improve profitable EA - 1H NanningBob 40MA 200 BB 10 replies
DislikedI add the possibility to adapt the lot size for Trend modes according to the the trend strengh. And some other mods
Not sure it it eat more or less pips, have to do some BT with AdaptLotWithTrendStrenghIgnored
Dislikedper my previous post, still getting those errors and no trades opened. I do have both auto lots settings set to false, and have my manual lot set to .05 (tadawulfx has .05 minlot and .05 lotstep), but to no avail. Seems like setting these to false doesn't actually disable them?Ignored
Disliked
v130 have trade a lot today. I started last night with no open trades and also finished tonight with everything close with master EA.
886 € banked, not bad, that's almost 1.5% !!.Ignored
DislikedI gave up on this thread a long time ago. I have not the remotest idea where Max's latest things are, nor do I have the time or energy to keep up with them.
So far as I can see, Max's bot has about as much to do with the original concept as it does with a piece of cheese. The original concept has morphed into The Beast and I shall be doing no further development of NB5.
I suggest Max starts his own thread and provides me with a brief description of his bot to go in post 1 here, then I can put a link to his thread along with the description and...Ignored
DislikedI don't understand why there is invalid lots for some brokers in case of dynamic lot size with pipvalue/daily ATR since they are normalized.Ignored
DislikedI don't understand why there is invalid lots for some brokers in case of dynamic lot size with pipvalue/daily ATR since they are normalized.
Concerning dynamic ajustement for Lotsize with trend strengh, i added this check in v134
here also a zip containing all the indicsIgnored
Dislikedi agree but maybe longer term atr average might work better then tight ranges wont affect lot sizes so much unless its over a long time few monthsIgnored
DislikedMax:
Does the Master EA work with brokers with suffixes on their pair names such as EURUSDfx?Ignored
DislikedHi 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 with lotdigist. The solution is to place a check just before OrderSend statements:
If (lotsize<minlot) lotsize=minlot;
Or
If (lotsize4H<minlot) lotsize4H=minlot;Ignored
Disliked...Hell, it is my thread and I haven't the foggiest idea what is going on, so newbs have no chance.
Ignored