Lowest from Y1 to Y2
Forums › ProRealTime English forum › ProBuilder support › Lowest from Y1 to Y2
- This topic has 22 replies, 5 voices, and was last updated 2 years ago by ZeroCafeine.
-
-
03/13/2022 at 7:07 PM #189914
Add a tandem EMA as a filter one time frame higher and this could be something very effective.
1 user thanked author for this post.
03/13/2022 at 8:07 PM #18991603/13/2022 at 8:25 PM #189917I don’t have a laptop here now… but maybe just add an EMA10/20 tandem in the H4 or H1? As an MTF.
1 user thanked author for this post.
03/13/2022 at 8:46 PM #18991803/14/2022 at 9:19 PM #189985not easy for me I’m too old 🙂
03/14/2022 at 9:20 PM #189986Because the 13th bar is bar 12 (0 to 12 is 13 bars), so you will have to adjust your calculations.
yes exactly, so when my result of LowestBars is 0 the IF can’t work, it’s simple but in the same time it’s hard to programme because I have to understand the logique and the code was executed bar by bar, that is the difficult think
03/14/2022 at 9:45 PM #189990Perhaps a system can be made of this?
When you know where the Lowest Low (LL) and the Highest High (HH) occur, you can say in the simplest form;
When the HH occurs after the LL then you are in an ascending phase and vice versa when the LL occurs after the HH then you are in a downward phase.
With the formulas:
LLBar = LowestBars[n](Low) you determine the bar where the LL occurs
HHBar = HighestBars[n](High) you determine the bar where the HH occurs
When LLBar > HHBar (Bullish)
When LLBar < HHBar (Bearish)
Of course, this is the simplest form but maybe with MTF, SL, TP, etc. we can improve this system.
LLBar HHBar12345678910111213DefParam CumulateOrders = FalseLLBar = LowestBars[n](Low)HHBar = HighestBars[n](High)If LLBar > HHBar thenBuy 1 Contracts at MarketElsIf LlBar < HHBar thenSellShort 1 Contracts at MarketEndIfGraph LLBar as “LowestBar”Graph HHBar as “HighestBar”I think I understand what do you mean but not sure, it’s some think like the photo maybe, when the highest HH was occurs after the LL then you are in an ascending phase and vice versa, it’s the Dow law, and I think it’s also good for made the Stop Loss too (sorry for my english)
03/14/2022 at 9:47 PM #189992Add a tandem EMA as a filter one time frame higher and this could be something very effective.
I think that everyone has to find his or her own way of working because sometimes a method may be suitable for someone but not for someone else
-
AuthorPosts
Find exclusive trading pro-tools on