- Credits
- 6
servidor : Darwinex-demoDude, how's your real account?
numero cuenta : 2088937037
clave inversor : Gll6tlz
Last edited:
servidor : Darwinex-demoDude, how's your real account?
for me works see the real account investor, maybe the broker
TP 10 PIPScan you share set file and TF ?
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
Great JobHello, I send you my best indicators with which I'm trying to make EAs. I have improved some of these by modifying the code and adding features that make them more profitable, such as color exchange. If you can, I would be happy. Good job. My email is elros@email.it
Greetings, Eligio
Godwin, Thanks!Loading of history should come if not in test mode.
That is, if(! Istesting){load history}
it may be best to load the newest history before opening a new tradeGodwin, 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.
saldi. , if basket profit take profit all ea must start from new again.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
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.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.
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..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
if all close, use magic id to reset all aktif pair, if can do this, all ea perfectsaidi, 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..
Godwin, thanks.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.