• Welcome back! Thank you for being a part of this Traders Community. Let's discuss and share :)
    Selamat datang kembali! Trimakasih telah menjadi bagian dari Komunitas Trader ini. Mari berdiskusi dan berbagi :)

New EA LOW DD EA

I coded ZigZag EA!!!
Looks nice.
Takeprofit is opposite close
Stoploss is opposite close
TF H1 default set


upload_2023-5-19_16-37-57.png


upload_2023-5-19_16-39-1.png
 

Attachments

  • upload_2023-5-19_16-37-57.png
    upload_2023-5-19_16-37-57.png
    106.7 KB · Views: 688
  • EA_file101.ex4
    EA_file101.ex4
    390.1 KB · Views: 185
  • upload_2023-5-19_16-39-1.png
    upload_2023-5-19_16-39-1.png
    99.2 KB · Views: 687
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! :ok::ok:


Good day Tanaka,
thanks for your effort.
I will test today and update you.
 
Good day Tanaka,
thanks for your effort.
I will test today and update you.

Thank you for your testing. Please try.
There is some issues, sometimes EA open buy at resistance zone and EA open sell at supply zone,
So to fix this, can I add some filter ? Anyway you can try first.
 
Thank you for your testing. Please try.
There is some issues, sometimes EA open buy at resistance zone and EA open sell at supply zone,
So to fix this, can I add some filter ? Anyway you can try first.

Yes, of course, you can add a filter. I will look how it works and search for some solution on how to identify Sell and Buy blocks.

Thanks
 
Tanaka, there is a trend Panel in the indicator.
Joust set the option.
Maybe it can help you.
 

Attachments

  • Trend.PNG
    Trend.PNG
    58.2 KB · Views: 88
Tanaka, there is a trend Panel in the indicator.
Joust set the option.
Maybe it can help you.


However, i wanted to exclude the Trend filter for this trading style. Because if it works with trend filters, we dont following the Smart Money Concept's but just a "Normal" Trend EA.
So probably better find another solution.
 
Tanaka,
is there any way the Buy/Sell can be identify bu the color of the Block?
(Maybe it's a naive way since I don't know how to program) :giggle:
 
in the indicator settings, there is a way for Bull and Bear colors that can be changed. Maybe can make refer to this settings for Buy/Sell entry?

Can you make a set file for me ?
I want all buy zone =blue color
all sell zone = red color

upload_2023-5-19_19-8-58.png
 

Attachments

  • upload_2023-5-19_19-8-58.png
    upload_2023-5-19_19-8-58.png
    10.5 KB · Views: 692
Attached the setfile. it shows order block's
(buy= blue)
(sell= red)

other settings as Discount zone/Premium zone disable.
 

Attachments

  • order block colors.set
    order block colors.set
    1.3 KB · Views: 38
  • buy zone colore.PNG
    buy zone colore.PNG
    45.9 KB · Views: 97
  • sell zone color.PNG
    sell zone color.PNG
    37.4 KB · Views: 88
I coded ZigZag EA!!!
Looks nice.
Takeprofit is opposite close
Stoploss is opposite close
TF H1 default set


View attachment 156139


View attachment 156141

私もZIGZAGのロジックがあります。
コーディングお願いします。

写真は売りエントリーの例です。
SLは直近高値です。丁度ZIGZAGの山になっているところです。

スクリーンショット 2023-05-19 193440.png
 

Attachments

  • スクリーンショット 2023-05-19 193440.png
    スクリーンショット 2023-05-19 193440.png
    34.1 KB · Views: 692
Hi Tanaka, I have an indicator coded for Smart Money.
And it looks very good. Friends can also comment.
Please create an EA for this indicator. Thank you.
OB line:
Blue = Buy
Red = Sell
The candle should close above the blue OB line or below the red OB line.
 

Attachments

Last edited:
Back
Top