Hello.
I know this plan seems weird. but must try.
can anyone do that if the bot is making its profit then the bot will start working again from the beginning.
at the moment i have to manually re-start the robot after every win.
I know I can make the winning amount bigger.
but the problem is that with such a system, every first transaction is a victory: D
after all 12 wins I've restarted the bot.
and every time a bot wins, it uses the amount in the account to make a new deal.
and for example you can mark%.
which the bot uses to open each of the following transactions from your account.
restart the bot
once profit has been achieved
will you help me?
@binary-ex-machina
@lasaidhari
@Hooponopono
@hotmatrixx
@AlienFly
@murali139
@baruga
@ghost
@Eshhh
@waltergrant

zero%.zip
an example of% using your account is in the picture

enter the balance only once in the beginning
enter the balance only once in the beginning
hei
i need the bot to restart itself.
now i have to press ok.
after that stop bot, and after that start bot.
is there any way to skip these moves



the bot will stop once expected profit is reached, you need to change the value of expected profit
the bot will stop once expected profit is reached, you need to change the value of expected profit
i know the bot stops after every profit win.
now it is necessary for the robot to start working after each victory.
I explained earlier that after every new start the first deal is always a win

this is how it worked for me, it didn't stop after first win, it stopped only after it reached the expected profit of 50.
at start total profit is zero but when you reach your target total profit is not going back to zero.
define your own total profit which you can reset to zero like this
say the profit is -19$ but stoploss is -20$, it will take one more trade which will be x11. that means if you loose that trade you will pass the stoploss by extreamely large value. let me know if you want stoploss to be fixed, i can help you by taking minimum(stake, stoploss-total profit)
with condition to fix maximum stoploss. that means assume you after martingale your loss will exceed stoploss then the martingale multiplier is adjusted accordingly
binary-bot - 2019-10-24T144925.955.xml.zip
this is how it worked for me, it didn't stop after first win, it stopped only after it reached the expected profit of 50.
so and now you won 50.
now I need to not press ok myself.
and then stop and play

change this value to your desired value
i removed PRINT popup too
@Eshhh
not really. its like he operates in small trading sessions. he should leave it like that but only update the new session profit to zero like i did there
at start total profit is zero but when you reach your target total profit is not going back to zero.
define your own total profit which you can reset to zero like this
say the profit is -19$ but stoploss is -20$, it will take one more trade which will be x11. that means if you loose that trade you will pass the stoploss by extreamely large value. let me know if you want stoploss to be fixed, i can help you by taking minimum(stake, stoploss-total profit)
Amount must be a positive number?

