Support Board
Date/Time: Thu, 26 Dec 2024 19:16:58 +0000
Post From: Orderflowanalytics-style reversal bars.
[2015-08-27 10:43:03] |
Zdislav - Posts: 73 |
Norvik: Thank you very much for the code. I put the same study together on my own, but I had some performance issues... I just realized that I didn't optimized the code during compilation (in VS2012). Compiling through SC compiler makes the DLL files much smaller and the code runs quicker. I have one recomendation to improve your logic: When comparing "truerange" value against "targetvalue" use GREATER_EQUAL_OPERATOR in the function instead of GREATER_OPERATOR. This way the final chart looks exactly the same as the original OFA chart (when comparing the look from Youtube daily videos). ejtrader: The underlying chart must be set to "1 tick chart". Otherwise the chart is useless giving false information. The study updates correctly in realtime. |