fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. dadilula
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 23
    • Best 1
    • Controversial 0
    • Groups 0

    dadilula

    @dadilula

    ciao sono davide, faccio trading da quando ho 18 anni, per anni ho solo e sempre studiato prima di poter applicare in REAL. Parallelamente ho studiato anche come investire in borsa, ed ho creato negli anni un bel portafoglio di investiemnto che a distanza di anni mi ha portato un +100% del capitale investito (azioni america, europoa e tematiche). Per quanto riguarda il trading l'ho abbandonato nel 2020 dopo il periodo del covid, perchè al tempo le mie strategie erano basate sullo scalping, questo mi permisi di portare il mio vecchio conto da 10.000€ a 75.000€ in pochissimo tempo (con un DD% del 24%). Ad oggi quei soldi sono stati spostati su asset più longevi e duraturi nel tempo, a discapito di % di guadagno minori (circa il 9% medio annuo).
    • Potete vedere il mio portafoglio qui: https://goo.by/gRdVHA

    2
    Reputation
    146
    Profile views
    23
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Website linktr.ee/SmartSaverOfficial Location Italia Age 29

    dadilula Unfollow Follow

    Best posts made by dadilula

    • simple function to locate the drawdown % MAX

      hi everyone, I searched online and on the forum how to create 2 lines of code to create a DD% filter, in the end, almost discouraged, I decided to create an EA with all the essentials inside to be able to create this filter, I leave you the link to the project

      https://fxdreema.com/shared/RPtcSNQ0e

      explanation:
      the code is really nonsense, just create a conditional block in which the initial balance sheet and equity are examined by executing this formula:
      constant DD = 95
      if equity <= balance [(*DD %) it must be entered in the appropriate "adjust" space]

      example: €93 <= €100 (*95%)
      = €93 <= 95
      = TRUE
      = close trade

      what happens is that every 5% of DD the EA will close the orders, this function can be used anywhere, even to create a daily DD, in which other blocks are used to stop the EA

      Let me know if I was helpful to you and what you think 😁

      posted in Tutorials by Users
      dadilula
      dadilula

    Latest posts made by dadilula

    • RE: doubts about the martingale

      @l-andorrà thanks

      posted in Questions & Answers
      dadilula
      dadilula
    • RE: doubts about the martingale

      @l-andorrà if I enter: "For each trade block" at every 2nd order in martingale that creates 200 orders in loopit. does not work.

      posted in Questions & Answers
      dadilula
      dadilula
    • RE: doubts about the martingale

      @l-andorrà no I'll try now, I've never done it

      posted in Questions & Answers
      dadilula
      dadilula
    • simple function to locate the drawdown % MAX

      hi everyone, I searched online and on the forum how to create 2 lines of code to create a DD% filter, in the end, almost discouraged, I decided to create an EA with all the essentials inside to be able to create this filter, I leave you the link to the project

      https://fxdreema.com/shared/RPtcSNQ0e

      explanation:
      the code is really nonsense, just create a conditional block in which the initial balance sheet and equity are examined by executing this formula:
      constant DD = 95
      if equity <= balance [(*DD %) it must be entered in the appropriate "adjust" space]

      example: €93 <= €100 (*95%)
      = €93 <= 95
      = TRUE
      = close trade

      what happens is that every 5% of DD the EA will close the orders, this function can be used anywhere, even to create a daily DD, in which other blocks are used to stop the EA

      Let me know if I was helpful to you and what you think 😁

      posted in Tutorials by Users
      dadilula
      dadilula
    • RE: how to import an indicator into an EA?

      @jstap could you explain to me how to do it?

      posted in Tutorials by Users
      dadilula
      dadilula
    • how to import an indicator into an EA?

      hi, I'm trying to import 2 of my indicators into the EA I created, I just don't know how to do it, currently I'm forced to have both the 2 indicators inside the ...\MQL4\Indicators folder
      that the EA inside the ...\MQL4\Experts folder
      This is annoying, what can I do?

      In summary:
      When loading the EA I want the indicators to already be present within the EA code and not to have to install the EA + 2 indicators on MT4.

      thank you all

      posted in Tutorials by Users
      dadilula
      dadilula
    • RE: doubts about the martingale

      nothing, I've tried them all, it can't create SINGLE TP for all orders... let me know

      posted in Questions & Answers
      dadilula
      dadilula
    • RE: doubts about the martingale

      If I changed this entry from "current market price" to "open price", could I solve the problem? what are you saying?

      3730471a-ce5b-46cf-95fa-0f3d67f275db-image.png

      posted in Questions & Answers
      dadilula
      dadilula
    • doubts about the martingale

      Hi everyone, I created this structure to teach the EA that every time it executes the matingala at -5 pips it must also create the new TP, the constants are the following:
      PIP = -5 (pips)
      PERCENTAGE = 200 (it is the multiplier)
      while the variable is TP and I created this formula: ((PIP)*(-1))/1

      • what does it do?
      every -5 pips executes a new order by taking the lot and multiplying it by "PERCENTAGE" (example 0.01 = 1st order, 0.02 = 2nd order, etc...), then moves the TP using the formula I wrote above, then : (-5)*(-1)/1 = 5

      • what's the problem?
      so the problem is that when the new TP is moved (for all orders) I graphically notice that I don't see 1 single red line (the TP) but sometimes I see 2-3 red lines, this means that the TP is not aligned for all the orders orders, it seems as if there is a slippage of a few pips, for example;
      order 1 = TP: 1.0123
      order 2 = TP: 1.0123
      order 3 = TP: 1.0124
      etc...

      • Solution?!?
      I'm here to ask you if you can give me some solutions.

      Thanks in advance

      f97d7182-ab3d-44da-ae65-2d471f2caa83-image.png

      posted in Questions & Answers
      dadilula
      dadilula
    • RE: block problem: Set "Current Market" for next blocks

      @l-andorrà @AMBROGIO perfect thank you all

      posted in Questions & Answers
      dadilula
      dadilula