@drankman You're welcome.
Posts made by l'andorrà
-
RE: how to do Lot size reset once reach a certain balance?posted in Questions & Answers
You will need a variable to do that. You can change lot size by modifying the value of that variable. Are you familiar with variables?
-
RE: close half profitable taradeposted in Questions & Answers
Do you mean closing 50% lot size at 12.5 pips and then moving the SL to BE at 25 pips? I mean, are those actions separated?
-
RE: time valueposted in Questions & Answers
@mohammadmozaffari Sadly there is no block doing that specific loop. The loop I meant is a combination of blocks working as a loop. The loop experts in this forum are roar and jstap. Maybe they can give you a hand.
-
RE: time valueposted in Questions & Answers
That's a difficult thing to do. You correctly identified the zigzag value, but you will need a loop to find the candle ID value for those zigzag lows. Additionally, those values will have to be updated every time a new candle is created.
-
RE: A BUG ABOUT BETTING:CUSTOM SEQUENCE / LOOPposted in Bug Reports
@TXZZ Can you please share the link to the project?
-
RE: Zero Divide Error With Brokers Using 1 Lot Minimumposted in Questions & Answers
Can you please share the link to the project?
-
RE: Stop Loss blockingposted in Questions & Answers
Your current configuration is not counting the trades correctly. You should use a specific variable counting how many trades are having a SL right now with those distances. That would make it far easier.
-
RE: News filterposted in Questions & Answers
Not yet, I'm afraid. There are several approaches as far as I know but not a definite one.
-
RE: Avoid Range conditions for trend following setups onlyposted in Questions & Answers
@Ipod Are you sure this indicator doesn't repaint? Because if it does, the bot is doomed.
-
RE: Equity Protectionposted in Questions & Answers
Could you please be more detailed in your request?
-
RE: why stop working robot?posted in Questions & Answers
There can be may reasons. When did you create it? When was the last time it worked?
-
RE: Backtest Mode Input variableposted in Questions & Answers
You will need a ENUM type variable to do that. I'm not an expert on that but I'm sure you will find many threads dedicated to that topic by selecting ENUM (capital letters) as keyword.
-
RE: Spread sizeposted in Questions & Answers
No. fxDeema works with pips by default, not with points. In your image, 150 means 150 pips, not 150 points.
-
RE: Buy Sell Block Take Profit by indicatorposted in Questions & Answers
@fifeivkbdedwcf Personally I never tried to use that indicator as TP so I cannot give you a reason why it isn't working. You can always ask the creator of fxDReema this issue and maybe he can change the way the block works.
-
RE: If position Close or Trail Trade Mgmt MT5posted in Questions & Answers
In no case you should connect the separate structures because they are working independently. That will work for all trades no matter what they are doing. I don't understand why you need to change the 'no TP' option. You already selected that option in your first post.
-
RE: loopposted in Questions & Answers
You selected the wrong option in block 5. It needs to be like that in block 5 'as price fraction'.
