Can input the timeframe to the common indicators
Posts made by sktsec
-
RE: MACD strategy of considering two Timeframes, higher and lower for entriesposted in General Discussions
-
RE: Enter in massageposted in Questions & Answers
@Armin622
"Signal\n" +"Symbol : "+Symbol+ "\n" + "TimeFrame : "+Time -
RE: Enter in massageposted in Questions & Answers
@Armin622
To include a line feed (new line) when sending a message via a bot, you can use the escape sequence \n -
RE: Problem closing trades with SL several pips below the set SLposted in Questions & Answers
@jstap
Even worst is the B book brokers, which indeed trades against you.So,
you win --> they loss
you loss --> they win -
RE: Problem closing trades with SL several pips below the set SLposted in Questions & Answers
It is the trading condition depending on the broker. That means different brokers have different slippages.
Demo account, on the other hand, being not real, often gives better trading condition.
-
RE: On Tick vs OHLC vs Opening Priceposted in Questions & Answers
In case of MT4:
If EA only open trades at bar start, backtest with opening price is OK. But the SL TP may not be accurate enough. A final check with OHLC is needed.
If EA would open trades within bar, backtest with opening price is USELESS. At least using OHLC as a rough test. On Tick backtest is a must.
My experience:
In the second case, a OHLC backtest with profit factor, say, 1.6, would turn out in On Tick backtest to be, say, 1.3
The so called On TIck backtest seems to be using the minute data only (i.e. not real tick, just estimations for ticks) -
RE: custom indicatorposted in Questions & Answers
It may need some time to update the custom indicator.
Try it the next day. Remove the related block and start from scratch.
By the way, the :: problem is an old bug, that happens when you try to set enum in custom indicator.
-
RE: custom indicatorposted in Questions & Answers
@Dr-Amiin
Remove your custom enumeration of ENUM_APPLIED_PRICE.It is built-in. Just used it directly.
-
RE: candle close up horizontal lineposted in Questions & Answers
Have you try Trendline Price Level instead ?
-
RE: Supply demand zoneposted in Questions & Answers
Supply and demand zone seems to be a valid concept. In reality, there are many many different ways to define it by different people.
-
RE: EA Trades Volatility indexposted in Questions & Answers
@jpsam
FxDreema EA, like any other EA, is supposed to work on any chart which the EA is put on.Does the index you mentioned can be shown on a chart ?
-
RE: How Long to backtest a eaposted in Questions & Answers
@Fireblade
I think there is no definite answer.Apart from the period duration, I would also consider the number of trades done within the period. I would expect that at least 100 trades. Say, if there are 100 trades in 3 months, I would test at least 3 months.
Sure you would backtest again after some time.
-
RE: Re-run the project with a time changeposted in Questions & Answers
@Armin622
I think you want to a start over, or in terms of EA, deinit all and init again.This happens in indicators but I am afraid there is no easy way to do it in EA automatically.
-
RE: Hi, I am using built 1440 and still found Ordersend error 138. Anyone know how to fix it? Thanks.posted in Questions & Answers
Are you using Windows 10 rather than Windows 11 ?