• 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

Hi Mr Tanaka san...
Good day to you!

thanks for your reply...

for the TP i meant is the EA not following the TP i set in the EA..
I set TP = 20pips in the EA..
But, it changed by itself to 40pips..
the more it opens trades, the more pips to hit TP..
Now the EA is adjusting the TP by itself, gradually bigger TP if more trades are opened..

(can make a fixed TP function for all open trades change all TP to follow the last opening trade TP = 20 pips ?)


View attachment 91171



example martingale in the running trades... TP=20pips, Martin Pipstep = 20pips.
trade #1 sell 1.1700 TP = 1.1680 (change to 1.1760)
trade #2 sell 1.1720 TP = 1.1700 (change to 1.1760)
trade #3 sell 1.1740 TP = 1.1720 (change to 1.1760)
trade #4 sell 1.1760 TP = 1.1740 (change to 1.1760)
trade #5 sell 1.1780 TP = 1.1760 (20 pips)

let's say trade #5 is the last opening trades, and TP = 20pips from entry price, ie: 1.1760
Can all the opening trades #1 #2 #3 #4 change all TP to #5 TP = 1.1760 ?

View attachment 91172


Is it possible to make a FIXED TP for all the martingale trades to follow last opening trade TP as in setting?
not variable and not adjust by itself...


Hope you can spend time to change the EA setting.
Thanks in advance..
Have you tested attack martin separeted tp?

upload_2019-7-12_16-2-50.png
Like below. Each order is separate tp (20pips)

upload_2019-7-12_15-58-14.png


Below is all tp is combined to total 20pips.
upload_2019-7-12_15-59-20.png

But you want to order modify for all orders to the last 5th TP?

upload_2019-7-12_16-4-47.png
 

Attachments

  • upload_2019-7-12_15-58-14.png
    upload_2019-7-12_15-58-14.png
    10.8 KB · Views: 864
  • upload_2019-7-12_15-59-20.png
    upload_2019-7-12_15-59-20.png
    10.5 KB · Views: 856
  • upload_2019-7-12_16-2-50.png
    upload_2019-7-12_16-2-50.png
    14.2 KB · Views: 863
  • upload_2019-7-12_16-4-47.png
    upload_2019-7-12_16-4-47.png
    11.4 KB · Views: 858
Have you tested attack martin separeted tp?

View attachment 91188
Like below. Each order is separate tp (20pips)

View attachment 91186


Below is all tp is combined to total 20pips.
View attachment 91187

But you want to order modify for all orders to the last 5th TP?



Hi Mr Tanaka san..

Yes, i tested the "Separator tp" but what my question is not this problem.. I didnt use this for Ea.

Im using combine TP as default.. problem is the more martingale order, the BIGGER the TP, not as i set in ea TP=20pips.

May i know how you set all martingales order to TP = 20pips ?
Ya, i want all order for that particular strategy to be closed all follow last martingale order TP.

View attachment 91187 is this really TP follow last martingale order TP = 20pips?
Now the ea problem is the more martingale orders, the BIGGER the TP, it is not as i set in ea TP=20pips.
 
Hi Mr Tanaka san...

here is my question about the ea problem..

EA changed TP to 40 pips..
In the EA setting i put TP = 20 pips.


i want "modified take profit together".
But TP is not 20pips from last martingale order..

upload_2019-7-12_15-15-38.png
 

Attachments

  • upload_2019-7-12_15-15-38.png
    upload_2019-7-12_15-15-38.png
    81.2 KB · Views: 860
Hi Mr Tanaka san..

Yes, i tested the "Separator tp" but what my question is not this problem.. I didnt use this for Ea.

Im using combine TP as default.. problem is the more martingale order, the BIGGER the TP, not as i set in ea TP=20pips.

May i know how you set all martingales order to TP = 20pips ?
Ya, i want all order for that particular strategy to be closed all follow last martingale order TP.

View attachment 91187 is this really TP follow last martingale order TP = 20pips?
Now the ea problem is the more martingale orders, the BIGGER the TP, it is not as i set in ea TP=20pips.
Oh, martin attack tp is modified together and calculating all open price is summed and is divided by total lot size and get average price.
Average price + takeprofit is modified tp.
 
Oh, martin attack tp is modified together and calculating all open price is summed and is divided by total lot size and get average price.
Average price + takeprofit is modified tp.

