@alphaomega CONFIRMED SIR!
Best posts made by kestra
Latest posts made by kestra
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà but the internal variable will be left empty and will be modified only using the modify block, right ?
- If in any case a value is put into the variable just as we wanted to build before can it be modified using the modified block when a value is already in the variable ?
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà Let me explain how the structure you built will work, if am correct tell me. After buying with the initial lot which is 0.02, if the current trade is 0.02 lot change the internal variable to 0.05 so that the next trade will be 0.05 or else if the current trade is 0.05 lot change the internal variable to 0.11 so the next trade will carry 0.11 lot. am i correct ?
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà How will i store the value of the next variable into the next one. Do you mean i will build another buy and sell block and put the next variable into it.
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà If the signal is buy we start with 0.02. The same thing for sell. But when the direction changes from buy to sell we use our next sext sequence 0.05, and the next opposite direction will be 0.11 until will get to the last lot, then it will return to 0.02.
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà will all the lot sizes be in one variable and be separated with comma or each lot in one variable each.
like this

or like this

-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà 0.02, 0.05, 0.11, 0.25, 1.31, 3.01, 6.92, 15.92 it should reset and go back to 0.02 if 15.92 closes in loss .
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà Ok so where should i start from, what should i do now ?.
-
RE: TURNING A MONEY MANAGEMENT SEQUENCE INTO A LOOP AFTER A MAXIMUM LOT SIZE IS REACHED.posted in Questions & Answers
@l-andorrà The only difference would be entry, exit , take profit and the rest. the main issue is that i don't understand how you build that. please help me build that based on lot size, i will cut the part and fix it into the ea. Have tried, look at what have built, have been on it more than 5 years or so that's the only part left please.