Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Thanks Funyoo,
I'll test it....I went to "Buy" you some coffee.....but it took me to a French Paypal site....No big deal except I can't read French!! Email a way....and I'll get you a few $$'s for coffee....Thanks again, Bill
Trading forex risk disclaimer. Exclusive EAs in the Elite section.
Hello funyoo....I also have frank_ud...now its OP in 1,2,4,8,16,32 n etc....
Is it possible to make OP to 1,1,2,2,4,4,8,8 n etc...which part i can adjust the setting?
Im a newbie...My english not so well...TQ.
ShyGuy the way this code is written the lot sizes are not "Stepped" but rather a multiplier.... You could change the multiplier to something other than double (times 2)... ie. 1.5
if(sob)
{
if(max_lot_b == 0.0)
lotsi = 0.1;
else
lotsi = 1.5*max_lot_b;
//----
while(tic == -1 && kk < 3)
{
tic = OrderSend(Symbol(), OP_BUY, NormalizeDouble(lotsi,2), Ask,"","","" ," ", m, 0, Yellow);
Print("tic_buy=", tic);
This would be for the "Buy" conditions and you would also have to re write the "Sell" side..... Other dynamics also change as you will find out...retrace will take longer (more) to offset your lower lot sizes... So it is not all just less drawdown...
Bill
I have tried to change the lotsi to 1.5 but when i try to load its not working...can u tell me the problem is?
For your information im now testing this EA which im just modified if(max_lot_b == 0.0)lotsi = 0.01;else lotsi = 2.0*max_lot_b; //---- while(tic == -1 && kk < 3) for buy and sell...Im combine with a hidden SL in another chart....Im trade GU m5....The result was so well...I start with 5k account and now it growing to 157k in just three weeks...Im shocked and interest with this EA...Do you have any idea to smallize the open lot because sometimes its open 163.84 in one trade...