Page 1 of 1

Combine two TMA for timing reversals

Posted: Mon Mar 24, 2025 12:29 pm
by samwise27
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;