@l-andorrĂ @ambrogio Thank you both!
Best posts made by jjtrader
Latest posts made by jjtrader
-
RE: Max and miniumum stop loss / take profitposted in Questions & Answers
@PipTheRipper I have been trying to something similar. Can you please share your FxDreema blocks?
-
Comment on chart for TS or BE?posted in Questions & Answers
Is it possible to place a comment (text) on the chart by the closed trade to indicate how it was closed? For example, I would like to see which trades were closed by Trailing stop and break even.
I have tried a comment block, but it just appears in the corner and not by each trade.
I have tried the text block, but it doesn't appear.
Any ideas?
-
Close all trades and stop trading on daily profitposted in Questions & Answers
Hi, my goal is to:
- Track daily profit across all symbols.
- If the profit target is hit, close all trades and block new ones for the rest of the day.
- Automatically reset allowance to trade at the start of the next trading day.
I tried some suggestions from chat GPT but cannot get it to work.
[https://fxdreema.com/shared/x09Pkw0jb](link url)
Can anyone assist?
Thank you!
-
Save location for downloaded filesposted in Bug Reports
Hi, I'm not sure if this is a bug or something that changed in my settings. I used to be able to direct files to a certain folder when downloaded from Fxdreema. Now, they seem to go into the MQL\experts folder of one of my platforms. Since I am working with a couple, I have to go looking for the file each time. Another odd occurrence is the file automatically opens in Meta editor (?)
Again, I'm not sure if this is an FxDreema setting or browser setting... Any thoughts?
-
RE: Martingale for both buys and sells?posted in Questions & Answers
Thank you @jstap I will play around with it, but I don't fully understand your answer.
-
Martingale for both buys and sells?posted in Questions & Answers
Hello, is it possible to configure the martingale box to simply increase lot size after every loss regardless of buys or sells?
When I use the martingale configuration, it only tracks buys with buys and sells with sells. I would like it to increase the lot size of the next trade for either buys or sells after a loss.
Here is what I have so far https://fxdreema.com/shared/nrOPYPnwc
Thank you
-
Trigger buy or sell on "Indicator Appear"posted in Questions & Answers
Hi, I have an indicator that works well for me, but I can't get it to trigger a buy/sell when the color change occurs.
I use the buffers to code for either red or green as a filter, but I want to use the change in color. I can use the Indicator Appear block to draw lines when the change occurs, but when I try to use the same block to trigger trades - no trades occur.
Here are my attempts:
Draw lines on color change: https://fxdreema.com/shared/Eb0I78NY - Works fine
Trade on color change: https://fxdreema.com/shared/tUZHMs2vc - Not working, no lines or trades
Regular filter for overall trend (color) https://fxdreema.com/shared/LqU5pk4Ac - works fine
I have been strgguling with this for a long while, any help or suggestions would be appreciated!
-
RE: Trying to calculate the distance in pips between Candle Open and MAposted in Questions & Answers
The variable unit can then be set for SL=1 times, TP1=1 times, TP2= 2 times, etc. or different risk to reward strategies.
-
RE: Trying to calculate the distance in pips between Candle Open and MAposted in Questions & Answers
Hi Roar, thank you for responding. I am trying to calculate a variable to use for the SL and TP. The distance in pips for each trade (candle open and indicator buffer level) is going to be different and I want the program to calculate it automatically. It seems like it should have worked for the "modify variable" block, but it doesn't (?)