@fx_bwoy said in Finally Finished A bot:
@fx_bwoy it is very profitable, just want to set BE when the trade run pass TP1
now it's clear! just put TP1 in the place of 15 "pips on profit"

@fx_bwoy said in Finally Finished A bot:
@fx_bwoy it is very profitable, just want to set BE when the trade run pass TP1
now it's clear! just put TP1 in the place of 15 "pips on profit"

Do you mean your project is not profitable?
@fx_bwoy said in Finally Finished A bot:
@ambrogio incase im not, on screen i wont loose money when the trade moves
sorry i don't get your question, anyway this is the break even set up

@fx_bwoy said in Finally Finished A bot:
I started creating a bot that will work for my personal strategy since 2022.
Its a whole lot of brain works and assistance from folks on this platform.
I thank you all. But i realized you can't finish the bot; you will always keep updating them to the current market condition. So i hope @FXdreema is here to stay for a long time else i will have to go back to doing it manually. Im still working to integrate a breakeven system to the EA. which almost seems like impossible. but i know it will come around
What's your problem with break even?
@KHUMZA950 you have to specify "either buy or sell" inside the "no trade" blocks
@KHUMZA950 yes of course, haven't you tested it?
1-- just use a few condition blocks. Candle ID2 low is below 9 ema and candle ID2 high is above 9 ema, candle 1 close is above candle 2 close....ecc.., about volume indicator just put > or < for candle id1 and id2
2-- I'm not aware of what can be done with a mobile phone
you already have the trailing stop, about break even just put the relevant block the same way
I tested your project, you have to put candle ID1 inside all condition blocks. Almost all indicators does not works well on candle ID0. For some reason (i don't investigate why) the buy side works even on candle ID0
@Maysam inside block #4 you have to specify candle ID1 since candle ID0 is still forming and defining
@Suraj0544 Pink blocks are right, put manual trades in break even and trailing, and, since you want to trail 10 pips SL AFTER break even, you MUST put the trailing start at 60 pips (50 pips of break even + 10)

this is because the ATR value is a price fraction, like 0.00023 i suggest you to search in forum for "ATR to pips", there are some solutions
@Suraj0544 so you place the order manually......then
1- pink blocks : for each manual trade=>once per trade=>modify stops
2- as my example above : if trade=>break even and trailing stop (see picture above). Inside break even put 50 pips, inside trailing stop put trailing start 60 and trailing stop 50, trailing step 10
@Hiten7405 the trailing stop should be in "on tick" table (i don't know the purpose of formula block, maybe it cause some misfunctioning)
Just a guess for delete P.O. , try to move the boolean this way:
29-28-30 (instead of 28-29-30)
I'm not aware of why you want to change the stops, it may be that it's not really needed
The blue "modify stops of position" is in conflict. Remove it. You need instead a pink set up "for each trade, once per trade, modify stops". let me know
ok, if something not works, share the link of your project