I have a question about MIRA, can it disable pair after taking profit?
1.02^200
3
Millionaire Run 3 replies
millionaire 3 replies
The quest to be a Millionaire 16 replies
Disliked{quote} If Only Math runs MIRA and other smart operations, then this would work.Ignored
void CHOOSE_MAIN()
{
ONLINE_REF_CLOSE_CHECK_1();
ONLINE_REMV_CHECK_1();
ONLINE_COND_ENTRY_CHECK();
if(VPS=="NO")
{
MATH_FUNCTIONS();
if(Only_MATH=="NO")
{
ONLY_MATH_FUNCTIONS();
}
else
{
int x=v030;
int dx=v058-x+1;
Create_Button_SPEC("IsDemo","Only Math",x,yd0,dx,dy0,F_O_N_T,C'66,77,88',clr000,clr000,"Active-Safe \n Show the whole dashboard \n \n Now only math operations");
}
if(IsConnected() && IsExpertEnabled() && IsTradeAllowed())
{
SMART_TP_SL_FUNCTION();
}
}
else
{
x=v030;
dx=v058-x+1;
Create_Button_SPEC("XX_VPS","VPS",x,yd0,dx,dy0,F_O_N_T,C'88,77,66',clr000,clr000,"Active-Safe \n VPS \n NO SMART SYSTEM - NO MATH - etc .. \n ");
}
if(IsConnected() && IsExpertEnabled() && IsTradeAllowed())
{
if(ALLOW_TRADING=="YES")
{
if(xMODE_TRADING=="TRADING")
{
if(AUTOMATIC_UPDATE_REF=="YES") ONLINE_AUTOMATIC_UPDATE();
HIDDEN_PENDING_ORDERS();
}
if(REPEAT=="YES") REPEATED_ORDERS(iP);
else
{
if(DELAY_TP_SL_ENTRY=="YES") DELAY_TP_SL_ENTRY();
else if(DELAY_TP_SL_ENTRY=="NO" && (TP_SHOW=="HIDE" || SL_SHOW=="HIDE")) TP_SL_ENTRY();
}
}
if(xAVERAGE_TAKEPROFIT=="YES") AVERAGE_TAKEPROFIT();
}
if(AUTO_UPDATE_LAST_3_COLUMNS=="YES") {avgCalcPair(iP);}
ORACHEAL_ACTIVATE_TYPE_AGAIN_CHECK();
ONLINE_REF_CLOSE_CHECK_2();
ONLINE_REMV_CHECK_2();
} Dislikedplease phu, zreboo or any one understand a little in logic, check for any conflicts for all if-conditions . .Ignored
Disliked{quote} Does this need to execute when VPS=YES?. Is this related to UI only? {image}Ignored
Disliked{quote} USELSS IF VPS is ON, since it is part of dashboard last three columns (non-essential columns)Ignored
Dislikedlesson for d5400 . . realtime leverage take Margin before entry then margin after entry, then calculate using the unique rule in the universe . . {image}forget bullshits that they said in thier websites about leverage . . take the true leverageIgnored