@jstap idk it's not working as i want, after a loss it's still trading with same lot. am i missing something?
Latest posts made by foxeye
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
IS this a correct way? i don't know what this code doing 'lot_buy=(StringSubstr( last_buy_trade_money, 1, 4 ));'
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
thanks for the reply but i don't want to store the value of lot size, i want to store the value of last closed trade (the negative amount) & change the next lot according to it.
example - suppose my last close trade is -5$ , my next lot should be 5 lot, if it's -3$ the next lot should be 3 lot.. i hope you understand now. -
RE: Increase lot when privious trade hits SLposted in Questions & Answers
Can you please suggest me the variable & how to set it to get the last closed loss trade? I don't know much coding.A rough idea would be enough, please
Thanks

-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
I think it's not possible. Is it?
-
RE: Increase lot when privious trade hits SLposted in Questions & Answers
i want the next lot to decide according to previous loss amount.
suppose first lot is 0.5
0.5*10 pips = -5$ SL hit. my question is how many lots should i use next to recover 5$ ? whatever the loss is , it should calculate the lot according to it. i hope you get it what i want to explain. -
Increase lot when privious trade hits SLposted in Questions & Answers
hi everyone
i am having trouble in increasing the lots in this project, i took help of earlier shared post in here, i believe it somewhat working but not working completely. i want to increase the next lot by lot multiplier when SL is hit. i don't understand the lotsReset function completely which i used. here is my project,please check
https://fxdreema.com/shared/q3MeZqpQb
Thanks