Mr Tanaka san..

i want the martin attack tp to be FIXED as 20pips of last order..
i dont want it calculate and modified the TP to 40pips or sometimes 50pips..
I want all martingale orders follow last martingale trade TP = 20pips.. (Change all running martingale tp to be same as last martingale order)
 
OK
Mr Tanaka san..

i want the martin attack tp to be FIXED as 20pips of last order..
i dont want it calculate and modified the TP to 40pips or sometimes 50pips..
I want all martingale orders follow last martingale trade TP = 20pips.. (Change all running martingale tp to be same as last martingale order)
OK, I will change code but please give me some time.
 
Hi Mr Tanaka san..

Thank you so much!
I will wait for the ea patiently.
Please take your time to code..
Thanks again.;)
OK, you can switch here

upload_2019-7-12_16-54-13.png

If modify LastPrice =true, all attack martin lot tp is modified 20pips + last order open price.
upload_2019-7-12_16-55-13.png

If modify LastPrice =false, then all attack martin lot tp is modified with all average order price. (same as before)

upload_2019-7-12_16-56-32.png

Please enjoy. TGIF.
 

Attachments

  • upload_2019-7-12_16-54-13.png
    upload_2019-7-12_16-54-13.png
    6.6 KB · Views: 948
  • upload_2019-7-12_16-55-13.png
    upload_2019-7-12_16-55-13.png
    7.4 KB · Views: 949
  • upload_2019-7-12_16-56-32.png
    upload_2019-7-12_16-56-32.png
    10.9 KB · Views: 956
  • EA_3 strategies(revA).ex4
    EA_3 strategies(revA).ex4
    463.2 KB · Views: 213
Can you inclued this indicator for more filter the confirmation divergence? -
More included Trade or not auto (just for use like us entry indicator - like us picture anexxed)
Alert Divergence - Push email and Box

Thanks for your job. Revolution on This Soehoe
Unfortunately blue line has no signal, so it can not be used for filter.
 
Hi, ohtaku san
What is this? I tried backtest but nothing happens.
Hi Sir Tanaka,

Is it possible to add another MM to your template, such that if there is an increase in balance add a lot or fraction of a lot? For example 10k balance starting lot is 1 and in every increase of 5k add another lot and when balance also decrease in 5k subtract the lot size accordingly?

Just a suggestion but this is good also.

Thanks for the attention.
 
Hi Sir Tanaka,

Is it possible to add another MM to your template, such that if there is an increase in balance add a lot or fraction of a lot? For example 10k balance starting lot is 1 and in every increase of 5k add another lot and when balance also decrease in 5k subtract the lot size accordingly?
You mean risk percentage, right?
Lot size change based on risk percentage and Account balance.
You can select risk percentage (not fix lot).
Code:
Lot size= NormalizeDouble(AccountBalance()*Risk/100000,2);
 
For all they waited for coding...was tuesday back and coded 2,5 days a EA verifier....for all 28 pairs...
Now letz start!
OK...except the guy here who behaved like a kid and I have blocked him on ff....neverless he s shouting out everything here which we should discuss in private...
Please think that my coding is free and as U see I don t only code...I m just doing the EAs with optimizing that they r ready 4 VPS...
So many martin, repaining and attack game playing kiddies I will ignore...
Dont write...I have a idea..and 2 words....i have heard this 100 times...
Also: "Code EA"....I like the ignore button...
Just look in my latest result...a good idea from a fellow here...100% norepaint, nomartin, nopeter, nopaul, norepaint, noothershitIhaveNoIdeaOf....
The preview looks 100% like the trades...thats the 28 pair norepaint 100% calculatable charm of these solutions...
giphy.gif

attachment.php

Dear reteid2222!!!

You sure have great results. I seem to understand your idea to some extent...
However, it would be of greater benefit to me, and maybe to some others as well, if you would make yourself clearer!
Like, you posted this result, we don't know which of your coded EAs.
I have tried about 3 of your EAs.
Maybe, I am not expert at setting it up, but my experience has been that they don't close the orders.
Whether with Trailing stop nor with Take Profit.

Is it possible, please, to show what to do to effect closing profitable trades automatically, instead of my having to close them manually?
I would have sent you a pm but i notice you are too busy to make a response.

Thank you, dear, for all the hard work for us all. Thank you reteid2222! Do keep shooting forward and upward!!!
 
Back
Top