fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Dieter
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 0
    • Topics 52
    • Posts 148
    • Best 4
    • Controversial 0
    • Groups 0

    Posts made by Dieter

    • RE: Broker have maximum lotsize of 100 Lots. How to work...

      Yes, it is a centaccount. For some ea´s are the centaccounts conditions are better than the standardaccount conditions. The ea can differenciate lotsizes better: factor 1.000pcs/10pcs = 100
      You can open more accounts with differend pairs and so you can share the risks. In a lot of accounts can run more ea´s as in one, so the tradingfrequencies are (100) higher, profit-taking frequency are faster and so on...
      😉 😄

      regards,
      Dieter

      PS.: the maximum is 1000 standardlots for IC Markets

      posted in Questions & Answers
      D
      Dieter
    • RE: Broker have maximum lotsize of 100 Lots. How to work...

      Hello,

      my broker has the maimum lotsize of 100 Lots per order.
      If the ea calculate for a trade the lotsize of 179 Lots the ea have to open as buy trades to orders: 100 Lot + 79 Lot.
      If the ea calculate for a trade the lotsize of 579 Lots the ea have to open as buy trades to orders: 5 times 100 Lot + onestime 79 Lot.
      How can I implement this?
      Can you give a simple example as MQL4 Source-File, please?

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Trades in a Grid with the same stop as the oldest trade?

      How can the ea get the stop from the last trade or from the oldest trade? ❓

      posted in Questions & Answers
      D
      Dieter
    • RE: Trades in a Grid with the same stop as the oldest trade?

      I mean both kind of orders (buy now, sell now, sell pending order, buy pending order).
      I do not use the block 'place pending orders in a grid because it needs a lot of power during the optimizations.

      Example:
      I start the grid with a buy order. This is the first order. This buy order has a stopp-loss of , for example, 1000 pips in the block. If this buy order start at 1.3000 the stopp-loss will be 1.2000.
      Evers next buy now or buy pending order must have the same stopp-loss 1.2000.

      Can you give an example, please?

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Webinars

      Hello Admin,

      I have some very very complex ea´s, too. My english is not as good as an original speaker. The problems I have are little problems like:
      topic/2694
      But with the sollution of this problem, there will be a big step for a better ea.
      I have chat with you sometimes and your english is good to to this smal steps.

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Trades in a Grid with the same stop as the oldest trade?

      Hello good guy,

      the first trade of a grid is open. The trade have the stopvalue for example of 1.3000.
      A second trade is opened. The second trade must have the stopvalue of the first trade of 1.3000.
      Then the next trades will be opened. All trades must have the stopvaoue of 1.3000.
      How can I make this?

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Webinars

      The webbinars is a very good idea.

      posted in Questions & Answers
      D
      Dieter
    • RE: Sellproblem

      Dear Admin,

      how can I make it that when a Buy-Grid-Order runs 100 pips in minus that a single Sellorder (Sell now) will be opened. If the sellorder runs 50 pips in profit, a trailing stop (Trailing group of trades) have to save the profit. After that the ea opens a new sellorder. If the sellorder runs 50 pips in profit, a trailing stop (Trailing group of trades) have to save the profit...and so on....

      My problem is that no one sellorder is been opened. It will be opened for each tick a sellorder. The ea have open a single sellorder.
      Do you have an example how it can work?

      regards,
      Dieter
      Sellproblems.gif

      ......
      Sellproblems.gif

      posted in Questions & Answers
      D
      Dieter
    • RE: Problem with PC version Fxdreema

      the problem is solved by: new installation of all data

      posted in Bug Reports
      D
      Dieter
    • RE: Problem with PC version Fxdreema

      Hello,
      after I have updated windows 7 I have the same problem 'expression error'.
      The programm fxdreema can not we started.

      Is there a solution?

      posted in Bug Reports
      D
      Dieter
    • RE: Calculation-problem with Lotsize: mql4, local version 082

      Thanks,

      If the variables that calculate the lotsize can be lost, if the ea will be restart. How can I optimize the lotsize in this example http://prntscr.com/3nnjy3 ? The lotmultipler (*2) of the last trade is fixed?
      The optimization is to improve the lotmultipler (*2).

      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Calculation-problem with Lotsize: mql4, local version 082

      Hello,

      Content: see attachments:
      I have the problem to calcultate the lotsize of the next buy pending order. The ea start a buy now order. If the order is excecute the block 14 check the profit. If the profit of the last open order is more than -x pips then block 14 will excecute with 'yes'.
      Block 17 calculates: the number of buylots * an multipler. The result is 'bLot1'.
      Block 18 calculates: the result of block 17 'bLot1' * the number of longcount are currently trade.
      The result of block 18 will be giving to block 19 'Money Management - Formula Result' as Lotsize the the next buy pending.

      Example of the shall-calkulation of the Lotsize of block 19: 1 * 2 * 3 = 6 Lot; (this is ok).

      Problem: The last opend order is not multiplied by the multipler. Only the result of block 17 is added to the following opened Pendings.

      How can I calculate that a new opended pending order is calculated in the manner: (last oprend order lotsize) * (multiper) so that

      Lotsize of pending order 1 is = 1

      Lotsize of pending order 2 is = 2

      Lotsize of pending order 3 is = 4

      Lotsize of pending order 4 is = 8
      and so on.
      I will not use block 'buy pending order in a grid'

      regards and thanks in advanced,
      Dieter

      ......
      Screenshot - Calculationproblem.gif
      Calkulationproblem.xml

      posted in Questions & Answers
      D
      Dieter
    • RE: Number of running sell/buy trades?

      Thank you,

      I believe that on longterm I will start with the mql-code/C++ programming because of the possibilities are bigger and of the durations of optimization are so really really short.

      The time will rules this ⚡

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Number of running sell/buy trades?

      Hello, hello,

      example: 6 selltrades and 4 buytrades are running.
      How to find out the number of buytrades as a numerical value? I will use this value as formular input. I will not use the comparision of 'is smaler or is greater as'.

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: How to controle Trade and Pendings?

      Thank you,

      the first methode withe the good backtest time seems to be the best. 🙂

      Good Work!

      posted in Questions & Answers
      D
      Dieter
    • RE: How to controle Trade and Pendings?

      I have this problem: to get a signal, if the first order (market order) will be closed by the take profit from the blocks sell- or buy now.

      A trade Start with a fix take profit. In the same time starting two peending orders.
      The trade will be closed by take profit. So, I need a signal to close the two pending orders.

      Can you give an example to controle this??? ❓

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Question to community: duration of optimization attached EA

      It is difficult to choose between MT4 and MT5. I'll try the new MT4.
      My way is :
      1 Calculating the price changes that have occurred in recent years
      2 What dynamic calculations variables can be calculated , which automatically adapt to the current and future changes?
      3 Use of FXDreema
      4 To obtain Optimization Basics
      5 Invigorate the basic data for all eventualities
      6 Programming in FXDreama
      7 validate in Metatrader tester
      8 Demo test
      9 validate
      10 live
      11. hope to win

      Item: Calculation of % of Balance for an account (1 Standslot: 100.000 pcs):
      Lotsize = (%ofBalance/100)*Balance/Lotsize
      = (100/100)*2000/100000
      = 0,02 Lot

      Fxdreama calculate 0.03: see attached ea

      ......
      Prozent of Balance.mq4

      posted in Questions & Answers
      D
      Dieter
    • RE: MQL5 local version: can not load indikator; % of free Equity

      Hallo,

      the ea runs in the optimazion perfectly.

      In the MT5 demo-account (Alpari) there are two problems:

      1. the ea can not handle the the blocks "buy now" and "buy orders in grid" if the moneymanagement "% of free margin" is used.
      2. It can not load all indicators

      I do not know what can be the failture or the mql5-ea can not use "% of free margin? ❓ ❓

      Here are some logs text:

      IJ 1 09:11:54.558 Myfxbook 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll' is not 64-bit version
      KD 1 09:11:54.838 Myfxbook (CADCHF,H1) Cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll'
      QN 0 09:11:59.581 Myfxbook (CADCHF,H1) Statement uploaded successfully
      LD 1 09:16:02.348 Myfxbook 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll' is not 64-bit version
      JN 1 09:16:07.980 Myfxbook (CADCHF,H1) Cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll'
      MH 1 09:18:06.244 Myfxbook 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll' is not 64-bit version
      DR 1 09:18:06.509 Myfxbook (CADCHF,H1) Cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll'
      KO 0 09:20:35.286 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=10 | error code=4806)
      OL 0 09:20:36.378 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=11 | error code=4806)
      FQ 0 09:20:37.470 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=12 | error code=4806)
      CG 0 09:20:38.563 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=13 | error code=4806)
      ED 0 09:20:39.655 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=14 | error code=4806)
      OG 0 09:20:40.747 GridMacd_1.01 (GBPUSD,M15) You want to trade 0.00010801278128 lot, but your broker's minimum is 0.01 lot. The trade/order will continue with 0.01 lot instead of 0.00010801278128 lot. The same rule will be applied for next trades/orders with desired lot size lower than the minimum. You will not see this message again until you restart the program.
      DN 0 09:20:40.793 GridMacd_1.01 (GBPUSD,M15) 23
      KE 0 09:27:00.997 Myfxbook (CADCHF,H1) Statement uploaded successfully
      ON 0 09:42:01.634 Myfxbook (CADCHF,H1) Statement uploaded successfully
      IG 0 09:57:02.738 Myfxbook (CADCHF,H1) Statement uploaded successfully
      NH 0 10:12:04.295 Myfxbook (CADCHF,H1) Statement uploaded successfully
      QO 0 10:17:59.008 GridMacd_1.01 (GBPUSD,M15) Uninitialize: Symbol or timeframe was changed
      KI 0 10:18:00.849 GridMacd_1.01 (GBPUSD,H1) Uninitialize: Symbol or timeframe was changed
      DF 0 10:18:02.175 GridMacd_1.01 (GBPUSD,M30) Uninitialize: Symbol or timeframe was changed
      LP 1 10:18:46.744 Myfxbook 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll' is not 64-bit version
      MJ 1 10:18:47.321 Myfxbook (CADCHF,H1) Cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll'
      IP 0 10:18:49.022 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=10 | error code=4806)
      LE 0 10:18:50.114 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=11 | error code=4806)
      PJ 0 10:18:51.206 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=12 | error code=4806)
      MO 0 10:18:52.298 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=13 | error code=4806)
      NL 0 10:18:53.390 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=14 | error code=4806)
      QO 0 10:18:54.482 GridMacd_1.01 (GBPUSD,M15) You want to trade 0.00010870657728 lot, but your broker's minimum is 0.01 lot. The trade/order will continue with 0.01 lot instead of 0.00010870657728 lot. The same rule will be applied for next trades/orders with desired lot size lower than the minimum. You will not see this message again until you restart the program.
      MF 0 10:18:54.529 GridMacd_1.01 (GBPUSD,M15) 23
      RO 0 10:20:35.367 GridMacd_1.01 (EURUSD,H1) Error: Indicator cannot load (handle=10 | error code=4806)
      JP 0 10:20:36.459 GridMacd_1.01 (EURUSD,H1) Error: Indicator cannot load (handle=11 | error code=4806)
      KJ 0 10:21:21.902 GridMacd_1.01 (EURUSD,H1) Uninitialize: Account was changed
      KF 0 10:21:21.965 GridMacd_1.01 (GBPUSD,M15) Uninitialize: Account was changed
      PP 1 10:21:22.058 Myfxbook 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll' is not 64-bit version
      CJ 1 10:21:27.752 Myfxbook (CADCHF,H1) Cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll'
      QJ 0 10:23:09.667 GridMacd_1.01 (EURUSD,H1) Uninitialize: Account was changed
      MF 0 10:23:09.745 GridMacd_1.01 (GBPUSD,M15) Uninitialize: Account was changed
      RP 1 10:23:09.839 Myfxbook 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll' is not 64-bit version
      GJ 1 10:23:10.400 Myfxbook (CADCHF,H1) Cannot load 'C:\Users\Administrator\AppData\Roaming\MetaQuotes\Terminal\B466A7DF7996ECE6D0803D320F31D0AB\MQL5\Libraries\zlib_wrapper.dll'
      DR 0 10:23:10.712 GridMacd_1.01 (EURUSD,H1) Error: Indicator cannot load (handle=10 | error code=4806)
      LG 0 10:23:11.804 GridMacd_1.01 (EURUSD,H1) Error: Indicator cannot load (handle=11 | error code=4806)
      NJ 0 10:23:11.976 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=10 | error code=4806)
      OO 0 10:23:13.068 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=11 | error code=4806)
      JL 0 10:23:14.160 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=12 | error code=4806)
      JQ 0 10:23:15.252 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=13 | error code=4806)
      PF 0 10:23:16.360 GridMacd_1.01 (GBPUSD,M15) Error: Indicator cannot load (handle=14 | error code=4806)
      EF 0 10:23:16.375 GridMacd_1.01 (EURUSD,H1) Uninitialize: Account was changed
      JS 0 10:23:16.469 GridMacd_1.01 (GBPUSD,M15) You want to trade 0.0 lot, but your broker's minimum is 0.01 lot. The trade/order will continue with 0.01 lot instead of 0.0 lot. The same rule will be applied for next trades/orders with desired lot size lower than the minimum. You will not see this message again until you restart the program.

      posted in Bug Reports
      D
      Dieter
    • RE: Question to community: duration of optimization attached EA

      Thank you for you works 🙂 🙂 🙂 .
      I have changed the structure of the code in the meantime. So it is possible to optimize and run this ea on MT4. You can see the results on:

      http://www.myfxbook.com/members/DiWi/al ... 974/789807

      regards,
      Dieter

      posted in Questions & Answers
      D
      Dieter
    • RE: Question to community: duration of optimization attached EA

      I have attached an simple ea and the preset for the optimization. Further on I have you attached a picture with the settings for the optimation in the metatrader 4 tester. How long does the optimization with the given settings? I'd love to have a comparison.

      inp2=(2) Weekday filter
      inp2_tradeMonday=1
      inp2_tradeTuesday=1
      inp2_tradeWednesday=1
      inp2_tradeThursday=1
      inp2_tradeFriday=1
      inp2_tradeSaturday=0
      inp2_tradeSunday=0
      inp3=(3) Hours filter
      inp3_StartHour=1
      inp3_StartHour,F=0
      inp3_StartHour,1=1
      inp3_StartHour,2=0
      inp3_StartHour,3=0
      inp3_EndHour=23
      inp3_EndHour,F=0
      inp3_EndHour,1=23
      inp3_EndHour,2=0
      inp3_EndHour,3=0
      inp4=(4) bPriceLevel < bBBLowerBand
      inp4_Ro_BandsPeriod=60
      inp4_Ro_BandsPeriod,F=1
      inp4_Ro_BandsPeriod,1=10
      inp4_Ro_BandsPeriod,2=10
      inp4_Ro_BandsPeriod,3=60
      inp4_Ro_BandsShift=0
      inp4_Ro_BandsShift,F=0
      inp4_Ro_BandsShift,1=0
      inp4_Ro_BandsShift,2=2
      inp4_Ro_BandsShift,3=12
      inp4_Ro_Deviation=2
      inp4_Ro_Deviation,F=0
      inp4_Ro_Deviation,1=1
      inp4_Ro_Deviation,2=1
      inp4_Ro_Deviation,3=5
      inp4_Ro_TIMEFRAME=0
      inp4_Ro_TIMEFRAME,F=0
      inp4_Ro_TIMEFRAME,1=0
      inp4_Ro_TIMEFRAME,2=0
      inp4_Ro_TIMEFRAME,3=0
      inp5=(5) bRsi < bRSIValue
      inp5_Lo_RSIperiod=70
      inp5_Lo_RSIperiod,F=1
      inp5_Lo_RSIperiod,1=5
      inp5_Lo_RSIperiod,2=5
      inp5_Lo_RSIperiod,3=120
      inp5_Lo_TIMEFRAME=0
      inp5_Lo_TIMEFRAME,F=0
      inp5_Lo_TIMEFRAME,1=0
      inp5_Lo_TIMEFRAME,2=0
      inp5_Lo_TIMEFRAME,3=0
      inp5_Ro_Value=60.00000000
      inp5_Ro_Value,F=1
      inp5_Ro_Value,1=5.00000000
      inp5_Ro_Value,2=5.00000000
      inp5_Ro_Value,3=70.00000000
      inp6=(6) bStochMain < bStochValue
      inp6_Lo_Kperiod=85
      inp6_Lo_Kperiod,F=1
      inp6_Lo_Kperiod,1=5
      inp6_Lo_Kperiod,2=5
      inp6_Lo_Kperiod,3=120
      inp6_Lo_Slowing=3
      inp6_Lo_Slowing,F=0
      inp6_Lo_Slowing,1=1
      inp6_Lo_Slowing,2=2
      inp6_Lo_Slowing,3=10
      inp6_Lo_TIMEFRAME=0
      inp6_Lo_TIMEFRAME,F=0
      inp6_Lo_TIMEFRAME,1=0
      inp6_Lo_TIMEFRAME,2=0
      inp6_Lo_TIMEFRAME,3=0
      inp6_Ro_Value=10.00000000
      inp6_Ro_Value,F=1
      inp6_Ro_Value,1=5.00000000
      inp6_Ro_Value,2=5.00000000
      inp6_Ro_Value,3=70.00000000
      inp7=(7) bMaFast > bMaSlow
      inp7_Lo_MAperiod=120
      inp7_Lo_MAperiod,F=1
      inp7_Lo_MAperiod,1=10
      inp7_Lo_MAperiod,2=10
      inp7_Lo_MAperiod,3=600
      inp7_Lo_MAshift=0
      inp7_Lo_MAshift,F=0
      inp7_Lo_MAshift,1=0
      inp7_Lo_MAshift,2=2
      inp7_Lo_MAshift,3=10
      inp7_Lo_TIMEFRAME=0
      inp7_Lo_TIMEFRAME,F=0
      inp7_Lo_TIMEFRAME,1=0
      inp7_Lo_TIMEFRAME,2=0
      inp7_Lo_TIMEFRAME,3=0
      inp7_Ro_MAperiod=430
      inp7_Ro_MAperiod,F=1
      inp7_Ro_MAperiod,1=10
      inp7_Ro_MAperiod,2=15
      inp7_Ro_MAperiod,3=600
      inp7_Ro_MAshift=0
      inp7_Ro_MAshift,F=0
      inp7_Ro_MAshift,1=0
      inp7_Ro_MAshift,2=0
      inp7_Ro_MAshift,3=0
      inp7_Ro_TIMEFRAME=0
      inp7_Ro_TIMEFRAME,F=0
      inp7_Ro_TIMEFRAME,1=0
      inp7_Ro_TIMEFRAME,2=0
      inp7_Ro_TIMEFRAME,3=0
      inp8=(8) bUseCCI 1=Yes, 0=No
      inp8_Ro_Value=0.00000000
      inp8_Ro_Value,F=0
      inp8_Ro_Value,1=0.00000000
      inp8_Ro_Value,2=1.00000000
      inp8_Ro_Value,3=1.00000000
      inp9=(9) bCci < bCciValue
      inp9_Lo_CCIperiod=14
      inp9_Lo_CCIperiod,F=0
      inp9_Lo_CCIperiod,1=5
      inp9_Lo_CCIperiod,2=3
      inp9_Lo_CCIperiod,3=120
      inp9_Ro_Value=20.00000000
      inp9_Ro_Value,F=0
      inp9_Ro_Value,1=5.00000000
      inp9_Ro_Value,2=5.00000000
      inp9_Ro_Value,3=50.00000000
      inp11=(11) Buy pending orders in grid
      inp11_GridOrdersCount=6
      inp11_GridOrdersCount,F=0
      inp11_GridOrdersCount,1=6
      inp11_GridOrdersCount,2=0
      inp11_GridOrdersCount,3=0
      inp11_GridStartOffset=-130.00000000
      inp11_GridStartOffset,F=1
      inp11_GridStartOffset,1=-240.00000000
      inp11_GridStartOffset,2=20.00000000
      inp11_GridStartOffset,3=0.00000000
      inp11_GridSize=40.00000000
      inp11_GridSize,F=1
      inp11_GridSize,1=30.00000000
      inp11_GridSize,2=10.00000000
      inp11_GridSize,3=80.00000000
      inp11_VolumePercent=2.50000000
      inp11_VolumePercent,F=0
      inp11_VolumePercent,1=2.50000000
      inp11_VolumePercent,2=0.00000000
      inp11_VolumePercent,3=0.00000000
      inp11_StopLossPips=290.00000000
      inp11_StopLossPips,F=1
      inp11_StopLossPips,1=200.00000000
      inp11_StopLossPips,2=30.00000000
      inp11_StopLossPips,3=400.00000000
      inp11_GridLevelsGradation=100.00000000
      inp11_GridLevelsGradation,F=0
      inp11_GridLevelsGradation,1=100.00000000
      inp11_GridLevelsGradation,2=0.00000000
      inp11_GridLevelsGradation,3=0.00000000
      inp11_GridVolumesGradation=100.00000000
      inp11_GridVolumesGradation,F=0
      inp11_GridVolumesGradation,1=100.00000000
      inp11_GridVolumesGradation,2=0.00000000
      inp11_GridVolumesGradation,3=0.00000000
      inp11_GridSLgradation=90.00000000
      inp11_GridSLgradation,F=1
      inp11_GridSLgradation,1=10.00000000
      inp11_GridSLgradation,2=10.00000000
      inp11_GridSLgradation,3=100.00000000
      inp13=(13) bUse BE 1=Yes, 0=No
      inp13_Ro_Value=1.00000000
      inp13_Ro_Value,F=0
      inp13_Ro_Value,1=1.00000000
      inp13_Ro_Value,2=0.00000000
      inp13_Ro_Value,3=0.00000000
      inp14=(14) bSetBreakevenAt
      inp14_ProfitAmountPips=50.00000000
      inp14_ProfitAmountPips,F=1
      inp14_ProfitAmountPips,1=10.00000000
      inp14_ProfitAmountPips,2=10.00000000
      inp14_ProfitAmountPips,3=60.00000000
      inp15=(15) Modify stops of trades
      inp15_NewStopLoss=50.00000000
      inp15_NewStopLoss,F=1
      inp15_NewStopLoss,1=10.00000000
      inp15_NewStopLoss,2=5.00000000
      inp15_NewStopLoss,3=60.00000000
      inp15_NewTakeProfit=10.00000000
      inp15_NewTakeProfit,F=1
      inp15_NewTakeProfit,1=10.00000000
      inp15_NewTakeProfit,2=5.00000000
      inp15_NewTakeProfit,3=60.00000000
      inp16=(16) Delete pending orders
      inp17=(17) bCloseRunOrdersAtPips
      inp17_ProfitAmountPips=80.00000000
      inp17_ProfitAmountPips,F=1
      inp17_ProfitAmountPips,1=10.00000000
      inp17_ProfitAmountPips,2=5.00000000
      inp17_ProfitAmountPips,3=100.00000000
      inp18=(18) Close trades
      MagicStart=1389
      MagicStart,F=0
      MagicStart,1=1389
      MagicStart,2=0
      MagicStart,3=0

      ......
      DiWi_Grid_LONG_1.00.mq4
      Screenshot - 27.12.jpg

      posted in Questions & Answers
      D
      Dieter
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 5 / 8