fxDreema

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

    Posts made by juxta14

    • RE: Help with Trading Conditions in Renko

      I have implemented what you said above and it works great. Thanks.

      Still on developing this EA I have another question. Looking at the chart below
      0_1484842959894_Renko Charts 3.png
      The left chart is the smaller time frame while the right chart is the bigger time frame. My idea is to trade using the bigger time frame as the direction and the smaller time frame for entry. So when the bigger time frame gives a sell signal ie PSAR is above price and PSAR is also above price on the smaller time frame then EA should sell.
      Here is my code https://fxdreema.com/shared/iNEWjjAfc
      ( Note: Just an example code, I know I have to change the TF to match the renko charts in order for it to actually trade. )

      EA will sell on the small TF at signal A, B and C, but this is NOT what I need, what I need is for EA to sell just once at the very first signal which is A and not sell at B or C.
      What condition do I have to put to make this possible?
      Thanks for all your help on this forum.

      posted in Questions & Answers
      J
      juxta14
    • RE: Help with Trading Conditions in Renko

      Thanks for prompt response. I will try that.

      posted in Questions & Answers
      J
      juxta14
    • RE: Help with Trading Conditions in Renko

      Ok here is a detailed explanation and what I have done so far
      0_1484638503437_Renko Charts.png
      Above is a renko chart of EURUSD, left chart was made with 7 pips while the right was made with 14 pips and they both have Parabolic sar indicator applied to them.
      Now the trade idea am trying to code is when both charts have PSAR indicator below the last candle a Buy trade should be placed and when they both have the PSAR above the last candle a Sell trade should be placed.
      Here is my code for Buy trade https://fxdreema.com/shared/E8b22extd

      Now it is not trading.
      How can I fix it pls?
      The challenge I think is because it is on 2 different charts or what do you think?

      Thanks for your help

      posted in Questions & Answers
      J
      juxta14
    • Help with Trading Conditions in Renko

      I'm trying to code a EA using 2 different sizes of renko blocks.
      The big block formed with 10 pips: and small block formed with 5 pips. When the previous big block closes above Parabolic Sar indicator and when the previous small block closes above Parabolic Sar, if there is no trade then EA should Buy.
      Can you please show me how this will look like in fxdreema.

      Thanks

      posted in Questions & Answers
      J
      juxta14
    • RE: Number of trades

      Great, you've given me some hints. I'll try again and get back to you later.

      Thanks.

      posted in Questions & Answers
      J
      juxta14
    • RE: Number of trades

      Thanks for your response. I have tried a lot of options and to no avail.
      I tried the "check trades count" and I observed it is only good to limit the active trades which is fine but not what I want, because my trades will be closed at the close of each bar.

      Again what I need is: for example when buy condition is met,
      EA will place the first buy trade at the open of the first bar with conditions met.
      This trade will close at the close of that bar.
      If the first trade closed in profit then EA will stop trading on the buy side and then wait for the first sell signal on the sell side.
      If the first trade closed in a loss then EA will place a second trade at the open of the second bar with buy conditions met.
      This second trade will be the last trade for the buy side it does not matter the out come whether profit or loss, EA will no longer trade buy signal again but repeat the same process on the sell side.
      After which it will come back again to the buy side and repeat again.

      Please see the map, it's how far I got before getting lost so please help correct.
      https://fxdreema.com/shared/ZZhAem9ub

      Thanks

      posted in Questions & Answers
      J
      juxta14
    • RE: Number of trades

      I need help with limiting the number of trades EA can place within a certain condition.
      Example say buy condition is met and I want EA to place trade once every bar. Normally when buy condition is met the conditions remain for like the next ten bars. How do I limit the number of trades to place to only the first 3 bars, also each trade placed closes at the end of each bar? After first 3 bars I don't want EA to place any more trades until the sell condition is met. Then EA will now start placing trades again for only the first 3 bars.

      Thanks.

      posted in Questions & Answers
      J
      juxta14
    • 1
    • 2
    • 2 / 2