Dislikedsorry for the dumb question, where is the last version with the lovely function LOVERNso that I can test.. the new baby option.. that I have long awaited hehehe
Ignored
https://www.forexfactory.com/thread/...1#post13510171
Millionaire Run 3 replies
millionaire 3 replies
The quest to be a Millionaire 16 replies
Dislikedsorry for the dumb question, where is the last version with the lovely function LOVERNso that I can test.. the new baby option.. that I have long awaited hehehe
Ignored
DislikedDear Al-Otaibi, i faced a problem with the Smart TP/SL system. it closed all the trades even though Current Equity didn't reach down to EQUITY_SL_LEVEL. {image}{image}{image} i think Smart TP/SL system closed all the trades because at that time AccountProfit of Case#9 was below -20.Ignored
Dislikedsource smart stoplloss--i see your last picture. is it proved close or wrong?Ignored
double SpecficProfit=Account_Profit;
if(MathAbs(SpecficProfit)>eps)
{
double current_TP=xEquityTP;
double current_SL=xEquitySL;
bool condition_TP1= TP_YES=="YES";
bool condition_SL1= SL_YES=="YES";
bool condition_TP2=(SpecficProfit>= current_TP);
bool condition_SL2=(SpecficProfit<= -current_SL);
bool condition_TP3=(AccountEquity()>=TP_LEVEL && phu_profit=="YES");
bool condition_SL3= (AccountEquity()<=SL_LEVEL && phu_profit=="YES" );
bool condition_TP= condition_TP1 && ( condition_TP2 || condition_TP3 );
bool condition_SL= condition_SL1 && ( condition_SL2 || condition_SL3 );
if(condition_TP || condition_SL)
{
close orders
} Disliked{quote} yes, it is proved close. Smart Stoploss you can see the time in the 2nd and 3rd image is very close. it is the Local time. all of 3 images were one single case.Ignored
Dislikedand SKAT-system value is much accurate since updated each 1 sec (you choose 1 sec) look at the picture: if you attach expert to BTC, SKAT will be identical to indicator. {image} gIgnored