DislikedYou can use the swap strategy and earn a minimum of 5% profit per month. I can not show this strategy in public. But this strategy is stable profit actuallyIgnored
What will be the swap rate for Friday after triple swap? 6 replies
Close orders EA for hedging system 8 replies
Simple Hedging system for newbies 27 replies
Swap Close, Swap Open ? 3 replies
Hedging System 10 replies
DislikedYou can use the swap strategy and earn a minimum of 5% profit per month. I can not show this strategy in public. But this strategy is stable profit actuallyIgnored
//not enough money message to continue the martingale
if(TK < 0)
{
if(GetLastError() == 134)
{
err = 1;
Print("NO MONEY!!");
}
return (false);
}
}