Trade Limit to x times
-
Hello @l-andorrĂ and others friends,
How to stop trade permanently once the previous 3 times consecutive profits was done, and the ea can restart to trade on next timing entry?
Let Say :
1st order = closed profit
2nd order = closed profit
3rd order = closed profitso on next New timing signal : new order
How to create the block structure?
Sorry I don't have any sample project because I have no idea yet
Thank you!
-
at the top of the structure, you could limit the passes to 3 with a counter block
-
@tipsywisdom Hello, which block type should I use to limit it?
-

-
@tipsywisdom so which one is the best to be used? Seems it's similar :
-counter pass n times, or
-count n, then pass?Thank You

-
-
sorry you said 3 consecutive profits, finding another solution.
-

-
then just specify the buy and or sell blocks.
Now you can then define when to turn them back on with the Turn ON blocks
-
-
@tipsywisdom something like this?
-->then just specify the buy and or sell blocks?
-->Now you can then define when to turn them back on with the Turn ON blocks?
-
I wouldn't turn the on the blocks with the untrue conditions. it would more or less defeat the purpose of the blocks being turned off almost.
I just mean....im not sure why you intend to turn them off after only 3 consecutive wins, but you must want to turn them back on at another time?
-
@tipsywisdom Hello,
I am not my this structure is correct, that's why I am asking it.
I just mean....im not sure why you intend to turn them off after only 3 consecutive wins, but you must want to turn them back on at another time?-->Because sometimes the reversal condition is happen once the 3 consecutive wins. Let say if I have 3 consecutive wins (SELL), then I don't want to open new SELL order (4th order) on bottom / reversal condition
-
How do you know there won't be 7 consecutive wins sometimes and other times it will be 2?
-
Im saying that people will normally stop themselves from trading the remainder of a day for instance after reaching a profit target. They will turn off all blocks from trading. Then 30 minutes after midnight they will be turned back on so that the trading can continue.
At this point you have only asked how to turn off blocks. Do you plan to turn them again too? At what point is that? What logic will you use to say...its ok to trade again?
By time of day? By a certain trading condition? A certain "trend" up or down?
-
@tipsywisdom Hello,
At this point you have only asked how to turn off blocks. Do you plan to turn them again too?-->yes, by certain trading condition
Thank You
-
@zedeai2 alright. @ me if you need anything else!
-
@tipsywisdom Hello,
Sorry for late reply. Honestly, I don't understand it yet. Do you have a sample to show the block structure as my explanation? Let say the reset is based on certain condition / block condition
Thank you

