fxDreema

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

    Posts made by Pipperoni

    • RE: pending orders expiry

      Your broker might have a minimum on that expiration. Mine, GKFX, has on DAX a minimum time of 11 minutes.

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: how can i set #property version in source code?

      @YOSEF said in how can i set #property version in source code?:

      Thank u very much! how do i set it in the source code itself? can i open the ea source code on metaeditor? and than how?

      Of course you can. Save the file as mq4 and open it in the MetaEditor. And in the source code you can write what you want , as long as you start your text with // and close with //

      0_1504184228343_fxdr3425.jpg

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: Any suggestion for Renko Chart !?

      Be careful ! Metatrader is not good in making a chart of Renko. It creates BRICKS that look like candles .... BUT THEY ARE NOT. In a Renko chart (on MT4) the values for open high low close are useless. The only value that is correct is the close value, at the instant of closing (formation) of the brick ONLY. If you make an EA that use "once per bar" it will react on the bar open. But this value is only created retrospectively in a Renko chart. If you want to invest time in Renko ... make EAs that ONLY take the brick close for action ...(good luck with that)

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: how to make buy and sell pending orders

      0_1504168088943_Fxdr323.jpg

      This will open 1 Buy pending and 1 Sell pending order at the same time ...if condition 1 is true .

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: How can I get the price for a buy or a sell of my current trade

      maybe this ?

      0_1504166355298_FXDR221.jpg

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: Need for Trailing Stop (Smart)

      0_1504108556113_trailer1saef.jpg

      0_1504108573844_trailer2saef.jpg

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: Point size issues

      You tried this ?
      0_1503998007680_fxdr points.jpg

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: need help indicater

      if you want help from this community , present your project like this:
      0_1503987670296_sh li.jpg

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: how to re-open position after take-profit or stop-loss frist tick

      Your EA is a totoal mess. But once I was an absolute beginner too.
      simple mistakes are:

      1. Once per bar on top ? Than the EA will only act once every bar starts ... all other ticks are ignored.
      2. Left from the block title you have a number . For "once per bar" the block number is 20 in your example. You should change these number in a logic order that you want the blocks to execute. 1,2,3,4 etc from top to bottom for example.
      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: smart trailing stop

      @guyha04 said in smart trailing stop:

      @fxDreema i need a real example what to do

      0_1503846905182_trailer1.jpg
      0_1503846919653_trailer 2.jpg

      real enough ?

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • Open Trade at candle open and close the trade at candle close

      Here I want to provide an answer for a common question on Fxdreema:
      How to open a trade at Candle Open ...and close it at candle close time.
      0_1503845557625_Open at candle open.jpg
      I suggest to do it like this (example for 5MIN chart ONLY) : shared example
      But if somebody knows better ...

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: Multiple trades are created one after another?

      For any EA you make ... Before allowing a new order to be placed, we need to check first if there is an already pending open order or an open trade.
      0_1503048875931_Fxdreema223.jpg
      Once per bar is probably not a good idea. If you use your EA on more than 1min chart ...a bar can be very long and a lot can happen in that time.
      You also want to use a time filter.... (if you want to sleep well...hahahah) I trade for example DAX and I want my EAs to work only during Euro and US market times.

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • Save EA modification under a new name

      Hi.
      A simple question:
      I have a project and I save the ea under the name: EA1. When I want to make a new EA, but don't want to start from zero, I use this EA1 and modify it. Now I want to save the newly modified EA1 under the new name EA2.
      HOW TO DO THAT ?
      When I change the name of the original EA1 to EA2 and than hit the yellow MQ4 button above it ... It changes the original EA1 (in the project list) to EA2.
      I don't want to start every new EA from zero with: Projects > New Project

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: Tester text line

      Thanks Tcanuto for the suggestion. But ... the purpose of my question for a text block is to insert text anywhere between the Mt4 tester input fields. Can that be done with this constants ? The text appears on top of the list. How can I let it appear at (for example) between input field (row)10 and 11 ?
      0_1502265281434_text.jpg

      posted in General Discussions
      Pipperoni
      Pipperoni
    • RE: Tester text line

      Come on Fxdreema ... this is a super simple block ...please !

      posted in General Discussions
      Pipperoni
      Pipperoni
    • Tester text line

      Fxdreema, could you please add a block that inserts a text line in the tester input fields ? Especially in EAs with a lot of input parameters, it would be very useful to be able to add some comment text.
      0_1501486070165_input string2.jpg
      In the code it is a tester string input field
      0_1501486139312_input string1.jpg
      If you could make a block that adds this text line in to the tester input fields :
      0_1501486263841_input string3.jpg

      Thanks in advance !

      posted in General Discussions
      Pipperoni
      Pipperoni
    • RE: enter a text line in the EA properties input window

      @fxDreema
      So I have to choose: fast and able to optimize in the tester ....against a logic header ? A no-brainer.

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: enter a text line in the EA properties input window

      Not sure what the relation is to my question but since you suggested CONSTANTS as the solution .... I did a test . 0_1491225446566_cts1.jpg
      0_1491225462657_cts2.jpg
      0_1491225476413_cts3.jpg

      What have I done wrong ?

      Hey Rado, I am NOT a coder ... I have no idea when you start about constants and double ... But I just tried to follow your suggestion.
      Also ...just filling in a number in the SL field and checking the box beside it, is a lot quicker than first filling that value in the Constants dialog window. All these Constants we need any way only in there respective fields in the box where they are used. So making a constant first is from the perspective of user friendliness a big step back.

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • RE: Block sequence warning pls

      0_1491221220884_block Ids.jpg
      Updated.
      This usually does the trick of auto-sorting the ID numbers .... BUT NOT ALWAYS !

      posted in Bug Reports
      Pipperoni
      Pipperoni
    • RE: enter a text line in the EA properties input window

      Sorry for not understanding...
      Are you suggesting to use 1 constant SL for my EA? Do I have to understand SL (as you explain:) "Don't try to modify the Constant. The word "Constant" here should be read literally." ??? But I have to access the SL in the Tester Settings and optimize it. Please explain more ...because I don't get it.
      And what is the relation with the missing Headers and my question if we could have a block that add a text string only ?

      posted in Questions & Answers
      Pipperoni
      Pipperoni
    • 1
    • 2
    • 3
    • 2 / 3