fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. josecortesllobat
    3. Posts
    J
    • Profile
    • Following 2
    • Followers 20
    • Topics 34
    • Posts 507
    • Best 41
    • Controversial 1
    • Groups 0

    Posts made by josecortesllobat

    • RE: Intra-bar Transaction

      You will need to place the condition to trade on top of the "OnTrade" section.

      0_1554294265823_53c28bf7-1094-4e00-a123-33fd904c8d9a-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Change stop loss after 1 candle

      https://fxdreema.com/forum/topic/6986/check-age-based-on-candles

      If BarCounter == 1 --> Modify Stops

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Registry the spread size when open a trade

      This will display the spread value on the "Comment"

      0_1554276578834_a82cd4fe-8858-4fd5-96b2-5aad4476101e-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: rsi signal waiting for a crossing of two moving averages

      Maybe this is what you are looking for

      https://fxdreema.com/forum/topic/6231/two-conditions-are-met

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Trading More than one currency

      Yes, it is. You just need to change the Magic Number on each chart that the EA is trading.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Check age based on candles

      The easiest way is to define a variable that increases by 1 when a new candle opens if there is a trade running.

      int BarCounter = 0

      Once per bar - If trade -> BarCounter = BarCounter+1

      You have to reset that variable when there is no trade. My suggestion is to reset it when a new trade opens.

      This is just an example

      0_1553928120909_09a7492d-b945-40c4-b90b-59fa66c20cb5-image.png

      0_1553928394714_092a7b9b-da16-444e-a438-72d2e1566460-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Detect Time Frame

      0_1552602178212_3c9a9457-1aa2-439c-bd29-ee601865637e-image.png

      You can add blocks or not in each output depending on if you want to do something when the condition is met. For example,

      If TF == 16392 (H8) -> do nothing (none block is connected to the true output)
      otherwise -> do something (connect the next condition to the false output)

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: CLOSE ALL TRADES WHEN CURENT EQUITY IS ABOVE PREVIOUS EQUITY STORED IN MEMORY

      I would suggest this example as a starting point for what you are looking for

      https://fxdreema.com/forum/topic/4858/total-profit-reduces-by-x-then-close-everything

      I can say that it works pretty well.

      Thanks to @roar and @timmyhanke to share their idea on this.

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Detect Time Frame

      0_1552430770885_9649957e-761a-4f8d-84d6-7dec60a15bf0-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Looking for a teacher

      @karoshi

      0_1552287394020_308588ce-999f-488b-97f1-d22a8ddf442f-image.png

      0_1552287687788_04eba04e-9758-4688-ba83-fb4c4b0e4a9b-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: hello i take a lot smallest than i put in the setting

      0_1552119122709_c8a346ff-1057-4889-9fe7-b384cd5f2c54-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Does anyone know how to make an EA with MACD indicator?

      0_1552118796191_d7df6b4b-1c5c-48af-b4cf-bf10eb72dd93-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: EA FOR ATR

      It seems to be a mismatch with the data on different timeframes

      https://www.mql5.com/en/forum/110327

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: How can you establish a curce of moving averages in two time frames

      I would suggest something like

      • MA Cross (TF = H1) happens -> Modify Variables (MACross == true)
      • If MACross == true -> Look for the next condition

      0_1552085446381_6e5c22d6-665d-42fa-b123-d2a94cec8702-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: EA FOR ATR

      Did you get any error logged at the Trading Journal when you backtest it?

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Draw arrow when takeprofit is hit

      0_1552063019713_87a71b25-dc8e-4862-84b9-686d10637562-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: 3 Bull and 3 Bear candles strategy.

      This is a good starting point for your project thanks to @miro1360

      https://fxdreema.com/forum/topic/4321/tutorial-08-candle-formations

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Trade too often

      0_1551941510808_3c7ce50a-ad92-4cad-9843-e99fd986da1c-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Does anyone know how to make an EA with MACD indicator?

      MACD is one of the available indicators in fxDreema

      0_1551896457312_ef81dfc9-f45d-4b80-96a4-df27afca9186-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • RE: Trailling stop no positivo.

      0_1551896335621_62c069ab-f1c6-43a4-b1d0-2b4222711034-image.png

      posted in Questions & Answers
      J
      josecortesllobat
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 25
    • 26
    • 5 / 26