Fan sayfamıza katılın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
- Görüntülemeler:
- 17512
- Derecelendirme:
- Yayınlandı:
- 2021.07.02 16:32
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
Trending moving averages with a breakout input .
Input explanation , i'll explain as a buy trade and sells would be inverse.
inp1 20 ema greater than 30ema
inp2 30 ema greater than 50ema
inp3 open of breakout bar is above 30ema
input4 breakout settings
quite bar count is the number of bar back the breakout is higher than
quite bar range is in pips minimum range of the quite bars.
inpulse strength . set at 1.1 meaning the breakout is atleast 10% above the highs of the breakout quite bar range
set step value for optimization at 0.1 and start at 1 to about 5
input 5 wick length in % value of the whole bar
optimize from 0-100
inp5 minimum and maximum size in pips of the breakout bar.
inp6 the low of the breakout bar must equal or be lower than the 20 ema.
and volume lots stop loss target in pips.

candle pattern

The Momentum-based Adaptive Channel is a version of the adaptive channel based on the Euclidean distance. It is designed to adapt according to the dynamic market as needed.

Volatility indicator

Have you ever wanted to add another trade only after the previous has been modified by either trailing stop or even break even , This code will help you to be able to implement that