The EA restart the lot size when computer turn off
-
My EA always restart from first lot size when the computer was off . I want my EA to continue from where it was. if last lot size was 0.14 it must go to 0.20 not back to 0.02 when the computer is switched on. How to I do that.
Please assist.
Thanks -
@lali https://fxdreema.com/shared/LxuLBoydc
my project -
I write because can be interesting the answer
-
@lali You will need to save the used lot to a file and update every time it changes, every time a trade is placed it uses the saved lot.
This will show you how to save and read to/from a file:
-
@jstap
HI
I don't have programming skills I am clueless on what you are helping me with. is possible to show me with blocks.
Thanks -
@lali There is a lot involved in doing this, download the shared file and test, implement into your project, place a shared link so what isn't working can be addressed. If you go to file>data folder then go to terminal then common you will see the created TXT files. These can be used with any/all terminals on your computer.
I don't mind helping you use this just make a start.
-
@jstap HI
I do not know where to place your blocks. Here is my project with those blocks you send me . when I run them they are showing 16 error and 10 warning which I don't know how to fix them.
Please assist. -
-
@lali This is working, I wont be about much over the weekend but you should have enough to get on with things, I have checked information is being put in the common file, good luck.