MQL5
Indicators
Experts
OpenCL
Statistics and mathematics
ALGLIB
Panels and dialog boxes
Custom graphics
Trading robot/indicator debugging
Strategy optimization
Strategy modules
Collection of data on the internet
Uploading data to a website
C++
C#
Java
JavaScript
PHP
SQL
MySQL
PostgreSQL
R
Python
HTML
Forex
Futures
Stocks
Options
Data mining
Linux
RegExp
Product Design
Photoshop
Text translation
Text writing
Specification
I want an indicator that shows a sell arrow for crash 500 3-2 candles before the spike this need to be very accurate crash 500 works with deriv as a broker. Its time to make money!
Responded
1
Rating
Projects
20
35%
Arbitration
3
0%
/
100%
Overdue
0
Free
Published: 1 code
2
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
Similar orders
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
Project information
Budget
30+ USD