ÂGarrintcha wrote: Sun Mar 01, 2020 6:30 am
Now is the weekend. I tried to test your indicator SSA_of_MomenTicks, but the terminal "froze". But this is not the point. You can reduce the number of bars. I already have experience with SSA.
Tell me, is the indicator repainted?
Â
Â
 Â
It doesn't happen to me here.
Try to download the updated ones. This is not the usual SSA tool you were using. This is using a volume-weighted type algo before passing it through the external function (inside libSSA.dll).
Â
It executes the update process as scheduled (parameter option - shown on the picture above). You may put it to zero so it updates every tick. The tool also executes when the Tick volume spike up based on a minute average by default ( works with FXV_Volume on Main Chart tool (part of v2v dynamic system architecture using volatility trigger dynamically). And lastly, the update runs when a new bar appears. The idea is to have an execution type of control to prevent the kind of false signals that appear most of the time to almost all of the indicators that read (tick/volume data or price movement) due to whipsaw action or a mini flash price up & down movement.
Â
Anyway, if it looks like it repaints to you or not suited to your strategy, feel free to use the previous ones you were using with SSA before. Also, I don't think this will run properly on Strategy tester as this is using an external library (libSSA.dll) and by virtue of its coding structure within the v2v dynamic trading system
Note: Inside, this tool is using Heiken Aashi price close... (PRICE_CLOSE).