- Search Energy EXCH
-
bauta replied Dec 11, 2016Sorry, I did not get clear what you want me to implement. OK, to go further, when you mention hedge do you mean equal quantity for longs and shorts (long=short) or you meaning positions longs and shorts at the same time. (long<>short) Please update ...
Expanding Grid
-
bauta replied Dec 11, 2016Revision 036c. What is new? Lot quantity now round up correctly to the next instrument lot step property. new parameter: s_WeightQtyMulti=1; When this parameter is greater than one, the start lot size for the weight side will be multiplied. Example, ...
Expanding Grid
-
bauta replied Dec 8, 2016I did found a problem rounding up decimals when the variable type is double. (16 digits precision) this is the variables declaration: Double LastQty; Double Multiplier Double NewQty; NewQty = LastQty * Multiplier; rounded up to the step. Does the ...
Expanding Grid
-
bauta replied Nov 25, 2016Read: url url What else you want me to explain? Just disable DLLs, it will make you happy. The EA EG104 does not need DLLs to work properly. If you disabled Allow import of external expert nothing happens, EG104 does not import anything. please ...
Expanding Grid
-
bauta replied Nov 25, 2016Send me or post here your parameters settings. I will create a demo and observe it. Thanks, Bauta
Expanding Grid
-
bauta replied Nov 25, 2016EG104 reads global variables, disabling DLLs may interfere with it. If you are not using DayTarget EA, then DLLs are not need to be allowed at all. bauta
Expanding Grid
-
bauta replied Nov 25, 2016Hi Route206 I do recommend you to understand a bit s_WeightDirection, when this parameter is true, it will multiply the StartLotQty by two in one side. (0.05*2*1.75=) You state this EA is not working as advertised. Sorry, I do not agreed with you. ...
Expanding Grid
-
bauta replied Nov 23, 2016break even levels set target at 0.01 when triggered. The effect of changing its value is not significant. For older releases you may use 5 to 15. For release 036 I do recommend 20 and up.
Expanding Grid
-
bauta replied Nov 23, 2016it may be due by rounding number functions. I will observe it for a bit to see if I can find any error. note I don't have other build in math formula I can use to round lot qty to its step. I will keep you posted.
Expanding Grid
-
bauta replied Nov 23, 2016I don't have control over other thread in FF where they lose the code or so, and if they control using other EA, DLLs or some depending technics. I just want you to know you are commenting about external control from me in this thread. You are ...
Expanding Grid
-
bauta replied Nov 22, 2016This EA does not need Allow external DLL to validate licensing. You may disable DLL if you prefer. Bauta
Expanding Grid
-
bauta replied Nov 22, 2016The market is been trending a bit lately, and yes, a stop order system may work for this scenario, but in general the market does not trend, so, an stop order approach will kill the account. you always may try channel style. It buy above and sell ...
Expanding Grid
-
bauta replied Nov 22, 2016here is how I do calculate LotQty. Of course, I do check the order qty before sending to the broker. I did explained like that to make it easier to understand. ...
Expanding Grid
-
bauta replied Nov 22, 2016Route206, I did emailed you about this: I did revise it and not BUG found. Let me explain, to calculate order quantity the EA revise the instrument minimum lot, maximum lot and lot steps. these values are set by the broker, not by the EA. Example: ...
Expanding Grid
-
bauta replied Nov 11, 2016ProfitLevel was originally set to 1 (now default). It means that the cycle will close when profit of one level for the StartlotQty is reached. Example: EURUSD has a grid factor of 0.9, grid size in pips will be about 120. Your StartLotQty=0.01 Cycle ...
Expanding Grid
-
bauta replied Nov 11, 2016GridFactor value range is 0 to 15. Before was 1 to 15. Note that 0 will use spread instead.
Expanding Grid
-
bauta replied Nov 10, 2016Revision 036b What is new? GridFactor parameter is now decimal. It will allow factors less than 1. New parameter: ProfitLevels=1 Override profit target in levels. Please re-download from post one Thanks, Bauta
Expanding Grid