Spécifications

This will be easier if you are familiar with the luxalgo smart money concept (SMC) indicator on Tradingview.

This project is about coding a similar indicator in mt4


I wasn't able to gather pics from pdfs to display a examples for everything but I tried to write it out and organize it as best as possible. Please read txt file and let me know if this is something you can create. I would have gone the route of the conversion (Luxalgo smart money concept in Tradingview) but the mechanical structure is slightly different then the LuxAlgo although I am looking for the same design in mines, I wanted to take a more professional approach then I will assign you with more additions in future projects that will utilize this indicator to recognize specific price action patterns while they are forming within the market, so that way we can move forward to ExpertAdvisors. I just want to get this structure down first. Here is a youtube video which explains the Mechanical Structure of the Market and how I would like them to be identified https://youtu.be/4RROOTrB7u8


Répondu

1
Développeur 1
Évaluation
(19)
Projets
23
48%
Arbitrage
10
0% / 100%
En retard
2
9%
Gratuit
2
Développeur 2
Évaluation
(251)
Projets
400
54%
Arbitrage
9
67% / 22%
En retard
36
9%
Gratuit
Publié : 2 codes
3
Développeur 3
Évaluation
(40)
Projets
55
35%
Arbitrage
2
0% / 50%
En retard
0
Gratuit
Commandes similaires
//———————————————————————————————————————————————————————————————————— 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 () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
MT4/MT5 HFT EA us30 30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the

Informations sur le projet

Budget
30 - 130 USD
Délais
à 5 jour(s)