İş tamamlandı
Şartname
Update my EA with follow requirement. please see attach for more detail.
Raw data is need after update.
Update Martingale 3 type it can be set on the parmeters table ( the martingale is not working on the existing version)
If trade is Continuous lost "N" times Martingale will be start ( "N" can be set on parmeters table), if Martingale is in "H " level Martingale return to level 1. ("H" can be set on the parameters table )
First type
If Previous trade is lost "N" time , each level of the log size on next trade will plus "W" log "W" can be set on input parameters from "0.01"
(the next trade will plus "W" log Until the trade is Win and back to normal log, also if Martingale is in "H " level Martingale return to level 1 , "H" can be set on the parameters table )
Second type
If Previous trade is lost "N" time ,each level of the log size on next trade will multiplier "X" log, "X" can be set on input parameters from "0.01"
(the next trade will multi "X" log Until the trade is Win and back to normal log, also if Martingale is in "H " level Martingale return to level 1 , "H" can be set on the parameters table )
Third type
If Previous trade is lost "N" time ,each level of the log size on next trade will Plus "Z multi "L" log, "Z" can be set on input parameters from "0.01" (" L" is number lost trade after the Martignale start )
(the next trade will plus "Z" log Until the trade is Win and back to normal log, also if Martingale is in "H " level Martingale return to level 1 , "H" can be set on the parameters table )
# "L" and "H " is number of lost trade but it is different parmeters to use.
Due to my EA will Trade few Symblo at the same time, please do not use Account balance as a " lost trade" .