Attachments forums

List of attachments posted on this forum.


All files on forums: 159921

Combine two TMA for timing reversals

samwise27, Mon Mar 24, 2025 12:28 pm

Has anyone combined these two indicators? I tried but failed.

The advantage is that it will be a price frame that shows that it will reverse at that level.

1.TMA+CG mladen NRP
extern string TimeFrame = "current time frame";
extern int HalfLength = 56;
extern int Price = PRICE_WEIGHTED;
extern double BandsDeviations = 1.618;
extern bool Interpolate = true;

2.extreme_tma_line
//---- input parameters
extern int TMA_Period=56;
extern int ATR_Period=100;
extern double ATR_Mult=2;
extern double TrendThreshold=0.5;
extern bool Redraw = True;
All files in topic