Time filter block --> close all
Posts made by sktsec
-
RE: Problem adding Custom indicatorposted in Questions & Answers
@l-andorrà
My experience was the same. A lot of time had been wasted on the repaint indicators.In particular, those without source code and you can't see straightly how to set up the inputs and buffers in EA
Most of them looks promising, but that are illusions
-
RE: Problem adding Custom indicatorposted in Questions & Answers
@mohsen-2
There is also a block for general looping -
RE: Problem adding Custom indicatorposted in Questions & Answers
A loop block and condition block(s) are what you need
-
RE: Problem adding Custom indicatorposted in Questions & Answers
@mohsen-2
Use ChartIndicatorsTotal() to get the total number of indicators, then set the loops. Loop to check for every indicator's names -
RE: Problem adding Custom indicatorposted in Questions & Answers
@mohsen-2
Have you trying use ChartIndicatorName() -
RE: I have some questions about candleposted in Questions & Answers
For current candle, once per bar and then set pending buy stop or sell stop order
For the previous candle, just set condition to check bull/bear etc and then buy/sell block
-
RE: I want my robot to run less than 6 times in different accounts, is it possible?posted in Questions & Answers
@h-adib
What do you mean by "run less than 6 times in different accounts"?For your reference, you can run multiple MT4s in one PC
-
RE: Odd and Even Numbersposted in Questions & Answers
MathMod(x, 2) == 1
MathMod(x, 2) == 0First one is odd, second is even
-
RE: EA protection by license codeposted in Questions & Answers
@doeveR
Not quite. A public key is used to combine with the account number to create the licence code. The private key, on the other hand, is the one in your EA to check the licence code -
RE: Please how to find the day of monthposted in Questions & Answers
@Julianrob
Add a condition: day_of_month!=19 -
RE: EA protection by license codeposted in Questions & Answers
@doeveR
What you mean may be a standard private key and public key concept. Use a public key to lock and then a private key to unlock.It is not difficult but quite technical. Maybe ChatGPT can help in this case.
-
RE: 如何检查订单亏损到某个点数posted in Questions & Answers
@boboaini
Yes. Just enter the amount in negative number.e.g lost $100 --> input -100 in check profit (unrealized)
-
RE: Applying two moving averages into rsiposted in Questions & Answers
@Creven
You can probably test yourself.The indicator can get one MA for one RSI. Using it twice is what you need.
Simply starting up your project to test out.
-
RE: Applying two moving averages into rsiposted in Questions & Answers
@Creven
I have used some indicators from this websites and could work in fxdreema, as source code included so you can import it to fxdreema -
RE: THE QUESTION IS HOW TO MAKE THE VARIABLE : ‘delta_take_profit_money’ IN THIS EA TO BE AS “CONSTANT” SO THAT I CAN OPTIMIZE????posted in Questions & Answers
@jstap
I see. Some time ago I had suggested the local library to buy this book. They simply replied me that they were unable to buy it (quite a rude reply). So I think they can't buy book through Amazon directly -
RE: Auto Trader working with Current/Historical Dataposted in General Discussions
@mlnaumann
"Auto Trader". Do you mean any particular software? -
RE: EA doesn't run backtest on custom dataposted in Questions & Answers
Have you checked the data imported ?
