fxDreema

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

    Telfordstarb

    @Telfordstarb

    -1
    Reputation
    208
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Telfordstarb Unfollow Follow

    Best posts made by Telfordstarb

    • RE: Candle Open below RSI 70 - Candle close above RSI 70.

      so the first red circle shows how if i had it set to ''RSI above value 50'' i wouldve had HEAPS of false signals that the EA wouldve entered. However if (like the other two circles) price was to Close above then be recorded it would only enter once price has closed above it and not just wicked.

      Am i being blonde?? I have a feeling i am lol

      posted in Questions & Answers
      T
      Telfordstarb

    Latest posts made by Telfordstarb

    • RE: EA that closes all positions if +X/-X% is hit

      How would i start that exactly? Im ok(ish) at the condition blocks but not the variables

      posted in Questions & Answers
      T
      Telfordstarb
    • EA that closes all positions if +X/-X% is hit

      Anyone got an EA where it can close all running positions if X amount has been achieved or if X amount has been lost?

      Base values im after is 10% Profit = Close all trades and book the 10%
      And -5% = close all trades and take the -5% loss.

      I dont want it limited to a day, but more of a running EA that just waits till X amount has been hit then closed out.

      I short term invest and diversify all my positons across the market, This also helps with drawdown amounts due to a basket of different trades moving at once.
      However if my profit hits 10% id like to close all positions to book the 10% and the same if i lose 5%.

      I should note that this is for the base starting balance, Not running equity.

      posted in Questions & Answers
      T
      Telfordstarb
    • RE: Help for building a EA

      Thanks for the reply! If i get any free time this weekend ill create a base project and post on here.

      posted in Questions & Answers
      T
      Telfordstarb
    • Help for building a EA

      Could anyone build an EA for me? Iv been trying to find the time to do it myself but with everything going on i dont have the time unfortunately to learn all the blocks needed and how to string them together.

      Pretty much im hoping some lovely fellow on here is willing to help me out.

      The strat:
      If the 9EMA is under the 200EMA and Price is below the 9EMA.
      Once there has been a NEW bearish candle under the 9ema enter a sell. (So if price is under the 9ema but then has 1 green candle followed by a closed red, enter then.
      Im not looking to enter on every Bear candle, Just the first one after a bullish candle while being under the 9ema.

      I would like the entries to enter as follows:
      from the high of the bearish candle close to the low of that candle i would like to target every 10% of that move as an entry (like a fib at 0.1-0.2-0.3 and so on all the way to 1.0. Using the low as lets say 0.0 and the high aas 1.0)

      I would aslso like to scale the lot size like so (0.1lot - 0.2lot -0.3lot) at every X% of the High/Low of the signal candle.
      Close out lets say at 3pips from entry of trade.

      I also dont want to lose anymore than £500 of the days starting balance. (So if i start the day with £10,000 and it drops to £9,500= Close for the day and take no new trades. But if i start with £10,000 and it goes to £10,500 i only want the EA to close all trades and stop if the running losses hit £9,500)

      Pretty much the idea is identify a trend (The 9ema being below the 200ema and price being below the 9ema.) then once a new Bearish candle is printed under the 9ema after a bullish candle to enter a trade and when price goes into drawdown to increase the lot sizes until the high of the bearish candle has been hit, Then to hold the open positions until price either hits the 2 pip from entry TP or if the negitive equity hits £500 of days starting balance.

      The 2 pip stop loss is just so you have a figure to play with, i will most probably change this depending on the pair im applying it to.

      Any questions and ill be happy to answer as youll be doing me a huge favour for building it for me.

      I also understand this is a very cheeky post and ask, However if you dont ask you dont get right?

      Thanks in advance

      posted in Questions & Answers
      T
      Telfordstarb
    • RE: Candle Open below RSI 70 - Candle close above RSI 70.

      but price often pushes the RSI above 70 only to instantly pull back, Meaning the EA wouldve entered in the buy even though after the close it the rsi shows it never went over 70 value, Mainly due to it following the current price and not just its close. Im looking for it to only register the 70 value if the current candle has closed above the 70 and not while the candle is running.

      apologise if im being an idiot. I remember setting it a while ago and had to use a Candle open below rsi 70 and candle close above rsi 70 then enter

      posted in Questions & Answers
      T
      Telfordstarb
    • RE: Candle Open below RSI 70 - Candle close above RSI 70.

      @tpt Im looking to only get it above X value (lets say 70) When the candle actually closes above the X value (70)
      im looking for 1 trade on the close above and thats it

      posted in Questions & Answers
      T
      Telfordstarb
    • RE: Candle Open below RSI 70 - Candle close above RSI 70.

      so the first red circle shows how if i had it set to ''RSI above value 50'' i wouldve had HEAPS of false signals that the EA wouldve entered. However if (like the other two circles) price was to Close above then be recorded it would only enter once price has closed above it and not just wicked.

      Am i being blonde?? I have a feeling i am lol

      posted in Questions & Answers
      T
      Telfordstarb
    • RE: Candle Open below RSI 70 - Candle close above RSI 70.

      Thanks for the answer but no, With that it will open a trade everytime price is above 70.

      Ill see if i can put a image up to help my terrible explaining lmao.

      So candles can go above the RSI 70 then come back below it regardless of it closing.
      Im after a way so that it only enters a trade once its closed above 70. Only 1 trade too.

      Well im looking for 50 value, not 70 but let me link a pic so you can see.0_1651528557378_onleine.png

      posted in Questions & Answers
      T
      Telfordstarb
    • RE: Candle Open below RSI 70 - Candle close above RSI 70.

      Any help would be huge! I keep trying the condition block to say ''Candle. ID 1. Open - crosses - RSi 14.
      But i cant seem to wire it right so that it allows me to set the value for the rsi that i want it to cross.

      No matter how i look at it i must be missing something. I can identify the Candles open and close but cant get it to

      ''Candle open below X RSI value, Candle close above X RSI value.

      That way i could filter out any false signals from a spike or test of a RSI X value.
      as it wont just enter everytime the RSI value crosses X.

      posted in Questions & Answers
      T
      Telfordstarb
    • Candle Open below RSI 70 - Candle close above RSI 70.

      I used to know how to do this but i think im having a blonde moment... for the last few days.

      I want to enter a trade once the RSI value crosses the 70 value.
      But i only want to enter if the candle that breaks the 70 value closes above the 70 value.

      Otherwise the EA just enters trades everytime the RSI goes over the 70 value, Which is not ideal as im only after the candle that broke and closed above the 70 level.

      Any help would be great. I made an EA using this before but forgot how to do it.

      I think i somehow made it so ''Candle ID 1 Open below RSI14 value 70'' '' Candle ID 1 Close above RSI14 value 70''

      But i cant seem to find the blocks i used. But as you can see above im not looking for the EA to enter everytime the RSI goes above 70 as it may wick and reject.
      I am looking for the candle to break it and then close above it to be the entry.

      Thanks in advance

      posted in Questions & Answers
      T
      Telfordstarb