I'm afraid I don0t get it. You cannot 'compensate' lost trades with different SL distances unless you change the lot size accordingly. I can't get how a martingale doubling lot size every new trade will do that.
Posts made by l'andorrà
-
RE: S&R with martingaleposted in Questions & Answers
-
RE: Auto close at set loss amount. Nothing i try worksposted in Questions & Answers
@JordanMarvelley Blocks 9 and 10 are unnecessary. You can remove them and it will close them all.
-
RE: How to close all positions and pending orders?posted in Questions & Answers
@tradingforward23 That definitely depends on your current structure. Can you please share the link to it.
-
RE: Not enough money (error 134)posted in Questions & Answers
They should close normally. That error is stopping new trades to be open, not to stop closing those that are open now.
-
RE: Open Price bid of the day on variableposted in Questions & Answers
@MT4stefano Are you sure storing that initial value is useful? Brokers are usually using a crazy spread at the beginning of the day.
-
RE: salida cronometrada en perdidasposted in Questions & Answers
¿Significa eso que el único time frame a considerar es el diario? Lo digo porque cambia mucho la estructura a usar barras intradía a usar sólo las diarias.
-
RE: PAGAMENTO REALIZADOposted in Bug Reports
@lucas-farias-de-almeida That's right. Crypto payments can need up to a week to be confirmed. You'll need some patience.
-
RE: Helping to code this strategyposted in Questions & Answers
@Khun-Som-Ath Definitely they are not needed if the bot is supposed to be 100% automatic (is no human intervention at all). So let's begin with those initial distance calculations. Here you have a first structure:
https://fxdreema.com/shared/KJ2qALMbb
I created a Constant that is supposed to select the distance in pips for both trades to be activated. Then on the chart you will see both price levels. If this is what you want, we can move on from there.
-
RE: input my indicator name in the input settingposted in Questions & Answers
@jstap Just curious. Will that make the indicator selectable i some way? I mean, you are selecting a string variable and that's a text only. Why the name of an indicator can be useful and not the indicator itself? Sorry for my ignorance.
-
RE: Strategy Tester Errorposted in Questions & Answers
@Tehern Yes, you should use two separate 'for each trade' block trees, one for each function. You current use of a blue 'trailing stop' block connected below a 'for each trade' is not good because you are connecting a loop to another loop. You'd better use pink block only on both blot trees.
-
RE: Upper wick's 50% priceposted in Questions & Answers
@honeylogs86 I knew that. My question was why do you need that if the bot is supposed to be 100% automatic with no human intervention.
-
RE: Put Total Profit Of Account On Chartposted in Questions & Answers
@amiinkiaei Maybe if you try it first, we can see you are putting some effort on your part.

-
RE: S&R with martingaleposted in Questions & Answers
But are all trades sharing the exact same distance to their SL? If I understand it correctly, that's not the case. Am I right?
-
RE: Helping to code this strategyposted in Questions & Answers
@Duelistking Do you really need those lines? The bot can work perfectly fine with variables storing that information and the coding will be FAR less complicated.
-
RE: CHECK CONSSECUTIVE LOSSES ISSUEposted in Questions & Answers
@YOSEF It refers to the most recent history. That means that if you are looking for 2 consecutive losses, as soon as they happen (ie, at the second one), the counter will immediately reset. Same if there is one loss and then one win. The counter resets immediately.
-
RE: Upper wick's 50% priceposted in Questions & Answers
@honeylogs86 Why do you need the line when you can store the value into a variable?
-
RE: Normalise Pip Values across FX pairsposted in Questions & Answers
You are using a custom ATR indicator. Simply use the one available by default in fxDreema.
-
RE: PLEASE HELP ME GUYS. Unstable EAposted in Questions & Answers
@joeDIAMONDS You need to do something like this on the 'on trade' tab:

You will need to reset the variable to the initial value when your target is hit. Otherwise the lot size value will grow forever.