• 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 :)

Suggestion I will make a Free EA with your Indicator

Hello Tanaka,

You can help me with this EA understand what is going on.

The backtest was made as of 06/24/2019 and the EA was put into a demo account on the same date 06/24/2019.
And the result to date today 27/06/2019:
Backtest start with: € 200 - Profit € 257
Demo Account start with 200 € - Profit € 28.87

Attached is the EA that was used and the SET "EA fw.ex4 + EAwiner f.set". And also 2 photos one from the backtest and another from the demo account result.

You can see if you can improve anything in this EA, I think that if it does, it would be advantageous for everyone.

Thank you :)

I also attached other versions of the same EA. It is the zip file that is called "Two other version".
 

Attachments

But the order opening method is not just an oder. It also includes a pending order, so when the limit of the number of orders is reached, it cancels all pending orders when it first opens
Do you want to delete all pending order if normal indicator signal order reached to **?
Like MaxOrder=5, then if you have 5 orders, then you want to delete all pending orders?
 
Do you want to delete all pending order if normal indicator signal order reached to **?
Like MaxOrder=5, then if you have 5 orders, then you want to delete all pending orders?
MaxOrder = Nomal indicater signal will not open normal order (Change to MaxSignalOrder)
Life If MaxSignalOrder=2 only open 2 normal order with pending order when have indicator signal.
If orders reached = Max_Grid*MaxSignalOrder then delete all pending Orders
Like: If MaxSignalOrder = 2, Max_Grid = 5
When have 2 signal indicator open 2 normal orders and 10 limit, 10 stop order
when reached total 10 orders then close all pending orders.
or
When have 1 signal indicator open 1 normal orders and 5 limit, 5 stop order
when reached total 5 orders then close all pending orders.
PS:
My english is not good, hope you can understand my idea
 
So many EA here, is there EA with plain opposite close give profitable result?? No marti, no trailing no SL no TP, decent win loose ratio 60-70%, if possible no long consecutive loose. I try many EA, not find one.
 
So many EA here, is there EA with plain opposite close give profitable result?? No marti, no trailing no SL no TP, decent win loose ratio 60-70%, if possible no long consecutive loose. I try many EA, not find one.
you can be the banker. :D
 
My version....take tp on reversal red arrow...and filter the trades out if after red arrow comes revers small arrow....testing on request....
attachment.php

attachment.php
 
hi bro Tanaka,,
im currently FT some correlated pair using this Mother EA but im doing a different approach.
can you please modify this EA to copy only the pending order not the trade please..
as always..
I finally coded it.....

<<New version>>

1. You can select COPY order type here.
upload_2019-6-28_16-37-0.png
If you want to copy only pending order, just select Pending order.

2. Please input pending order distance pips from the price if you use to copy pending order.

upload_2019-6-28_16-38-30.png
Have fun!
 

Attachments

  • upload_2019-6-28_16-37-0.png
    upload_2019-6-28_16-37-0.png
    2.9 KB · Views: 911
  • upload_2019-6-28_16-38-30.png
    upload_2019-6-28_16-38-30.png
    3.8 KB · Views: 910
  • EA_MotherCOPY(revC).ex4
    EA_MotherCOPY(revC).ex4
    185.9 KB · Views: 140
Back
Top