This MUST get fixed
Forums › ProRealTime English forum › ProOrder support › This MUST get fixed
- This topic has 30 replies, 5 voices, and was last updated 3 hours ago by
phoentzs.
-
-
04/30/2025 at 2:28 PM #246577
This absolutely must be fixed. It’s 2025, yet ProRealTime still enforces outdated and highly restrictive rules around timeframe compatibility. These limitations are not just inconvenient — they actively hinder the performance and reliability of trading systems, especially those built on higher timeframes like 4 hours.
The inability to mix timeframes freely — for example, running a 4-hour system while managing stop-loss or breakeven logic on a 1-minute timeframe — is a major flaw. It makes risk management tools like breakeven and trailing stop-loss nearly useless in practical terms.
Consider this: a position might gain over 1,000 points during a 4-hour candle, but if the trailing stop is only allowed to update every 4 hours, that gain can vanish completely before the next update. This isn’t just inefficient — it’s unacceptable in real trading environments where precision and timely execution are critical.
There’s a simple and obvious solution: allow systems to maintain their primary logic on a higher timeframe while managing stop-loss and breakeven mechanisms on a faster one. Yet ProRealTime’s current requirement that timeframes be multiplicative blocks this entirely. This restriction severely handicaps anyone building serious trading systems and effectively punishes users for using higher timeframes.
This is not a small issue — it is a fundamental design flaw that is costing traders real opportunities and exposing them to avoidable risk. It needs to be addressed with urgency.
04/30/2025 at 4:08 PM #246582Yet ProRealTime’s current requirement that timeframes be multiplicative blocks this entirely.
I guess from above you know about Multi-Timeframe … run your main code on 4 hours (or whatever TF) and run your stop loss on 1 minute TF?
04/30/2025 at 5:06 PM #24658304/30/2025 at 6:17 PM #24658504/30/2025 at 7:13 PM #24658604/30/2025 at 8:04 PM #24658804/30/2025 at 8:47 PM #246589Timeframe (default)
IF NOT LongOnMarket AND time = 160000 THEN
BUY 1 CONTRACTS AT MARKET
ENDIFTimeframe (1 minutes)
if time = 170000 then
sell at market
endifWhat´s wrong here?
Or here
Timeframe (1 hour)
IF NOT LongOnMarket AND time = 160000 THEN
BUY 1 CONTRACTS AT MARKET
ENDIFTimeframe (1 minutes)
if time = 170000 then
sell at market
endif05/01/2025 at 8:37 AM #24659805/01/2025 at 8:58 AM #246599I explained that in the topic “Consider this: a position might gain over 1,000 points during a 4-hour candle, but if the trailing stop is only allowed to update every 4 hours, that gain can vanish completely before the next update.”
05/01/2025 at 9:05 AM #24660005/01/2025 at 9:20 AM #24660105/01/2025 at 9:25 AM #246603What´s wrong here? Or here
There is nothing wrong, but the Chart Timeframe (TF) has to be the lower of the 2 TF’s, i.e. 1 minute.
The Chart TF needs to divide into any higher TF’s used in the code, i.e. 1 minute divides into 1 hour.
However, we couldn’t use 8 minute (as Chart TF) and have 1 hour TF in the code as 8 mins does not divide into 1 hour / 60 mins.
05/01/2025 at 11:04 AM #246606The default timeframe must be multiplicative. You cannot run a system on a 1-hour timeframe with a trailing stop on 1 minute, but it works the other way around, as you demonstrate – I’m aware of that.
The problem occurs when running a system on a 4-hour timeframe, and the stop loss only updates every 4 hours, which is not what I want.
05/01/2025 at 11:07 AM #246607@GraHal and this is exactly the problem.
The Chart timeframe must be higher for it to work.
If you run a 4h timeframe system, you are forced to use trailingstop on 4h (OR HIGHER). Which is terrible.
I want to have the entry conditions on a higher timeframe for ie 4 hours. And I want the trailingstop to be updated more than every 4 hours as anything, I want to be able to set the trailingstopcode to anything I want. And this is exactly what I see as a problem.
05/01/2025 at 11:26 AM #246613 -
AuthorPosts
Find exclusive trading pro-tools on