@MT4Nutzer
Not fraction as you select. You mean price, right ?
Posts made by sktsec
-
RE: Use Candle Open for SLposted in Questions & Answers
-
RE: After win or loss place no trades for X time?posted in Questions & Answers
Start a branch as shown in the last post
- Turn off the block as default.
- In your original blocks when your suspension condition is met, enable it
- Then it will start up. The first pass will turn off the buy and sell blocks (you need to enter your block numbers)
- In Once per minute. Enter 1. Specific the time, say, if 20 minutes, input 20 in the Pass n times block
- After the time you specify, it will enable the buy, sell blocks again after, say, 20 minutes
- After all, it turn off the block at the top of this branch (you need to check the block number referring to the top block).
- And the Pass n times counter is reset as well (you need to check the counter ID yourself)
It will then wait for next suspension condition. Hope it works for you
-
RE: Trading with two timeframesposted in Questions & Answers
@Jabbar-700
Timeframe is your perspective. When you enter trade at 4hr tf, you always has another 15min tf side-by-side. If you need 2 trade conditions, just link them together in series -
RE: dublicate roboto dvposted in Questions & Answers
@faisalfiaz2002
Dark Venus. No need to duplicate unless one want to clone it and sell it.It is free and just another Martingale. No magic
-
RE: CUSTOM RSIOMA USING FXDREEMAposted in General Discussions
@Creven
Maybe you can shared the link of your work here -
RE: Counter is not working (Reset?)posted in Questions & Answers
Counter reset is done by its ID. Have you checked ? I use the counter Block very often that works well
-
RE: WHY THE EA CONTINUE OPENNING TRADES EVEN THOUGH THEIR IS A "CHECK POSITION COUNT" BLOCKposted in Questions & Answers
According to your blocks, you keep trading for no trade, 1 trade, 2 trades and 3 trades and 4 trades. That means keep opening positions until there is 5.
Is that actually happening? Is that what you want ?
-
RE: CUSTOM RSIOMA USING FXDREEMAposted in General Discussions
@Creven
Go to earnforest and download the indicator first.It is free and includes source code.
You can then set up your strategy with fxdreema
-
RE: On Trade blocks Issueposted in Bug Reports
@Nik14
The problem is about the option of block symbol. What you have done:On ticks: All symbols
On trade: SpecificSet all to either All symbols OR Specific.
Depends to what you want
-
RE: Security Concern : Uploading indicatorsposted in Questions & Answers
@sarunbot
So, just copy the part including inputs and buffers to a new file with the same name. Then upload.It is the only way to guarantee your own privacy in case you are concerned. Because any promises may still raise your worries.
It is up to you although I am not worry about that after all.
-
RE: Hope to add “Stop Limit Order”posted in Questions & Answers
@TXZZ
Does not seem to be an direct order type. Better DIY yourself. -
RE: Create time stop lossposted in Questions & Answers
Buy / Sell block has the expiration option. Try if that is what you need
-
RE: what is this error about?posted in Questions & Answers
A function has the return keyword which does not refer to any value
-
RE: ENUM for Color Dropdwnposted in Questions & Answers
- date type: color
- Change color of individual candles: No idea
-
RE: enum . add indicator . my indicatorposted in Questions & Answers
Date type: {a,b,c,d}
Name: defined by you
Default value: none. A variable has default value, not data type -
RE: Find the highest (or lowest) close of x barsposted in Questions & Answers
This is the case for highest. For the lowest, remember to set the initial value of the provsionalResult to a large number, say, 99999999. (of course, you would modify the condition block as well)
Sure you can add a block to initiate this variable to the value of starting Candle close. That is up to your preference.
-
RE: Find the highest (or lowest) close of x barsposted in Questions & Answers
So you only need 2 blocks to get your result.
You can customize the starting Candle ID. But remember to set the looping candle ID be startCandleID -1 before entering the loop
