You would need to create other trees, so you have total won & lost, in money and trades, then above buy and sell use a condition to check these values.
Posts made by jstap
-
RE: Trade limit protifable or notposted in Questions & Answers
-
RE: DAY LIGHT SAVING **not working**posted in Tutorials by Users
Have spent morning trying to sort this, even in seconds couldn't, get this to work. Think this is likely because server time changes with DST.
-
RE: Looking for help to build EA based on ICT strategiesposted in Questions & Answers
Only FX on here mate.
-
RE: Looking for help to build EA based on ICT strategiesposted in Questions & Answers
Start simple, just doing 1st condition, back test and adjust. You can then add a shared link, and say what is not working, once working, start on condition 2.
-
RE: Trailing SL after specific pointposted in Questions & Answers
Use BE for first move, use either trail with a step, or for each trade-pips away-modify stops.
-
RE: Bollinger Bands Macd triggerposted in Questions & Answers
Use flags, if cross has happened, set flag, when next happens check flag and place trade.
-
RE: I need help my ea not workingposted in Questions & Answers
On init is on initialisation (bot start), this should work on tick, put the buffers into a comment, visually check on back test if you have, usable values.
-
RE: Disable trading days of the weekposted in Questions & Answers
Time filters, weekday filter, set days wanted, you can use a bool constant to change in inputs.
-
RE: Looking for help to build EA based on ICT strategiesposted in Questions & Answers
@emcoin If you make a start, then ask about 1 point here, I will help you create.
-
RE: DAY LIGHT SAVING **not working**posted in Tutorials by Users
You will have to set in each condition block, where the text value is.
-
RE: Trade limit protifable or notposted in Questions & Answers
Yes but then you would need another block, to check this
-
RE: If position Close or Trail Trade Mgmt MT5posted in Questions & Answers
Your picture shows it, start at 2, then down the line to 1, then 9 because lowest number connected, then down the line to 5, then back to 10 and down the line to 11.
-
RE: Trade limit protifable or notposted in Questions & Answers
For each would select the trades with set parameters, the next would do something you want with the trades.
-
RE: If position Close or Trail Trade Mgmt MT5posted in Questions & Answers
Order runs from the order lines run, until you get to a double (or more) connection, then lowest number will activate first, followed by the line before going back to next lowest number.
-
RE: Trade limit protifable or notposted in Questions & Answers
There are 2 shades of pink (for each are darker):

-
RE: MOVING AVERAGE CROSS 2ND TIMEposted in General Discussions
You will likely need a variable to add up the crosses, then if variable = 1 we take trade and reset variable.
-
RE: Time source problemposted in Questions & Answers
Very true, but BST is GMT+1, will be in it until end of month.
-
RE: Can anyone tell me Body Candle size %in Heikenashi Candleposted in Questions & Answers
In HA you have the open, close, high and low, put these into variables, then another to save the formula result, (use 2 formula blocks saving into the same variable), put these results into a comment block, so you can visually check on back test.