@fxDreema Thanks for clarifying 
Posts made by san
-
Need help in point sizeposted in Questions & Answers
I am using 5 digit broker, I want to keep 5 points SL. I finally able to do it once I set 0.2 as Spread in the strategy tester. But now the problem is spread it is showing as 2.50 due to which I am not able to test the same in MT4 terminal.
Currency Pair: EURUSD [Actual Spread is 2 points]
Below are the point settings.
0.001 = 0.01
0.00001 = 0.0001
0.000001 = 0.0001Below are the MT4 strategy tester settings:
In strategy tester, if I set the spread as 0.2, showing 2.50 in Spread Meter. Able to see SL as 2 points.
If I set the spread as 2, showing 0.2 in Spread meter. But SL is showing as 8 points. -
RE: How to use an EA in different timeframes without dragging into the chart?posted in Questions & Answers
@vish Thanks for your response. But my question is how will the EA recognize which timeframe I placed the trade from mobile. Lets say if I place a trade in EURUSD in 15 mins timeframe. As my EA is used in all the timeframes of EURUSD, it will close the trades whichever first matches.
The condition you mentioned works only on MT4 terminal window. I want the same to happen when I trade in any particular timeframe from mobile.
I want it to recognize the timeframe as well as symbol.
-
How to use an EA in different timeframes without dragging into the chart?posted in Questions & Answers
Hello,
I want to place the trade manually by looking into some facts on any of the symbol. I want to close the trades from the EA on particular timeframes like below. I would like to use it in any symbol and in any timeframes. Is this possible without dragging the EA into the chart? or is it possible to place the EA in a single symbol and use it on multi-timeframes in MT4 or for that particular Symbol?
This scenario arises while I am away from system. But I place the trade through mobile in a particular timeframe.
Eg: EURUSD, from mobile I placed a buy in 15 min timeframe. As soon as that happens only 15 min chart of EURUSD should use the EA. How to achieve this scenario?

-
RE: How to check the last closed trade is closed by Stop loss?posted in Questions & Answers
@casper Thanks for sharing
@miro1360 Could you please help me to understand this?@martin-1 Nope
I have put this simple flow.
for each close trade newest to oldest and all options are empty and connected to the modify variable which does +1 and added an Alert to this variable.
I have many closed trades. But it always shows 2 alerts with value 2. I am expecting it to hit the alert with values incrementing each time for each closed trade.
Eg: My expectation is If 10 closed trades - then 10 hits with value 1,2...10 for each alert.
Not able to understand why these pink blocks are so difficult to understand or use.
-
RE: How to check the last closed trade is closed by Stop loss?posted in Questions & Answers
@casper Thanx. But that is not what I want. I want to check the last closed trade was it closed by Stop loss... Also I don't think these pink blocks are working and I am trying to use things like For each pending order, normal for each and other things nothing seems to be working. This is the first time I am using these blocks. Am I missing something here?
-
How to check the last closed trade is closed by Stop loss?posted in Questions & Answers
I want to check the last closed trade is closed by stoploss or not. But even though there is a trade closed by Stop loss, its not getting triggered. What I am doing wrong here?
Note: Please help me, I am not able to use any of the pink looping section. It doesn't do what it intended to do. Is there something am I missing while using or is it a bug?

-
RE: How to check the consecutive losses between two specific times?posted in Questions & Answers
@fxDreema Thanks for your response.
I will try to explain my scenario. As per your example, Let's say I want to trade b/w 11:00 to 12:00, if I see two consecutive losses (newest to oldest) I will stop trading that time. I will start to trade again at 12:25 to 13:00 freshly. My condition for stop trading would be 2 consecutive losses. Next time when I try to trade, trading will not happen since it encounters previous 2 consecutive losses. This is the why I want to put some time filter on it so that my next trading set will still continue.
-
How to check the consecutive losses between two specific times?posted in Questions & Answers
@fxDreema I would like to check the consecutive losses between certain times only (Eg from 11:00 to 13:00 of today). How do I do this? Can I use check age for the same? If so, please help me to understand the options.

-
RE: Is it possible to write comments on the flow?posted in Questions & Answers
@richard96816 Got your point. Thanks.

-
Is it possible to write comments on the flow?posted in Questions & Answers
I would like to add some comments on the flows that I designed on the workspace. So that I will know what that condition or formula or that flow as soon as I open that. Is this possible?
Note: I am not talking about the comment on the MT screen here.
-
RE: How to use Weekday and Hour filter for EA?posted in Questions & Answers
@fxDreema Thank you. I got it

-
RE: How to use Weekday and Hour filter for EA?posted in Questions & Answers
@isp00rt Thanx. But then for every tick it keeps checking. If timeframe is of 1 min or 5 min..its quite an unnecessary thing to do. Is it smooth in this case?
-
How to use Weekday and Hour filter for EA?posted in Questions & Answers
I want to use the Weekday & Hour filter for whole EA. Should I use this in On Init or On Timer? or how else I can use.
Current flow is like below On Tick. Each tick it does this which is not feasible.
Weekday Filter -> Hour Filter -> Once per bar -> Then program.I want to use this Weekday and Hour filter only once.
-
RE: How can I stop placing Buy Limit/Sell Limit pending orders?posted in Questions & Answers
Yes I am and I got the solution. Thanks..
In the delete pending orders itself option is there to delete the limits pending orders.
-
How can I stop placing Buy Limit/Sell Limit pending orders?posted in Questions & Answers
@fxDreema help me, I would like to stop EA to place buy limit/sell limit on pending orders. I would like to have only buy stop/sell stop. I don't want limit orders at all but in certain cases, this gets triggered whenever my buy/sell already cross my pending order price.