Add to volume only first 5 candles
-
Is it possible to add 0.1 lot per buy/sell candle only first 5 candels and rest not. (Please see below it keeps adding per candel which is fine I wanted to restrict to max 5 else end of the day 50/50 win 100% lost 100%)
Please advice

-
@wadz91 Pink blocks need to be connected below a 'For each trade' block. Your structure will not work properly as it is now. Additionally toy will need a 'once per bar' block to avoid the loop to be executed every tick.
-
@l-andorrà said in Add to volume only first 5 candles:
our structur
THANKS FOR YOUR REPLY BUT TB BE HONEST I DID NOT UNDERSTAND ANYTHING. IF YOU HAVE TIME CAN YOU BE KIND ENOUGH TO SHARE LINK SO IT WILL HELP US LIKE VISUAL LEARNERS.
(ALSO I SEE YOU NEVER REPLY 2ND TIME, ONLY TO NEW REVIEWS. WHAT'S THAT ALL ABOUT?)
-
@wadz91Put a pink for each trade block above all, if bull is for buy and bear is for sells, create 2 separate trees, one for buys one for sells.
-
@jstap IF I SHARE WILL YOU HELP PLZ
-
@wadz91 If you share I will gladly give advice.
-
@wadz91 I meant this:

But probably you will need to limit how many times or when that additiona is happening. That will depend on the whole strategy.
-
@jstap Please see the link
https://fxdreema.com/shared/KXJXHUvee -
@l-andorrà Weldone you almost near to it. First tree trade i want:
Trade 1: Lot 0.1
Trade 2: Lot 0.1
Trade 3: Lot 0.5
Trade 4: Lot 0.03
Trade 5: Lot 0.02 -
use check trades count block, btw how you will close the whole position later?
-
@paihdt TP close all automatically but i wanted each trade TP/SL 50pips. Can you please help it seems very profetable
-
@wadz91 That specific sequence will require a specific loop to do that. If it is fixed you can do it with variables. However, if you need different sequnces that increases complexity exponentially.