@saarsalu
I just added it on the bot he sent. I did not test the bot but i'm 100% sure with my addition part.
send a working bot and ill modify for you
@saarsalu
I just added it on the bot he sent. I did not test the bot but i'm 100% sure with my addition part.
send a working bot and ill modify for you
zero%.zip
here it is
@saarsalu
with a starting amount (stake) of 95$, stoploss of 20$ doesnt make sence. any trade you loose will be greater than the stoploss so the martingale wont work. I suggest you use stoploss as a multiple of starting amount(stake) say 20*stake.
any suggestions you need implimented?
say this is your trades
1st 2nd 3rd trades
1$ 11$ 121$
if your stoploss is say 30$ and by 2nd trade you have lost 1+11=12$, loosing the 3rd trade will be more than stoploss 1+11+121 =133$ but stoplos is 30$
the way to go about it is to take minimum(stake, (stoploss-cummulativeloss));
would you like that as well to force maxloss or just leave the martingalex11
I didn't get logic of this bot , whenever percentage of any digit goes to zero , it take prediction of Digit - 1 only
Instead it shld take prediction of the digit which goes to zero percent
133$ but stoplos
I didn't get logic of this bot , whenever percentage of any digit goes to zero , it take prediction of Digit - 1 only
Instead it shld take prediction of the digit which goes to zero percent
i turned it off. (take prediction of the digit that goes to zero percent)
I didn't get logic of this bot , whenever percentage of any digit goes to zero , it take prediction of Digit - 1 only
Instead it shld take prediction of the digit which goes to zero percenti turned it off. (take prediction of the digit that goes to zero percent)
so which way it works well for u , by predicting 1 on every trade or by percentage of digit
so which way it works well for u , by predicting 1 on every trade or by percentage of digit
a percentage of digit works for me.
but after each shot you start over like a video. so far, every first one has been a victory
so which way it works well for u , by predicting 1 on every trade or by percentage of digit
a percentage of digit works for me.
but after each shot you start over like a video. so far, every first one has been a victory
i tried continous run via both method , interestingly via prediction digit 1 only it didnt give 3 loss in a row even i found 2 loss in a row only once. but via percentage prediction found 3 lossses in a row thrice.
will try hit and run
@windjenn
the big mistake people do is to think if within 1hour, or even a whole day, you get more wins then the prediction works. its random numbers. you would win nobel price in mathematics if you could predict random numbers. its all about mantaining low matingale money management.
not too low or else your stake will slowly increase forever till its too large. also not large martingale or else a short window will come when you exponentially bow your account
@windjenn
the big mistake people do is to think if within 1hour, or even a whole day, you get more wins then the prediction works. its random numbers. you would win nobel price in mathematics if you could predict random numbers. its all about mantaining low matingale money management.not too low or else your stake will slowly increase forever till its too large. also not large martingale or else a short window will come when you exponentially bow your account
thats right , i tried even odd and digit differs many times in real , overall im in loss with these trades , rise fall works best for me.
@saarsalu
with a starting amount (stake) of 95$, stoploss of 20$ doesnt make sence. any trade you loose will be greater than the stoploss so the martingale wont work. I suggest you use stoploss as a multiple of starting amount(stake) say 20*stake.any suggestions you need implimented?
say this is your trades
1st 2nd 3rd trades
1$ 11$ 121$
if your stoploss is say 30$ and by 2nd trade you have lost 1+11=12$, loosing the 3rd trade will be more than stoploss 1+11+121 =133$ but stoplos is 30$
the way to go about it is to take minimum(stake, (stoploss-cummulativeloss));
would you like that as well to force maxloss or just leave the martingalex11
Can you add code to force max loss: to take minimum(stake, (stoploss-cummulativeloss)); because in all Money management is king.
It also implies that rather than multiplying the stakes in martingale steps it's rather better to set the predefined stake amount for each step, how can that be implemented also?.
@saarsalu
with a starting amount (stake) of 95$, stoploss of 20$ doesnt make sence. any trade you loose will be greater than the stoploss so the martingale wont work. I suggest you use stoploss as a multiple of starting amount(stake) say 20*stake.
any suggestions you need implimented?
say this is your trades
1st 2nd 3rd trades
1$ 11$ 121$
if your stoploss is say 30$ and by 2nd trade you have lost 1+11=12$, loosing the 3rd trade will be more than stoploss 1+11+121 =133$ but stoplos is 30$
the way to go about it is to take minimum(stake, (stoploss-cummulativeloss));
would you like that as well to force maxloss or just leave the martingalex11Can you add code to force max loss: to take minimum(stake, (stoploss-cummulativeloss)); because in all Money management is king.
For me its working nice Reset Call/Reset Put
Reset Call_Reset Put.zip
volatility index 10
Stake0.35
Profit 10
Stop Loss 135
Acount 200
Martingale 11*
If Reset call loses with 5 ticks
it will open Reset Put 5 ticks
in row 1 loss
26 Win
4 Loss
Total profit 12

@saarsalu, this is your actual bot setup

there are lots of unnecessary blocks in your bot
you have to better look for working your bot, otherwise you will loss higher value in few steps.

@saarsalu
with a starting amount (stake) of 95$, stoploss of 20$ doesnt make sence. any trade you loose will be greater than the stoploss so the martingale wont work. I suggest you use stoploss as a multiple of starting amount(stake) say 20*stake.
any suggestions you need implimented?
say this is your trades
1st 2nd 3rd trades
1$ 11$ 121$
if your stoploss is say 30$ and by 2nd trade you have lost 1+11=12$, loosing the 3rd trade will be more than stoploss 1+11+121 =133$ but stoplos is 30$
the way to go about it is to take minimum(stake, (stoploss-cummulativeloss));
would you like that as well to force maxloss or just leave the martingalex11Can you add code to force max loss: to take minimum(stake, (stoploss-cummulativeloss)); because in all Money management is king.
For me its working nice Reset Call/Reset Put
Reset Call_Reset Put.zipvolatility index 10
Stake0.35
Profit 10
Stop Loss 135
Acount 200
Martingale 11*If Reset call loses with 5 ticks
it will open Reset Put 5 ticksin row 1 loss
26 Win
4 LossTotal profit 12
It only open reset call Only trades, no reset put .
I run it for 5 min results good , by why need so high martingle for it as profit percentage is about 50 percent