Muhammad ronny yusuf
New Member
- Credits
- 0
Thanks for sharing sir.. i will test your EA and wanna combine it with my strategy.. cheerrsss
This indicator arrow has some time lag, so it is difficult to pick up all arrow signal.
You can use shift value,
Shift =0 (read the current bar signal)
Shift =1 ( read the previous bar signal)
View attachment 156076
View attachment 156075
You need to add additional confirmation for bands to enter trade else it will stuck in ranging market.In screenshot you can see there lines of bands up and three lines down. Pls make rules for ea to take trades if arrow appears on band 3 or 2 then only take buy or sell.This indicator arrow has some time lag, so it is difficult to pick up all arrow signal.
You can use shift value,
Shift =0 (read the current bar signal)
Shift =1 ( read the previous bar signal)
View attachment 156076
View attachment 156075
Hi Mr Tanaka! Forex is very Risky Program and you hard work for that thanks a lot, I want to tell you one idea's Leave EA from indicator for some time . and Make other type of EA. for example Make Candle Stick Scalper EA for H1, M30, M15, are you agree with me? Please answer? Many Thanks
Dear Tanaka,
can you please tell me how to set the "basket Profit" settings? Whatever I put, it close always at $1 How to modify this?
What is the "Tick Entry" for? (I saw it in all your EA's)
Thanks a lot
What about order blocks?Ya! Let's make a new type of EA without indicator,
Tell me the logic.
What about order blocks?
Very niceAttached indicator (and setfile for it)
For now we could begin with simple trade logic.
1)Buy/Sell afther creating an order block (Supply or Demand) and price come back to it entering Buy/Sell order.
Usually price come back and rebounce.
SL: should be dynamic (not sure if it is possible) just under/over the order block.
TP: should be dynamic (not sure if it is possible) The last swing High/Low
If dynamic not possible maybe can put fixed and use it dependig of the timeframe (higherTF= HigherTP and vice versa)
2)Buy/Sell Discount/Premium Zone
TP:
a)or Fixed or
b)when price comes to the equilibrium zone
c) when price comes to the oposit Premium/Equilibrium Zone
SL: should be dynamic (not sure if it is possible) just under/over the order block.
or set fixed TP/SL
This is basic Trading logic.
After this is done, we can elaborate the entries using CHOCH and BOS for trading entries.
BTW: All the signals comes from the Indicator. (I added a setfile for it)
Please, if possible Use Hidden TP/SL
Bobby
Hi Dear! Where is this EA which you talk about that? Please Upload Here also. Many Thanks
Attached indicator (and setfile for it)
For now we could begin with simple trade logic.
1)Buy/Sell afther creating an order block (Supply or Demand) and price come back to it entering Buy/Sell order.
Usually price come back and rebounce.
SL: should be dynamic (not sure if it is possible) just under/over the order block.
TP: should be dynamic (not sure if it is possible) The last swing High/Low
If dynamic not possible maybe can put fixed and use it dependig of the timeframe (higherTF= HigherTP and vice versa)
2)Buy/Sell Discount/Premium Zone
TP:
a)or Fixed or
b)when price comes to the equilibrium zone
c) when price comes to the oposit Premium/Equilibrium Zone
SL: should be dynamic (not sure if it is possible) just under/over the order block.
or set fixed TP/SL
This is basic Trading logic.
After this is done, we can elaborate the entries using CHOCH and BOS for trading entries.
BTW: All the signals comes from the Indicator. (I added a setfile for it)
Please, if possible Use Hidden TP/SL
Bobby
Hi, it was very touch work for me. Because there are so many blocks (rectangle zone) and I coded to scan all rectangles and
if price is inside of the zone, place an order.
TP=10pips
SL = Opposite signal close
When you run EA, please attach the indicator with your set file.
EA will scan the objects (rectangles) on the chart and always check to see if the current price is within the block zone.
But There is some problem. We can not know price inside the zone is BUY or SELL entry. Because EA check just
rectangle price. If you have some indicators I can add to it to find if signal is buy or sell...
For this reason, backtest with everytick mode is so slow and if you just check how EA works in control points mode in backtest.
Anyway to confirm the EA ability, please test in demo account and watch how it works!![]()