Attachments forums

List of attachments posted on this forum.


All files on forums: 161077

Re: Already Converted TradingView Indicators to MT4 Indicators

nwesterhuijs, Thu May 08, 2025 5:20 pm

Akul82 wrote: Thu May 08, 2025 3:09 am With DeepSeek (my skills for coding are poor :sweat: ) i modified the indicator: as you can see, i deleted the part of Jurik-smoothing (it is unuseful for me, the aim of this indicator is confirmation of price-action);
for the calculation of standard variation you can choose "simple calculation of SMA or recursive moving average, as you implemented;
today i decided to implement Parabolic Sar on indicator, with very conservative setting (0.006 and 0.015).

I share the indicator (can you check please the code? It works well, but is AI, human coders 100000000000000000000 times better ;) , maybe it will be useful for anyone to test.

P.S. i allegate a screen: as you can see, RTI is a good indicator to confirm price-action, and Parabolic Sar can help a trader to follow the trend and according to trendline (in price and RTI) can give a signal to reverse.
As indicated in my post, if smoothing period is set to 1, it will not do anything and act as the original and as such, the code is suitable for those who do not want to use smoothening. Forex Station has a generic SAR function that is easier for me to use.

Note: Alert function has been left untouched. Google for "Parabolic marsi adaptive MACD (alerts +mtf).mq4" on Forex-Station to get an example of how to modify the alert function.
All files in topic