fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. NonciAzzecco
    3. Posts
    N
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 49
    • Best 0
    • Controversial 1
    • Groups 0

    Posts made by NonciAzzecco

    • RE: GridTest

      __For all orders to have the same SL (or TP), try this option "Dynamic level (same for all orders)". The difference is that this is a price level.
      This is my example: https://fxdreema.com/shared/kd2DBUeP
      And this is the result from it: http://prntscr.com/42vhg8[/quote:lhyix5zh]

      Ok something is changed, but now 6 buy order are opened instead of 3 (rounding issues?) calculation seems correct...

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: GridTest

      In the gridtest ea I am trying to open a grid of buy orfers with the same sL and same TP calculated as a multiple of the grid levels (+1) and grid size.
      I have tried to optain it in several ways but with no luck. What I am missing?

      Thank you

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      __.mq4 and .mq5 files contains all the project data from fxDreema. I loaded your project from the .mq5 above. I will probably remove that .xml option in near future[/quote:1zx9uj44]
      ok now it works. Thank you

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      __I updated something, now it should be fine without errors. But it worked anyway :)[/quote:21ydlx8o]

      ok should I re-compile the ea?

      How can i export the project from the stand alone the xml export option does not work...

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      __I have 1 error message at the very beginning, but then it works, the indicator can be read and used. I'm using this to see if any indicator works: https://fxdreema.com/shared/4kOOeZrBb[/quote:yxxcprkd]

      I do not know if we are talking regarding the same thing. I the EA works on during backtest, nut gives error when attacched to a chart in a demo account. How can you say if the EA works or not?

      the error pop up on the expert tab, not in the journal

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      Weird, it happens opn several different EA build with this system. Attached an example.

      Some info that could be usefull to identify the issue:

      • All the EA backtest properly. I have issu only when attaching to a Chart.
      • I am on Alpari just switched from istant execution to market
      • At least 3 EA developed for testing purposes has the same strange behavior.

      How coud be an issue related to custom indicator if they backtest properly?

      I have tried to export the fxDreema code and attacch hera, but the Stand alone version does not allow me to export this project. Whats wrong?

      thank you

      ......
      KeltnerChannels.mq5
      keltner_channel.mq5

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      I guess you have misunderstood. I am not using any standard indicator envelopes. Why should I add it?
      This is the reason I think this is the bug. Please check the project Envelope Scalper and you will sww that only one standard indicator have been used

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      Weird No answer? I posted in the wrong section?

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: Error: Indicator cannot load (handle=10 | error code=4806)

      Goodmorning
      The Envelope Scalper was correctly bactested.
      When I Try to attach it at a chart for demo purposes I receive the following error message:
      2014.07.03 00:45:08.707 Envelope Scalper (EURUSD,M5) Error: Indicator cannot load (handle=10 | error code=4806)
      The message appear as soon as I start the ea.

      Naturally same MT5 istance. No idea how can I fix it.

      Thank You

      posted in Bug Reports
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      Ok, its a pitty, but I understand. There is not a perfect tool unfortunately

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      __Well, but it does what it is designed to do - it stops the EA and waits for manual reaction. In MT4 is that way, with Windows prompt, I don't know why this option is missing in MT5.

      And those buttons... they are not prompts 😮 And does not appear right in front of your eyes. Buy why you will want to manually confirm position, if not only for testing something, which is otherwise not a problem in demo account 😏[/quote:2xsh7fyu]

      I agree the dialog box works as expected. On the other side I am trying to program an expert advisor supporting me in making calculation regarding sl, tp, money management and basic signal verification I want to review to proposed trade and only lunch it after that i have made other extra checks. I am not in the stage that I want full automated ea. The dialog box as programmed in this moment does not provide to me the flexibility I am looking for.

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      __It is, it stops the EA until you click on any button. This is the MessageBox() function, and there is maybe one more function that can stop the EA for a while - Sleep().[/quote:14q0q2k8]

      Sorry, i did not fully understand your answer. Have a look at the buttons that appears on the script I mentioned and you will see that is different things. In the first case the button ar chart objects, not windows dialog boxes

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      Ok tested. It works but is limited beacuse the popup dialog box is not bound with the chart. Is a standard windows dialog box.
      I was looking for a dialog box that should be built in the chart area. In this way you can have a dialog box for each chart something like the buttons displayed with "OrderInfoSample" Script present in the standard MT5 list.

      I guess this is a new feature but in this moment I am more focused in tools helping me trading, more than fully automated EA buttons on chart will be a great ad on. Maybe an "onpressbutton" event, or a specific set of blocks giving the opportunity to draw button and associate specific action. I do not know, just brainstorming, but I know you gor the idea behind it

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      __I just added a new block called "Prompt". Somewhere at the bottom in the list.[/quote:2wr7hbpi]

      Great you are so fast!

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      __http://prntscr.com/3r7v0r[/quot
      That option is not available in MT5
      https://www.dropbox.com/s/woq2sjmralqvttw/Screenshot 2014-06-09 21.50.00.png

      https://www.dropbox.com/s/woq2sjmralqvt ... .50.00.png

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: How to request a manual confirmation before place an order

      Hi, it is possible to force an EA to request some user confirmation before placing an order?

      Thank You

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: backtesting

      __Wow, this was old and dangerous bug, I wonder how it was not reported long ago 😮
      I think I fixed it, it was only for some MM ("Risk" ones) and only for pending orders. At some place in the code I was using ask/bid instead of the open price, and this caused wrong calculations for the lot size.

      You can try it now, is it ok?[/quote:f16fg3fz]

      Yes its ok. I deserve a gift for my bug finding skills 🙂

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: backtesting

      I am backtesting the EA: EMA con FRMM on alpari EURUSD H4.
      The idea is to explore the Fixed risk (money).
      Everything seems working unless in 13 August 2013 a huge size position is opened and the trade lose more than 400€, while the maximum acceptable risk is set to 60€. I can not understand the reason: is a risk fissed algorithm issue, backtesting, ...
      The mistake seems to be that wrong lot opened but I can not undertsnd why I have visually backtested but I did not get any further information.

      Thank you in advance

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: Project Option Bug?

      __I fixed it for you, now there are no errors.

      There are some parameters that already accept value that is measured in "pips", like this "Price offset" parameter. There is no reason to write the word "pips" because whatever number you write, it is considered as pips: http://prntscr.com/3q8yrj And yes, you can use positive or negative value for this parameter.[/quote:13hpu5qo]

      Sounds Great! Good we

      posted in Questions & Answers
      N
      NonciAzzecco
    • RE: Project Option Bug?

      __Look at the blocks 75 and 78. "Different pips", what do you mean by that?[/quote:wkxvc1k9]

      The idea was to place a down arrow 5pips above the candle high and an up arrow 3pips below the lower of the candle. The edge of the arrows would simplify the identification of the sell stop and stoploss levels. As I have properly understood you mentioned that is not possible to specify different number of pips. I would apreciate such a freedom degree

      On top of this I do not understand why there are 4 errors compiling this ea. All of them are linked with the "pips", but i am not able to debug this.

      posted in Questions & Answers
      N
      NonciAzzecco
    • 1
    • 2
    • 3
    • 2 / 3