@kenya254254 That should be how it works, but works out a daily percent of the account balance, the same principle will work for a fixed amount, just put a constant in cell rather than the current variable. The logic is if profit between all open and closed trades = daily amount, close trades and stop for the day. Let me know if is not doing as wanted.
Posts made by jstap
-
RE: daily profit target helpposted in Questions & Answers
-
RE: MACD High/low or MACD crosses 0posted in Questions & Answers
@andrewfrank This will put the highest price from range into a variable, can't use the same variable that is on the loop, every time the loop starts it will cause confliction with the variable value.
-
RE: Trade open buy Keyboardposted in Questions & Answers
@darryl-0 This is likely because on tick you have buy/sell under a pass block, this means on start your trades are at maximum allowed amount, so when you push the button there is no space to add a trade.
-
RE: daily profit target helpposted in Questions & Answers
@kenya254254 Have added a few comments so you can see what's happening:
-
RE: daily profit target helpposted in Questions & Answers
@jstap Made a change so it resets hours to 0 once per day.
-
RE: NOT WORK WHY ???posted in Questions & Answers
@ibrahim-3 Try splitting the pink tree, also it will never get to the TP2 because all will stop at yp1
-
RE: NOT WORK WHY ???posted in Questions & Answers
@ibrahim-3 That link is for the builder, create a shared link in the top right, open in web page, copy address bar and past here.
-
RE: daily profit target helpposted in Questions & Answers
@kenya254254 Have a look in the bottom right.
-
RE: NOT WORK WHY ???posted in Questions & Answers
@ibrahim-3 Put a shared link, is the only way of seeing what each block is doing.
-
RE: MACD High/low or MACD crosses 0posted in Questions & Answers
@andrewfrank In HERE, is how to count the candles from macd going above or below.
-
RE: "Cross width" Clarification For Indicatorsposted in Questions & Answers
@goldis No it won't, easiest way is candle cross on 1 pass, if not connect yellow to another condition, if yes pass, if not check 3, etc until all candle numbers are checkd.
-
RE: How to have specified stop movesposted in Questions & Answers
@julianrob Put a shared link on here so what's happening can be assessed.
-
RE: Identifying Candle Pattern (Part 1!)posted in Questions & Answers
@general-melchett If you want the average size, add all in range together, divide by the number in range, there is also the ATR indicator.
-
RE: Breakeven occurs inconsistently...?posted in Questions & Answers
@jjtrader Your welcome, either or will work.
-
RE: EA fails to open a tradeposted in Questions & Answers
@ambpips As picture, add 1 condition at a time, once all doing as required, put all together.
-
RE: EA fails to open a tradeposted in Questions & Answers
@ambpips We are talking about a fraction of a second, blocks rarely go after buy/sell.
-
RE: buy to sell to buy to sell etcposted in Questions & Answers
@piptheripper Put this on the on chart tab.

-
RE: Confirm divergence on two timeframes before placing a tradeposted in Questions & Answers
@ralph1 You are on the right track, not sure what these con dition blocks are doing

I use these as in constant/variable I have a bool then I don't use Istype. I use it as if (already in block) variable/constant, then whether true/false the correct dot is activated.

