look...
if i should make the whole ea for you, you would have to share all information needed for it.
if it is interesting for me i might jump in on the project, otherwise i just give an input (my thoughts etc...)
Posts made by bk7
-
RE: Pending orders in grid blockposted in Questions & Answers
-
RE: Pending orders in grid blockposted in Questions & Answers
@lucivuur said in Pending orders in grid block:
When trend up. We have a grid of 10 limit orders buy. Whenever a limit order is triggered it becomes a trade and after TP we need to fill that limit order again. meaning the grid is constantly full with limit orders and trades. We also have 1 Sell limit order/trade running all the time.
this part can be tricky since you can run out of margin...
the other thing is pretty easy once you have your decision on trending or ranging...
-
RE: Fibo assistance pleaseposted in Questions & Answers
@jsauter86
try calculate it
fractal up
fractal down
custom block with calculation for your fibo levels -
RE: close trade by HeikinAshiposted in Questions & Answers
@ravivzada
you just used the half of my solution.first you have to check if it is a buy or sell trade
then you would have to decide if you want to use just completed bars or not
depending on this decision you have to check if the last bar ha close > open = bull bar and if current bar ha close < open = bear / which means close buy trades and vice versa for sell trades -
RE: TP hit.. move stop loss to break evenposted in Questions & Answers
@sauce
i asked you this is because i had troubles with the % in profit settings as well and constructed my own way to deal with...I would recommend a complete different structure, it could be tricky to implement on such a huge project.
if nobody else can help you in a decent amount of time, you can contact me again if you wish. I hope you find your solution!
-
RE: close trade by HeikinAshiposted in Questions & Answers
you have to check if ha close of last candle is above or below open and then on current if opposite then close
-
RE: close trade by HeikinAshiposted in Questions & Answers
@ravivzada
why are you using an indicator for the tp settings?i thought you want to close your trades on opposite ha candles...
-
RE: EA taking too many Pending ordersposted in Questions & Answers
@evans-baloyir
sry but i dont build your ea -
RE: EA taking too many Pending ordersposted in Questions & Answers
@evans-baloyir
this can't work....
you would have to share your whole project to get someones help -
RE: EA taking too many Pending ordersposted in Questions & Answers
@evans-baloyir
use the block "once per bar" before the order blockyou can also use the block check positions/pending orders count before
-
RE: RSI + Bollinger Band EAposted in Questions & Answers
first you would have to create a logic what means touching which sl which tp etc...
-
RE: close trade by HeikinAshiposted in Questions & Answers
@ravivzada
you have to check if ha close of last candle is above or below open and then on current if opposite then close -
RE: Use the buffers of this indicator, can you help me?posted in Questions & Answers
my private creation is build on the indicator you shared. The difference is that it is improved in different ways and how i see divergence or want to see divergences..
but you can use the same logic for the basic indicator, you just have to adjust the value for the arrow shift which is used in the buffers otherwise you won't get a signal...
-
RE: Use the buffers of this indicator, can you help me?posted in Questions & Answers
as i said before i don't use this version becaus it is too late, so i use a modification of it that comes one bar earlier with same results. i can show you and example of it how it looks like (with my version of this indicator)...

-
RE: Use the buffers of this indicator, can you help me?posted in Questions & Answers
@fabiobioware
it is possible but it is very late 2 bars after the arrow... -
RE: I want my EA to only be able to by when price is inside a manually added rectangle, is this possible?posted in Questions & Answers
@joemarkey6
the simple answer is, yes it is possible!just think about a naming of the rectangle and a color read price coordinates of that and simply check if the price is within that price range, done!
-
RE: TP hit.. move stop loss to break evenposted in Questions & Answers
there are many ways to do that.
it is a bit hard for me to suggest anything since i am not fully understanding your project at one glance. maybe you have a structure picture with some explanations what each block does or should do and why what should be done. so i could think about a way which is best.... -
RE: how to automatize a strategyposted in Questions & Answers
so share the whole strategy, how to open trades, when to close them how to size them etc...
if this is clear to me i might create an ea, the better you structure everything the more likely it is that i (or someone else ) will create it...