Delete buy block for now, delete pips away, add a variable to save the price and add a draw line block.
Posts made by jstap
-
RE: abrir 5 pips despuesposted in Questions & Answers
-
RE: abrir 5 pips despuesposted in Questions & Answers
There is a little to complete this, if you create a test project, then what to add/change can be advised.
start with this: no trade - condition (MA x> MA) - add candle 0 close into a variable - draw a horizontal line with the variable.Test with this, and once you have it working you can add the pip distance from the cross
-
RE: max daily loss calculated on amount is possible?posted in Questions & Answers
This is a lot more difficult, using pink blocks can tell you the profit of any trade, but to match it and close both with more than 2 trades running I am not sure.
-
RE: max daily loss calculated on amount is possible?posted in Questions & Answers
It works on backtest
-
RE: max daily loss calculated on amount is possible?posted in Questions & Answers
I use it all the time
-
RE: max daily loss calculated on amount is possible?posted in Questions & Answers
Check profit (period of time) above buy/sell tree < x.xx to allow trades to be placed
Check profit (period of time) above close tree > x.xx - close -
RE: Periodical tradingposted in Questions & Answers
Once per minute will activate at the start of the minute counting from midnight, so 60 would be the opening of every hour, not 60 minutes from when something happens. You will need separate trees to do this, for example, you could have a once-per-minute block set to1 adding 1 to a variable, when n the variable meets the condition reset to 0 so the 1st tree can place a trade and then check the check the variable if consecutive loses are still under reset to 0.
-
RE: About Execute Orderposted in Questions & Answers
There is a lot of information on these forums about this, but basically: 1st tree - No trade - condition - buy sell with a 0.01 lot 2nd tree - trade count - if trade - condition - for each trade - buy/sell (set to use last trade lot in a loop, adjusted +0.01.
-
RE: Starting priceposted in Questions & Answers
Create another tree, as it is as soon as the 1st group is placed the other blocks under the no order blocks won't work
-
RE: Trailing stop loss that starts after pips are in profit.posted in Questions & Answers
In the trailing block, you have start, pips in there will not allow the trail to start until trade is that many pips in profit
-
RE: Issues with brokerage hours.posted in Questions & Answers
Is a slow way but only test on times when you know the hours, in the EA set rules to work on the the times you know
-
RE: Issues with brokerage hours.posted in Questions & Answers
This to me is something you cannot change or adjust for, I think this is one of the reasons that people switch on to a slow forward test on a demo account., once backtest has proven to be worthwhile.
-
RE: Trailing take profit stopposted in Questions & Answers
Use SL, not TP, the whole point in SL is it trails behind to secure profit, by bringing TP towards the open you are changing the R to R and changing the entire point of the original trade, although moving SL does it is not a close when reached measure, it is a blanket to save losses if price changes direction, otherwise profit will increase until the maximum is reached
-
RE: My conditions not workingposted in Questions & Answers
That's the builder page, not your project page, MT5 is a little different to MT4, that being said it should work.
-
RE: pending orderposted in Questions & Answers
You can only ensure this by using a for each block, put the value you want into a comment then you can visually check if it's right

