@mlnaumann if you post a link then the problem can be assessed, I will say and though time filter and once per bar is probably the best combo to use.
Posts made by jstap
-
RE: “Once a day” Not working for me in MT4posted in General Discussions
-
RE: DoubleMathRoundposted in General Discussions
@cdt I don't really know as I don't use terminal variables and would expect live to work like demo , what I try though is putting the desired function answer into a variable, and then using as a value in the terminal block.
-
RE: Get the Current Symbol Based On Manual Trades Orderedposted in Questions & Answers
I am not 100% sure but modify stop needs a pink for each trade above and not be in-between purple and buy, normally best to have pink's alone. In the purple block you have symbol, you can set this to any so it will work from all, you also have this in buy block so, would work with any selected, you also have a controlling block called set market for next blocks. If you test with a combination of these I am sure you will be able to achieve what is required. Hope this helps.
-
RE: Help with MA crossing EA pleaseposted in Questions & Answers
@farv1234 Also if the close trades blocks are to close sell after buy and buy after sell you need to place before the buy sell.
-
RE: Help with MA crossing EA pleaseposted in Questions & Answers
In this link you will see how I count candles from the cross and how I convert the atr value to pips put in a variable then multiply to use in the required place. Hope this helps
-
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
@charlie-4 Didn't see this until after my reply, glad you got it working
-
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
@charlie-4 If you open your delete pending orders block, click group mode arrow and select the group you want to delete.
-
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
@charlie-4 Without seeing your project it is difficult to say what's wrong, quite often it is something simple if you still struggle paste the link to your project here and ill have a look.
-
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
@charlie-4 under a purple block place delete pending order block
-
RE: Pips per second/minute/hourposted in Questions & Answers
@wezil In this link is a way of getting the 1min candle open price for a chosen time, on back test will only work on 1min TF but should work on any in demo or live.
Using this method 1min is the smallest gap you can work with.
hope this helps
-
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
@charlie-4 No worries, took me a long time to work that one out.
-
RE: ema 50 cross below ema 200posted in Questions & Answers
@jsauter86 There is different ways to work out a cross, but I find using a loop allows you to check number of candles and change if required, giving another confirmation to weather the trade is worth taking, as for being specific to me that is one of the must have's when building an EA.
-
RE: ema 50 cross below ema 200posted in Questions & Answers
In this link you will find how to create a loop, at the point of ma's crossing it will start to count candles, this will give you a good start on what you are trying to achieve.
link text -
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
It's called trade created, you need to have created a trade on the on tick tab, then look at the purple blocks on the on tick tab.
-
RE: Create an opposite Buy Stop when a previous Sell Stop enters a trade (not when it resolves).posted in Questions & Answers
Go on the on trade tab, in there place a purple trade created block with tree underneath, then place a purple trade closed block with tree needed underneath, hope this helps.
-
RE: how to open new buy and sell when one trade hit stoplossposted in Questions & Answers
@iqbalazmi When I do this I use a purple trade closed block on the on trade tab. Hope this helps
-
RE: ATR pipsposted in Tutorials by Users
@l-andorrà No problem, this picture shows the missing line for the 4th digit.
