• 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

LOOK THAT BEATIFULL
TP 10 PIPS
SL 80 PIPS
TRAILING 3 PIPS
M15
ON 5 PAIRS, WHEN I HAVE ONE LOSS THE OTHER PARS PROFIT AND ALWAYS THE ACCOUNT IN PROFIT
 

Attachments

  • zaman.jpg
    zaman.jpg
    545.6 KB · Views: 300
Mr tanaka, please add 10Pips martinangle like EA_jose.
please fix all ea radar, 10Pips, jose, at basket profit, because if tp profit at basket profit, martiangle not start from new condition again, maybe some pair close lose, this close lose pair if open position again still follow martinangle last, not from start front again ( if close lose 0.01 open that open again from 0.02, must fix to new condition from 0.01 again ). i use basket profit some pair will lose, but target profit ok, if basket profit take profit all ea must start from new again. THANKS MR TANAKA
 
Loading of history should come if not in test mode.
That is, if(! Istesting){load history}
Godwin, Thanks!
Yes, I have already coded in OnInit() but since loading history data is only one time, so I tested to load the newest history every tick or every 4hours, but
result data was empty. I will try again anyway.
 
Godwin, Thanks!
Yes, I have already coded in OnInit() but since loading history data is only one time, so I tested to load the newest history every tick or every 4hours, but
result data was empty. I will try again anyway.
it may be best to load the newest history before opening a new trade
 
Mr tanaka, please add 10Pips martinangle like EA_jose.
please fix all ea radar, 10Pips, jose, at basket profit, because if tp profit at basket profit, martiangle not start from new condition again, maybe some pair close lose, this close lose pair if open position again still follow martinangle last, not from start front again ( if close lose 0.01 open that open again from 0.02, must fix to new condition from 0.01 again ). i use basket profit some pair will lose, but target profit ok, if basket profit take profit all ea must start from new again. THANKS MR TANAKA
saldi. , if basket profit take profit all ea must start from new again.
This means lot size reset? So I need to reset lot size when closed with basket profit.
 
saldi. , if basket profit take profit all ea must start from new again.
This means lot size reset? So I need to reset lot size when closed with basket profit.
yes, must reset, and if when open position ea dont read new condition to open new position to avoid hedging, wait tp or lose, read new condition.
 
make like this :
1. if use basket, or other, profit or lose ea reset to new condition again for all pair
2. if open position ea dont read new condition from indicator, avoid to open hedging, we can use martinangle to make profit or lose, wait close, ea reset
 
make like this :
1. if use basket, or other, profit or lose ea reset to new condition again for all pair
2. if open position ea dont read new condition from indicator, avoid to open hedging, we can use martinangle to make profit or lose, wait close, ea reset
saidi, it is not so easy. EA will remember all lot information (closed), for example martingale's lot size is caclulated by Order History data, so if busket close is used, EA will check the Loss trade in order history data and decide lot size. So if busket close is used and there are some loss trade in history, lot size is increased.... I need to find the good way..
 
saidi, it is not so easy. EA will remember all lot information (closed), for example martingale's lot size is caclulated by Order History data, so if busket close is used, EA will check the Loss trade in order history data and decide lot size. So if busket close is used and there are some loss trade in history, lot size is increased.... I need to find the good way..
if all close, use magic id to reset all aktif pair, if can do this, all ea perfect
 
If you code it in the init(), then let the datapath come first as it will according to mt4 rule load all import functions first.
If you put history loading first, result from datapath will be zero.
Godwin, thanks.
Bye the way, is it better to load " fresh H4 history data" once it was downloaded into PC?
I will try to update the newest H4 file but since this EA use H4 TF data only, so it is better to load the H4 file every 4hours, right? It is not neccessary to read file every tick?
 
Back
Top