Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
Rejoignez notre page de fans
Rejoignez notre page de fans
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
- Vues:
- 6940
- Note:
- Publié:
- 2022.05.30 19:51
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance
Indicator
The 'Ask' line is formed as the 'Close' price + the value from the 'spread' array (we take the array from OnCalculate)
int OnCalculate(const int rates_total, const int prev_calculated, const datetime &time[], const double &open[], const double &high[], const double &low[], const double &close[], const long &tick_volume[], const long &volume[], const int &spread[])
Pic. 1. Candles Ask

Two 'Main' lines from two iStochastic (Stochastic Oscillator, STO) indicators with filled areas between the lines. Line crossing notifications (Sound, Alert, mail, push)

Strategy based on custom indicator 'RSI Dual Cloud'. Four types of signals

The script (not an Expert Advisor) sets and moves the Stop Loss for all positions on the current symbol to the specified price

iVIDYA (Variable Index Dynamic Average) indicator with levels for N bars